/* skin/css/download.css */

.info-card {
    background: #fff; margin: 20px; padding: 20px;
    border-radius: var(--sketch-radius);
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    border: 1px solid #ddd;
}
.ic-top { display: flex; margin-bottom: 20px; }
.ic-icon { width: 70px; min-width: 70px; height: 70px; border-radius: 18px; margin-right: 15px; box-shadow: 0 4px 8px rgba(0,0,0,0.1); }
.ic-txt h1 { font-size: 20px; font-weight: 900; margin-bottom: 5px; }
.ic-txt p { font-size: 12px; color: #666; margin-bottom: 5px; }
.ic-tags span { background: #eee; padding: 2px 6px; border-radius: 4px; font-size: 12px; margin-right: 5px; }

.btn-sketch.big { width: 100%; padding: 12px; font-size: 16px; display: block; overflow: hidden; text-align: center;}

.preview-wrap { padding: 0 20px; }
.swiper-slide { width: auto; height: auto; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.video-slide video, .swiper-slide img { width: auto; height: auto; max-width: 600px; max-height: 580px; object-fit: cover; }
.video-slide video { background: #000; }

.text-note {
    margin: 0 20px; padding: 15px;
    background: rgba(255, 234, 167, 0.2); /* 浅黄便签底色 */
    border-radius: 12px;
}
.text-note h3 { font-weight: 800; margin: 15px 0 5px; color: #d63031; }
.text-note h4 { font-weight: bold; margin: 12px 0 5px; }
.text-note p { font-size: 14px; line-height: 1.6; margin-bottom: 12px; }

.similar-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; padding: 0 20px;
}
.sg-item { text-align: center; }
.sg-item img { width: 50px; height: 50px; border-radius: 12px; margin: 0 auto 5px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.sg-item span { display: block; font-size: 12px; font-weight: bold; margin-bottom: 5px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sg-item button { width: 100%; padding: 2px 0; font-size: 12px; }