.elementor-89 .elementor-element.elementor-element-0dfbaee{--display:flex;}.elementor-89 .elementor-element.elementor-element-1244988{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f23aabc *//* ---- ICÔNES UBEREATS + DELIVEROO DANS LA CARTE ---- */

.mfa-platform-icons {
  width: auto;
  min-width: 150px;
  padding: 8px 10px;
  gap: 8px;
  background: #fff;
  border: 1px solid rgba(21, 10, 61, 0.08);
}

.mfa-ubereats-mini,
.mfa-deliveroo-mini {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1;
  font-weight: 700;
}

.mfa-ubereats-mini {
  gap: 2px;
  color: #000;
}

.mfa-ubereats-mini strong {
  color: #06C167;
}

.mfa-deliveroo-mini {
  color: #00CCBC;
}

/* ---- DOUBLE BOUTON CONTACT CORRIGÉ ---- */

.mfa-contact-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
}

.mfa-contact-actions .mfa-btn {
  width: auto !important;
  min-width: 0 !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  padding: 15px 22px;
}

.mfa-btn--mail {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: none;
}

.mfa-btn--mail:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: none;
}

.mfa-mail-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

@media (max-width: 700px) {
  .mfa-contact-actions {
    flex-direction: column;
    width: 100%;
  }

  .mfa-contact-actions .mfa-btn {
    width: 100% !important;
    max-width: 320px !important;
  }
}/* End custom CSS */