/* Styles pour les méthodes de paiement */
.payment-methods {
    margin-top: 1.5rem;
    border-top: 1px solid rgba(75, 85, 99, 0.7);
    padding-top: 1.5rem;
}

.payment-methods h3 {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 1rem;
}

.payment-methods-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    margin-bottom: 0.5rem;
}

.payment-method-icon {
    background-color: white;
    padding: 0.5rem;
    border-radius: 0.375rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-methods-info {
    font-size: 0.875rem;
    color: rgba(156, 163, 175, 1);
    margin-top: 0.5rem;
}