.function-switch {
  background: #fffaf0;
  border-top: 1px solid #eadfcb;
  border-bottom: 1px solid #e3d7bf;
}

.function-switch__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 900px;
  margin: 0 auto;
  padding: 0 22px;
}

.function-switch a {
  min-width: 0;
  padding: 13px 12px 11px;
  border-bottom: 3px solid transparent;
  color: #526579;
  font: 800 0.92rem/1.25 system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
}

.function-switch a + a {
  border-left: 1px solid #eadfcb;
}

.function-switch a:hover,
.function-switch a[aria-current="page"] {
  background: #f4ecd9;
  color: #20384f;
}

.function-switch a[aria-current="page"] {
  border-bottom-color: #8f6b2b;
}

.function-switch a:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid #8f6b2b;
  outline-offset: -3px;
}

@media (max-width: 520px) {
  .function-switch__inner {
    padding: 0;
  }

  .function-switch a {
    padding: 12px 8px 10px;
    font-size: 0.82rem;
  }
}
