/* =============================================
   Stampaideas - Cuotas Sin Interés v1.3.0
   Compatible con WooCommerce + Avada
   ============================================= */

.stampa-cuotas-wrap {
    margin: 12px 0 0 0;
    font-family: inherit;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ---- Bloque individual ---- */
.stampa-cuotas-bloque {
    border-radius: 8px;
    padding: 10px 14px;
    border: 1px solid transparent;
}

.stampa-cuotas-bloque.stampa-mp {
    background: #f0faf4;
    border-color: #b6e4c8;
}

.stampa-cuotas-bloque.stampa-vp {
    background: #eff6ff;
    border-color: #bfdbfe;
}

/* ---- Header: badge + subtítulo ---- */
.stampa-bloque-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.stampa-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.02em;
    white-space: nowrap;
    line-height: 1.4;
}

/* Mercado Pago: azul corporativo */
.stampa-badge-mp {
    background: #009ee3;
    color: #fff !important;
}

/* VentiPay: verde corporativo */
.stampa-badge-vp {
    background: #00b562;
    color: #fff !important;
}

.stampa-subtitulo {
    font-size: 13px;
    color: #111;
    font-weight: 600;
    line-height: 1.3;
}

/* ---- Líneas de cuotas ---- */
.stampa-lineas {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
    margin-bottom: 8px;
}

.stampa-cuota-linea {
    display: flex;
    align-items: baseline;
    gap: 5px;
    font-size: 15px;
    color: #111;
    line-height: 1.4;
}

.stampa-cuotas-bloque.stampa-mp .stampa-cuota-linea strong {
    color: #0077b6;
    font-weight: 700;
}

.stampa-cuotas-bloque.stampa-vp .stampa-cuota-linea strong {
    color: #047857;
    font-weight: 700;
}

/* ---- Precio por unidad ---- */
.stampa-precio-unitario {
    font-size: 13px;
    color: #111;
    font-weight: 500;
    margin: 4px 0 6px 0;
    padding: 4px 8px;
    background: rgba(0,0,0,0.04);
    border-radius: 4px;
    display: inline-block;
}
.stampa-precio-unitario strong {
    font-weight: 700;
}

/* ---- Nota al pie ---- */
.stampa-nota {
    margin: 0 !important;
    font-size: 12px;
    color: #222;
    line-height: 1.5;
    border-top: 1px solid rgba(0,0,0,0.06);
    padding-top: 6px;
}

.stampa-nota small {
    display: block;
    color: #555;
    margin-top: 1px;
    font-size: 11px;
}

/* ---- Ajustes checkout / carrito ---- */
.stampa-cuotas-checkout-row td,
.stampa-cuotas-carrito-row td {
    padding: 0 !important;
}

.stampa-cuotas-checkout-row .stampa-cuotas-wrap,
.stampa-cuotas-carrito-row .stampa-cuotas-wrap {
    margin-top: 8px;
}

/* ---- Responsive móvil ---- */
@media (max-width: 768px) {
    .stampa-cuotas-wrap {
        margin: 10px 0 0 0;
    }
    .stampa-cuotas-bloque {
        padding: 9px 12px;
    }
    .stampa-cuota-linea {
        font-size: 13px;
    }
    .stampa-lineas {
        gap: 3px 12px;
    }
}

/* ---- Overrides Avada ---- */
.stampa-cuotas-wrap p.stampa-nota {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.stampa-cuotas-wrap strong {
    font-weight: 700 !important;
}
.stampa-cuotas-wrap * {
    box-sizing: border-box;
}
