body a.publication-header-cta {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 16px;
  border: 1px solid #101010;
  border-radius: 999px;
  background: #d1ff00;
  box-shadow: 0 5px 14px rgb(16 16 16 / 10%);
  color: #101010;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease;
}

body a.publication-header-cta:hover {
  background: #c2ed00;
}

body a.publication-header-cta:focus-visible {
  outline: 2px solid #101010;
  outline-offset: 4px;
}

@media (max-width: 760px) {
  body a.publication-header-cta {
    min-height: 40px;
    padding: 0 14px;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body a.publication-header-cta {
    transition: none;
  }
}
