/* skin/css/download.css */

.app-detail-header {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
}

.adh-top {
    display: flex;
    margin-bottom: 20px;
}

.d-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
    margin-right: 15px;
    box-shadow: var(--shadow-md);
}

.d-info h1 {
    font-size: 20px;
    margin-bottom: 8px;
    color: var(--text-main);
    font-weight: 800;
}

.d-tags {
    font-size: 13px;
    color: var(--text-sub);
}
.d-tags li { 
    display: inline-block; 
    background: #f1f5f9; 
    padding: 3px 10px; 
    border-radius: 4px;
    margin-right: 5px; 
    font-size: 12px;
}

.main-down-btn {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    border-radius: var(--border-radius);
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 10px rgba(37, 99, 235, 0.3);
}

.screenshot-swiper { padding-bottom: 15px; }
.swiper-slide{
    width: auto;
    height: auto;
}
.swiper-wrapper img, .swiper-wrapper video {
    width: auto;
    height: auto;
    max-width: 500px;
    max-height: 500px;
    object-fit: fill;
    border-radius: 12px;
    background: #f1f5f9;
}

.app-intro {
    background: #fff;
    padding: 20px;
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-sm);
    font-size: 14px;
    color: var(--text-sub);
    line-height: 1.7;
}