.site-header .back-link {
  color: rgba(238, 231, 221, 0.68) !important;
  border-bottom: 1px solid rgba(238, 231, 221, 0.22);
}

.site-header .back-link:hover,
.site-header .back-link:focus-visible {
  color: var(--ink) !important;
  border-bottom-color: rgba(238, 231, 221, 0.58);
}
