/* Medios de pago manual */
.medio-manual-panel {
    margin: 10px 0 12px;
    padding: 12px;
    border: 1px solid #dbe4f0;
    border-radius: 14px;
    background: #f8fafc;
}

.medio-manual-titulo {
    font-size: 0.84rem;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin-bottom: 9px;
}

.medio-manual-opciones {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.medio-manual-btn {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #334155;
    border-radius: 11px;
    padding: 10px 8px;
    font-size: 0.82rem;
    font-weight: 800;
    cursor: pointer;
}

.medio-manual-btn.is-active {
    border-color: #2563eb;
    background: #eff6ff;
    color: #1d4ed8;
}

.medio-manual-ayuda {
    margin-top: 8px;
    font-size: 0.75rem;
    line-height: 1.25;
    color: #64748b;
    text-align: center;
    font-weight: 600;
}

.mp-wallet-container {
    box-sizing: border-box;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.mp-manual-info,
.mp-total-card,
.mp-manual-alerta {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 12px;
    border-radius: 12px;
    border: 1px solid #dbe4f0;
    background: #f8fafc;
}

.mp-manual-etiqueta {
    font-size: 0.72rem;
    color: #64748b;
    font-weight: 800;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: .05em;
}

.mp-manual-texto {
    font-size: 0.82rem;
    color: #334155;
    line-height: 1.35;
    font-weight: 650;
}

.mp-total-card {
    background: #f1f5f9;
    border-style: dashed;
    border-color: #3b82f6;
}

.mp-total-row {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    font-size: 0.88rem;
    color: #64748b;
}

.mp-checkout-link {
    display: block;
    width: 100%;
    padding: 14px 16px;
    border-radius: 12px;
    background: #facc15;
    color: #111827;
    text-align: center;
    text-decoration: none;
    font-weight: 800;
    font-size: 1rem;
    box-shadow: 0 10px 22px rgba(250, 204, 21, 0.24);
}

.mp-checkout-link:hover {
    background: #fbbf24;
    color: #111827;
}

.mp-checkout-ayuda {
    margin-top: 8px;
    font-size: 0.78rem;
    line-height: 1.35;
    color: #64748b;
    text-align: center;
    font-weight: 600;
}
.mp-total-final {
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px solid #cbd5e1;
    color: #1e293b;
    font-size: 1.02rem;
    font-weight: 850;
}

.mp-loading {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-size: 0.85rem;
    width: 100%;
}

.mp-manual-alerta {
    background: #fef2f2;
    border-color: #fecaca;
    color: #991b1b;
    font-size: 0.82rem;
    font-weight: 750;
    line-height: 1.35;
}

@media (max-width: 430px) {
    .medio-manual-opciones {
        grid-template-columns: 1fr;
    }
}

.mp-email-requerido {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 14px;
    border: 1px solid #dbe4f0;
    border-radius: 12px;
    background: #f8fafc;
}

.mp-email-requerido .form-input {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

#formReserva .phone-field-public .form-input {
    border: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-left: 96px !important;
}

#formReserva .phone-field-public .iti {
    width: 100%;
    background: #fbfdff;
    border: 1px solid #cdd9ea;
    border-radius: 10px;
}

#formReserva .phone-field-public .iti:focus-within {
    border-color: #86a6ff;
    box-shadow: 0 0 0 3px rgba(99,102,241,.15);
}

#formReserva .phone-field-public.phone-field-public--simple .iti__country-container {
    display: none !important;
}

#formReserva .phone-field-public.phone-field-public--simple .form-input {
    padding-left: 1rem !important;
}

.medio-manual-panel.is-selected {
    padding: 11px 13px;
}

.medio-manual-seleccion {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #334155;
    font-size: .86rem;
}

.medio-manual-cambiar {
    flex: none;
    padding: 5px 8px;
    border: 0;
    background: transparent;
    color: #2563eb;
    font-size: .78rem;
    font-weight: 800;
    cursor: pointer;
}

.mp-email-requerido label {
    display: block;
    margin-bottom: 8px;
    color: #334155;
    font-size: .84rem;
    font-weight: 800;
}

.mp-email-error {
    min-height: 18px;
    margin-top: 5px;
    color: #dc2626;
    font-size: .75rem;
    font-weight: 700;
}

.mp-email-continuar {
    width: 100%;
    margin-top: 5px;
    padding: 12px;
    border: 0;
    border-radius: 10px;
    background: #2563eb;
    color: #fff;
    font-size: .84rem;
    font-weight: 800;
    cursor: pointer;
}

.mp-email-continuar:disabled {
    opacity: .6;
    cursor: wait;
}
