/**
 * Colorarecustomer - styles formulaire inscription / commande / contact
 */

.radio-inline:first-of-type {
  margin-right: 0;
}

body#registration .form-group.row,
#registration .form-group.row {
  margin-bottom: 1rem;
}

body#order #checkout-guest-form .form-group.row {
  margin-bottom: 1rem;
}

body#contact .contact-form .form-group.row {
  margin-bottom: 1rem;
}

/* Mon profil : ciblé par for contenant field-profile_type */
label.radio-inline[for*="field-profile_type"] {
  display: block !important;
  padding: 10px !important;
  background-color: #EDEDED !important;
  margin-right: 1rem !important;
}

body#contact .contact-form .colorarecustomer-profile-block .form-control-label {
  margin-bottom: 0.5rem;
}

/* « Comment avez-vous connu Color Rare » (inscription / identité / checkout) */
body#registration .form-group.row:has(#field-colorare_contact_hearing),
body#identity .form-group.row:has(#field-colorare_contact_hearing),
body#order .form-group.row:has(#field-colorare_contact_hearing) {
  margin-bottom: 1rem;
}

