/* skin/css/download.css */

.data-sheet { padding: 20px; }
.ds-head { display: flex; align-items: center; margin-bottom: 20px; }
.ds-icon { width: 80px; min-width: 80px; height: 80px; border: 1px solid var(--bp-blue); padding: 2px; margin-right: 15px; }
.ds-info h1 { font-size: 20px; font-weight: 900; margin-bottom: 5px; }
.ds-info p { font-size: 12px; font-family: monospace; color: var(--bp-sub); margin-bottom: 8px; }
.ds-badge span { background: var(--bp-blue); color: #fff; font-size: 10px; padding: 2px 6px; margin-right: 5px; }

.btn-download-large{
    width: 100%; padding: 12px; background: #fff;
    border: 2px solid var(--bp-blue); color: var(--bp-blue);
    font-weight: 900; letter-spacing: 1px; cursor: pointer;
    transition: all 0.2s;
}
.btn-tech-dl:hover { background: var(--bp-blue); color: #fff; }

.screenshot-swiper { overflow: hidden; }
.swiper-slide { width: auto; height: auto; border: 1px solid var(--bp-blue); background: #000; }
.video-slide video, .swiper-slide img { width: auto; height: auto; max-width: 400px; max-height: 560px; object-fit: cover; }

.intro-doc { padding: 20px; font-size: 14px; line-height: 1.6; }
.intro-doc h3 { font-size: 14px; font-weight: 900; margin: 20px 0 10px; color: var(--bp-blue); }
.intro-doc h4 { font-size: 12px; font-weight: bold; border-left: 3px solid var(--bp-blue); padding-left: 8px; margin: 15px 0 5px; }