/* V8.19.20 - Descarga bajo galería y descripción con saltos de línea */
.detail-wrap-v81920 {
    max-width: 1240px;
}

.detail-card-v81920 {
    grid-template-columns: minmax(0, 1.06fr) minmax(380px, .94fr);
    gap: 32px;
    align-items: start;
}

.detail-gallery-v81920 {
    display: flex;
    flex-direction: column;
}

.detail-image-v81920 {
    aspect-ratio: 16 / 10 !important;
    background: #FAF7F0 !important;
}

.detail-image-v81920 img {
    object-fit: contain !important;
    object-position: center center !important;
    background: #FAF7F0 !important;
}

.gallery-thumbs-v81920,
.detail-gallery-v81920 .gallery-thumbs {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.download-zone-below-gallery {
    margin-top: 8px;
    display: grid;
    gap: 12px;
}

.download-panel-v81920 {
    margin: 0 !important;
    border-radius: 22px;
}

.download-button-v81920,
.detail-actions-v81920 .button,
.download-login-button {
    width: 100%;
    justify-content: center;
    text-align: center;
}

.download-login-button {
    background: #F2B654 !important;
    color: #111 !important;
    border: 0 !important;
    font-weight: 950 !important;
}

.credit-confirm-card-v81920 {
    margin: 0;
}

.download-note-v81920 {
    text-align: center;
    color: #6B7280;
    font-size: 13px;
    font-weight: 800;
}

.detail-content-v81920 .description,
.description-formatted {
    white-space: pre-line;
    line-height: 1.55;
}

.detail-content-v81920 {
    padding-top: 6px;
}

.meta-box-v81920 {
    margin-top: 22px;
}

.design-comments {
    margin-top: 16px !important;
}

@media (max-width: 900px) {
    .detail-card-v81920 {
        grid-template-columns: 1fr;
    }
}
