/* skin/css/download.css */

.app-detail-header {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border: var(--border-width) solid var(--border-color);
    border-radius: var(--border-radius);
    box-shadow: var(--shadow-hard);
}

.adh-top {
    display: flex;
    margin-bottom: 20px;
}

.d-icon {
    width: 90px;
    height: 90px;
    min-width: 90px;
    margin-right: 20px;
    box-shadow: 4px 4px 0 #000;
}

.d-info h1 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 900;
}

.d-tags li {
    display: inline-block;
    border: 2px solid #000;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #ffeb3b; /* Pop yellow accent */
    color: #000;
}

.beian {
    margin-top: 10px;
    font-size: 12px;
    color: #999;
}

.main-down-btn {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 46px; /* -4px for border */
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 4px 4px 0 #000;
}
.main-down-btn:hover { background: #000; color: #fff; }

.screenshot-swiper { padding-bottom: 20px; }
.swiper-slide{
    width: auto;
    height: auto;
}
.swiper-slide img, .swiper-slide video {
    width: auto;
    height: auto;
    object-fit: fill;
    max-width: 500px;
    max-height: 520px;
    border: 2px solid #000;
    box-shadow: 3px 3px 0 #000;
}

.app-intro {
    background: #fff;
    padding: 20px;
    border: 2px solid #000;
    border-radius: 4px;
    box-shadow: var(--shadow-hard);
    line-height: 1.8;
    font-weight: 500;
}