/* 1) Texte basique */
.fnsr-email-text {
  margin: 0;
  font-size: 1rem;
  color: white;
}

/* 2) Lien mailto (15px, weight 700, hover vert) */
.fnsr-email-link {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #8B2077 !important;
  text-decoration: none;
}
.fnsr-email-link:hover {
  color: #8CC53F !important;
}

/* 3) Lien mailto basique (violet, pas de hover, weight normal) */
.fnsr-email-link-basic {
  margin: 0;
  color: #891F7C;
  font-weight: 400;
  text-decoration: none;
}

/* 4) Tableau de contact */
.fnsr-email-table td {
  width: 50%;
  text-align: center;
}
