/* ── FAMA Mercado Pago – Checkout styles ────────────────────────────────── */

.wc-tdm-checkout-wrap {
    margin-top: 12px;
}

/* ── Selector de cuotas ─────────────────────────────────────────────────── */
#fama-mp-plan-selector {
    margin-top: 16px;
}

.wc-tdm-install-wrap {
    display: block;
}

.wc-tdm-install-label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 6px;
}

.wc-tdm-install-select {
    display: block;
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: 'Poppins', inherit;
    background: #fff;
    cursor: pointer;
    box-sizing: border-box;
}

/* ── Campos de tarjeta ───────────────────────────────────────────────────── */
.wc-tdm-card-fields .form-row {
    margin-bottom: 12px;
}

#fama-mp-cardholder-name {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 15px;
    color: #333;
    background: #fff;
    box-sizing: border-box;
    font-family: 'Poppins', inherit;
}

#fama-mp-cardholder-name::placeholder {
    color: #aaa;
}

#fama-mp-cardholder-name:focus {
    border-color: #009ee3;
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 158, 227, .15);
}

/* ── Contenedores de Secure Fields (iframes de MP) ──────────────────────── */
.wc-tdm-secure-field {
    display: block;
    position: relative;
    z-index: 1;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;
    transition: border-color .15s, box-shadow .15s;
    pointer-events: auto;
}

/* Garantiza que el iframe inyectado por el SDK siempre sea interactivo. */
.wc-tdm-secure-field iframe {
    pointer-events: auto !important;
}

.wc-tdm-secure-field.focus {
    border-color: #009ee3;
    box-shadow: 0 0 0 2px rgba(0, 158, 227, .15);
}

.wc-tdm-secure-field.error {
    border-color: #cc1818;
}

/* ── Mensajes de error ───────────────────────────────────────────────────── */
.wc-tdm-brick-error {
    margin-bottom: 12px;
}

.wc-tdm-field-error {
    display: block;
    color: #cc1818;
    font-size: 13px;
    margin-top: 4px;
}
