/* Keep workspace actions readable despite global marketing link styles. */
body.editorial-site a[data-workspace-entry],
body.editorial-site a[data-workspace-entry]:visited {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 12px 22px;
  border: 1px solid #17191c;
  border-radius: 9999px;
  background-color: #17191c !important;
  color: #fff !important;
  text-decoration: none !important;
}
body.editorial-site a[data-workspace-entry]:hover {
  background-color: #37393c !important;
  color: #fff !important;
}
body.editorial-site a[data-workspace-entry]:focus-visible {
  outline: 2px solid #17191c;
  outline-offset: 3px;
}
