/* Email protection styles */
.email-protection {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  display: inline-block;
  direction: ltr;
  unicode-bidi: bidi-override;
}

.email-protection span {
  display: none;
}

.email-protection::before {
  content: attr(data-user);
}

.email-protection::after {
  content: attr(data-domain);
}
