/* doc-project | paiement/assets/css/client-info.css | Porte les styles dédiés à la vue de gestion des coordonnées client, aux champs éditables et au bouton d’adresse alternative. | Expose: aucun | Dépend de: client_info.php | Impacte: rendu visuel de la modale de coordonnées, lisibilité des formulaires et cohérence esthétique des actions | Tables: aucune */
.btn-rounded {
    border-radius: 20px;
    background-color: #007bff;
    color: #fff;
    padding-left: 1.1rem;
    padding-right: 1.1rem;
    box-shadow: 0 8px 18px rgba(0, 123, 255, 0.22);
    border: 0;
}

.btn-rounded:hover {
    background-color: #0056b3;
    color: #fff;
}

#updateClientForm .form-group label {
    font-weight: 600;
    color: #343a40;
}

#updateClientForm .form-control {
    border-radius: 12px;
    min-height: 44px;
    border-color: #dfe3ea;
    box-shadow: none;
}

#updateClientForm .form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.12);
}

#newAddressModal .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}