/* Card principal estilo Telerenta (colores cyan) */

.ft6-card-financiacion {
    margin-top: 15px;
    padding: 18px 20px;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
    font-size: 14px;
}

.ft6-label-desde {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 4px;
}

.ft6-cuota-linea {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 6px;
}

.ft6-cuota-valor {
    font-size: 26px;
    font-weight: 800;
    color: #00e5ff; /* cyan Telerenta */
}

.ft6-cuota-sufijo {
    font-size: 16px;
    font-weight: 600;
    color: #111827;
}

.ft6-detalle-cuotas {
    margin: 2px 0 6px 0;
    color: #4b5563;
    font-size: 13px;
}

.ft6-precio-total {
    margin: 4px 0;
    font-size: 13px;
    color: #111827;
}

.ft6-precio-label {
    font-weight: 600;
    margin-right: 4px;
}

.ft6-precio-valor {
    font-weight: 600;
}

.ft6-precio-recomendado {
    font-size: 12px;
    color: #b91c1c;
    margin-top: 2px;
}

.ft6-precio-tachado {
    text-decoration: line-through;
}

/* Caja envío estilo pill */

.ft6-envio-box {
    margin-top: 12px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid #e5e7eb;
    background: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.ft6-envio-icono {
    font-size: 18px;
}

.ft6-envio-textos {
    flex: 1;
}

.ft6-envio-label {
    font-size: 12px;
    color: #6b7280;
}

.ft6-envio-fecha {
    font-size: 13px;
    font-weight: 600;
    color: #111827;
}

.ft6-envio-gratis {
    font-size: 13px;
    font-weight: 700;
    color: #10b981;
}

/* Banda info checkout */

.ft6-banda-info {
    margin-top: 15px;
    padding: 12px;
    background: #ecfeff;
    color: #036672;
    border-left: 4px solid #00e5ff;
    border-radius: 8px;
    font-size: 14px;
}

/* Total hoy destacado */

.ft6-total-hoy-row th,
.ft6-total-hoy-row td {
    background: #e0faff;
    border-top: 2px solid #00e5ff;
}
