/* Single Product Installments Display */
#mp-installments-info {
    margin: 15px 0;
    padding: 0 15px 5px;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

#mp-installments-info > strong {
    color: #2c3e50;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

#mp-installments-info ul {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
}

#mp-installments-info li {
    padding: 8px 0;
    border-bottom: 1px solid #e9ecef;
    font-size: 14px;
    line-height: 1.4;
}

#mp-installments-info li:last-child {
    border-bottom: none;
}

#mp-installments-info li b {
    font-weight: 600;
    color: #2c3e50;
}

#mp-installments-info li[style*="color: green"] {
    color: #28a745 !important;
}

#mp-installments-info li[style*="color: green"] b {
    color: #28a745 !important;
}

#mp-installments-info small {
    color: #6c757d;
    font-size: 12px;
}

#mp-installments-info div[style*="color: green"] {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724 !important;
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
    font-size: 13px;
}

#mp-installments-info div[style*="color: green"] b {
    color: #155724 !important;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    #mp-installments-info {
        margin: 10px 0;
        padding: 12px;
    }
    
    #mp-installments-info > strong {
        font-size: 15px;
    }
    
    #mp-installments-info li {
        font-size: 13px;
    }
}
