/* Cuotas MP Acuciante - Frontend Styles */

.cuotas-mp-acu-selector {
    background: #f8f9fa;
    border: 1px solid #e1e5eb;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.cuotas-mp-acu-selector h3 {
    margin: 0 0 15px 0;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}

.cuotas-mp-acu-selector select {
    width: 100%;
    padding: 12px 15px;
    font-size: 15px;
    border: 1px solid #ccd0d5;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    transition: border-color 0.2s ease;
}

.cuotas-mp-acu-selector select:hover {
    border-color: #009ee3;
}

.cuotas-mp-acu-selector select:focus {
    outline: none;
    border-color: #009ee3;
    box-shadow: 0 0 0 3px rgba(0, 158, 227, 0.1);
}

/* Detalle de cuotas en el resumen */
.cuotas-mp-acu-detalle th,
.cuotas-mp-acu-detalle td {
    color: #009ee3;
    font-weight: 600;
}

.cuotas-mp-acu-detalle td strong {
    color: #009ee3;
}

/* Fee de recargo */
.fee .amount {
    font-weight: 600;
}

/* Responsive */
@media (max-width: 768px) {
    .cuotas-mp-acu-selector {
        padding: 15px;
    }

    .cuotas-mp-acu-selector select {
        padding: 10px 12px;
        font-size: 14px;
    }
}
