@charset "UTF-8";

/* ==========================================================================
   styles-de.css - PlaylistGo 德语版文章与卡片定制样式
   主题主色调: #5E59F8
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. 检查提示卡片组件 (Part 2 区域)
   -------------------------------------------------------------------------- */
.check-card {
  border: 1px solid #dcd9fd !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.check-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(94, 89, 248, 0.08) !important;
}

/* 图标圆形背景及主色调 */
.check-card-icon {
  width: 42px;
  height: 42px;
  background-color: #f0effe !important;
  color: #5E59F8 !important;
  font-size: 1.1rem;
}

/* 卡片高亮标题 */
.check-card-title {
  color: #5E59F8 !important;
  font-size: 1.05rem;
  line-height: 1.45;
}

/* 卡片正文说明 */
.check-card-desc {
  font-size: 0.92rem;
  line-height: 1.6;
}

/* --------------------------------------------------------------------------
   2. 文章插图优化（替换 max-width 与 cursor 内联样式）
   -------------------------------------------------------------------------- */
.article-step-img {
  max-width: 800px;
  width: 100%;
  height: auto;
}

.img-zoomable {
  cursor: zoom-in;
}

/* --------------------------------------------------------------------------
   3. 侧边栏与下载小部件（替换侧边栏内联样式）
   -------------------------------------------------------------------------- */
.sidebar-sticky-box {
  position: sticky;
  top: 100px;
  height: calc(100vh - 120px);
  gap: 30px;
}

.sidebar-download-widget {
  flex: 0 0 auto;
  background-color: #f6f5ff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sidebar-widget-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.sidebar-widget-icon {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.sidebar-widget-icon img {
  width: 24px;
  height: 24px;
}

.sidebar-widget-title {
  margin: 0;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1a1a1a;
}

.sidebar-widget-desc {
  font-size: 0.82rem;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 16px;
}

.sidebar-download-widget .btn {
  width: 100%;
  font-weight: 600;
  font-size: 0.9rem;
  padding: 10px;
  border-radius: 8px;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.sidebar-download-widget .btn:first-of-type {
  margin-bottom: 10px;
}

/* --------------------------------------------------------------------------
   4. 底部延伸阅读卡片（替换原有 onmouseover / onmouseout）
   -------------------------------------------------------------------------- */
.related-article-card {
  background-color: #f9f9f9;
  transition: all 0.3s ease;
  transform: translateY(0);
}

.related-article-card:hover {
  background-color: #f0effe !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(94, 89, 248, 0.1) !important;
}

.related-article-card .card-title {
  font-weight: 600;
}

.related-article-tag {
  font-size: 0.75rem;
  color: #888888;
}

/* 5. TuneMyMusic 轮播图控制 */
.carousel-container-narrow {
  max-width: 800px;
}

.carousel-nav-btn {
  width: 8%;
}