/* Task 1206: preserve the shared back-link component and restore the approved clay accent. */
.operator-page .operator-back-link {
  color: var(--primary, #9a5838) !important;
  text-decoration-color: rgba(154, 88, 56, .38);
}

.operator-page .operator-back-link:hover {
  color: var(--oil-clay-dark, #9a5838) !important;
  text-decoration-color: currentColor;
}

.operator-page .operator-back-link:focus-visible {
  color: var(--primary, #9a5838) !important;
}
