/**
 * Estilos para o plugin EC Payment Settings
 */

/* Estilos para as informações de pagamento */
.coopay-payment-info {
    margin: 15px 0;
    font-size: 15px;
    line-height: 1.5;
}

.coopay-payment-info p {
    margin: 5px 0;
}

.coopay-payment-info p.pix-price {
    color: #00a650;
    font-weight: 500;
}

.coopay-payment-info p.installment-price {
    color: #3483fa;
    font-weight: 500;
}

/* Ajustes para a página de detalhes do produto */
.single-product .coopay-payment-info {
    margin-bottom: 20px;
    padding: 10px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

/* Estilo responsivo */
@media (max-width: 768px) {
    .coopay-payment-info {
        font-size: 14px;
    }
}
