.bbc-contact-mail-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  margin-top: .9rem;
  padding: .75rem 1rem;
  color: #101114 !important;
  background: #dfff19;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  visibility: visible !important;
  pointer-events: auto;
  transition: transform .25s ease, background-color .25s ease;
}

.bbc-contact-mail-link::after {
  content: "↗";
  display: inline-block;
  transition: transform .25s ease;
}

.bbc-contact-mail-link:hover,
.bbc-contact-mail-link:focus-visible {
  background: #fff;
  transform: translateY(-2px);
}

.bbc-contact-mail-link:hover::after,
.bbc-contact-mail-link:focus-visible::after { transform: translate(2px,-2px); }

.header__panel-form .bbc-contact-mail-link {
  position: absolute;
  top: calc(100% + 1rem);
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .bbc-contact-mail-link,
  .bbc-contact-mail-link::after { transition: none; }
}
