/* ============================================
   ID CARD MANAGER - STYLES
   ============================================ */

/* Masquer les <br> générés par WooCommerce */
#id_card_fields br,
#id-card-section br {
  display: none;
}

/* Section carte d'identité dans l'inscription */
#id_card_fields {
  border: 1px solid #ddd;
  padding: 15px;
  margin: 10px 0;
  border-radius: 5px;
  background-color: #f9f9f9;
}

#id_card_fields h3 {
  margin-top: 0;
  font-size: 16px;
  color: #333;
}

/* Section carte d'identité dans Account Details */
.id-card-section {
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px 0;
  border-radius: 5px;
  background-color: #f9f9f9;
}

#id-card-section {
  display: flex;
  flex-wrap: wrap;
}

#id-card-section br {
  display: none;
}

#id-card-section h3 {
  width: 100%;
}

#id-card-section img {
  max-height: 350px;
}

#id-card-section p {
  max-width: 500px;
  padding-right: 25px;
}

#id-card-section p:nth-of-type(2):not(.add-card) {
  width: auto;
  max-width: unset;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

/* Image de la carte d'identité */
.id-card-image {
  max-width: 300px;
  margin: 15px 0;
  border: 1px solid #ddd;
  border-radius: 3px;
}

/* Boutons */
#delete_id_card_btn {
  background-color: #dc3545 !important;
  color: white !important;
  border-color: #dc3545 !important;
  margin-left: 10px;
}

#delete_id_card_btn:hover {
  background-color: #c82333 !important;
  border-color: #bd2130 !important;
}
