/* skin/css/download.css */

.detail-box {
    padding: 30px 20px; text-align: center; border-bottom: var(--border-std);
}
.db-main {
    display: flex; flex-direction: column; align-items: center; margin-bottom: 20px;
}
.db-icon { width: 100px; height: 100px; border: 1px solid #000; margin-bottom: 15px; padding: 2px; }
.db-txt h1 { font-size: 28px; font-weight: 900; margin-bottom: 5px; letter-spacing: -1px; }
.db-txt p { font-size: 13px; font-weight: 700; color: #666; margin-bottom: 10px; }
.db-tags span { background: #000; color: #fff; font-size: 10px; padding: 2px 6px; margin: 0 2px; }

.btn-swiss.wide { width: 100%; padding: 12px 0; font-size: 16px; display: block;}

.screenshot-swiper { overflow: hidden; }
.swiper-slide { width: auto; height: auto; border: 1px solid #000; }
.video-slide video, .swiper-slide img { width: auto; height: auto; max-width: 600px; max-height: 560px; object-fit: cover; }
.video-slide video { background: #000; }

.text-body { padding: 0 20px 30px; font-size: 15px; line-height: 1.6; }
.text-body h3 { font-size: 18px; font-weight: 900; margin: 20px 0 10px; border-left: 4px solid var(--swiss-red); padding-left: 10px; }
.text-body h4 { font-size: 14px; font-weight: 700; margin: 15px 0 5px; text-transform: uppercase; }