/* MaravatíoShop V1.9 · botón de muestra */
.btn-sample-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 54px;
    border: 2px solid #d9a900 !important;
    border-radius: 14px;
    background: linear-gradient(135deg, #fff4ad, #ffdc50) !important;
    color: #342700 !important;
    font-weight: 900;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(217, 169, 0, .18);
    transition: transform .22s ease, box-shadow .22s ease, background .22s ease;
}

.btn-sample-download:hover {
    background: linear-gradient(135deg, #ffe46b, #ffc928) !important;
    color: #241b00 !important;
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(217, 169, 0, .28);
}

.btn-sample-download:focus-visible {
    outline: 4px solid rgba(255, 207, 40, .38);
    outline-offset: 3px;
}
