/* GeoTienda Bolivia – ajuste visual del flujo de pago y descarga */

.gtb-download-dialog-patched .gtb-valid-qr {
    display: block !important;
    width: min(100%, 360px) !important;
    height: auto !important;
    margin: 16px auto !important;
    padding: 10px !important;
    border: 1px solid #dbe5ec !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 12px 30px rgba(12, 33, 64, .10) !important;
    object-fit: contain !important;
}

.gtb-step-one-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #eaf8f5;
    color: #0c7e76;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.gtb-download-dialog-patched .gtb-step-two-button {
    min-height: 42px !important;
    padding-left: 18px !important;
    padding-right: 18px !important;
    font-weight: 800 !important;
    border-radius: 999px !important;
    box-shadow: 0 10px 24px rgba(12, 122, 164, .16) !important;
}

@media (max-width: 640px) {
    .gtb-download-dialog-patched .gtb-valid-qr {
        width: min(100%, 300px) !important;
    }
}
