.editor-block-index-contact {
  width: 100%;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: lightgray;
  color: var(--wp--preset--color--primary);
}

.fccq-espace-membre-index-contact-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  gap: 30px;
  border-top: 1px solid var(--wp--preset--color--primary);
  padding: 15px 0;
}
.fccq-espace-membre-index-contact-row-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.fccq-espace-membre-index-contact-wrapper .gridjs-th-content {
  display: flex;
  justify-content: flex-start;
  font-size: 10px;
}
.fccq-espace-membre-index-contact-wrapper {
  font-size: 14px;
  color: var(--wp--preset--color--primary);
  font-weight: 500;
}

.fccq-espace-membre-index-contact-email {
  font-weight: 350;
}

.grid-index-contact-fccq-loader {
  width: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center !important;
  align-items: center !important;
  height: 200px;
}

.fccq-espace-membre-index-contact-dialog {
  width: 100%;
  max-width: 600px;
  max-height: 80%;
  padding: 30px;
  border-radius: 8px;
  background: var(--wp--preset--color--bleu-fond);
  border: 1px solid var(--wp--preset--color--bleu-ciel);
  color: var(--wp--preset--color--primary);
}
/* backdrop */
.fccq-espace-membre-index-contact-dialog::backdrop {
  background: rgba(0, 0, 0, 0.5);
}
.fccq-espace-membre-index-contact-dialog-content {
  width: 100%;
}

.fccq-espace-membre-index-contact-dialog-save-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--wp--preset--color--primary);
  padding: 5px 15px;
  cursor: pointer;
  height: 40px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  transition: 0.2s;
  width: 100%;
}
.fccq-espace-membre-index-contact-dialog-cancel-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffbdad;
  background-color: #ffbdad;
  color: #de350b;
  padding: 5px 15px;
  cursor: pointer;
  height: 40px;
  transition: 0.2s;
  width: 100%;
  margin-bottom: 15px;
}
.fccq-espace-membre-index-contact-dialog-cancel-button:hover,
.fccq-espace-membre-index-contact-dialog-save-button:hover {
  transform: scale(1.02);
}

.fccq-espace-membre-index-contact-dialog-success-message {
  display: flex;
  align-items: center;
  gap: 10px;
}
.fccq-espace-membre-index-contact-dialog-success-message svg {
  width: 20px;
  height: 20px;
}
.fccq-espace-membre-index-contact-dialog-success-message svg path {
  fill: var(--wp--preset--color--primary);
}
.fccq-espace-membre-index-contact-dialog-error-message {
  color: var(--wp--preset--color--orange);
  font-size: 14px;
  font-weight: 500;
  margin: 15px 0 0;
  text-align: center;
  min-height: 20px;
  transition: opacity 0.3s ease;
}

.fccq-espace-membre-index-contact-dialog-error-message,
.fccq-espace-membre-index-contact-dialog-success-message {
  font-size: 14px;
  font-weight: 700;
  margin: 0;
}
.fccq-espace-membre-index-contact-dialog-save-button .loader {
  width: 20px;
  height: 20px;
  border: 3px solid var(--wp--preset--color--white);
  border-top: 3px solid var(--wp--preset--color--primary);
}

.fccq-espace-membre-index-contact-dialog-close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  cursor: pointer;
}

.fccq-espace-membre-index-contact-dialog-close-button > svg {
  display: block;
  width: 20px;
  height: 20px;
  object-fit: contain;
  fill: var(--wp--preset--color--primary);
}

@media (max-width: 768px) {
  .fccq-espace-membre-index-contact-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
}

.fccq-espace-membre-index-contact-button-update {
  width: fit-content;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--wp--preset--color--primary);
  padding: 5px 15px;
  cursor: pointer;
  height: 40px;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.9rem) * 0.203), 1.05rem);
  font-family: var(--wp--preset--font-family--circular-standard);
  transition: 0.2s;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  flex-shrink: 0;
}

.fccq-espace-membre-index-contact-button-update:hover {
  transform: scale(1.05);
}

/* Styles pour le header avec le bouton Ajouter */
.fccq-espace-membre-index-contact-header {
  margin-bottom: 20px;
}

.fccq-espace-membre-index-contact-button-create {
  width: fit-content;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid var(--wp--preset--color--primary);
  padding: 5px 15px;
  cursor: pointer;
  height: 40px;
  font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.9rem) * 0.203), 1.05rem);
  font-family: var(--wp--preset--font-family--circular-standard);
  transition: 0.2s;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary);
  flex-shrink: 0;
}

.fccq-espace-membre-index-contact-button-create:hover {
  transform: scale(1.05);
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

/* Styles pour le dialog de création */
.fccq-espace-membre-index-contact-dialog-create {
  width: 100%;
  max-width: 600px;
  max-height: 80%;
  padding: 30px;
  border-radius: 8px;
  background: var(--wp--preset--color--bleu-fond);
  border: 1px solid var(--wp--preset--color--bleu-ciel);
  color: var(--wp--preset--color--primary);
}

.fccq-espace-membre-index-contact-dialog-create::backdrop {
  background: rgba(0, 0, 0, 0.5);
}

/* Styles pour les boutons dans le dialog de création */
.fccq-espace-membre-index-contact-dialog-create
  .fccq-espace-membre-index-contact-dialog-save-button {
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
}

.fccq-espace-membre-index-contact-dialog-create
  .fccq-espace-membre-index-contact-dialog-cancel-button {
  background-color: #ffbdad;
  color: #de350b;
}

/* Style pour le loader dans le bouton de création */
.fccq-espace-membre-index-contact-dialog-create
  .fccq-espace-membre-index-contact-dialog-save-button
  .loader {
  width: 20px;
  height: 20px;
  border: 3px solid var(--wp--preset--color--white);
  border-top: 3px solid var(--wp--preset--color--primary);
}

/* Ajustements responsifs */
@media (max-width: 768px) {
  .fccq-espace-membre-index-contact-dialog-create {
    padding: 20px;
    width: calc(100% - 20px);
    max-height: calc(100% - 40px);
    margin: 0;
    overflow-y: auto;
  }

  .fccq-espace-membre-index-contact-header {
    margin-bottom: 15px;
  }
}

/* Styles pour les erreurs de validation */
.validation-errors {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  color: var(--wp--preset--color--orange);
}

.validation-errors li {
  margin-bottom: 5px;
}

.input-error-message {
  color: var(--wp--preset--color--orange);
  font-size: 12px;
  margin-top: 4px;
  display: block;
}

input.error {
  border-color: var(--wp--preset--color--orange);
  transition: border-color 0.3s ease;
}

/* Reset des erreurs quand l'utilisateur commence à taper */
input.error:focus {
  border-color: var(--wp--preset--color--primary);
}

input:focus + .input-error-message {
  display: none;
}
