.tabbed-collections__tab-buttons-wrapper {
  box-shadow: inset 0 -1px 0 0px var(--color-mid-gray);
}

.tab-buttons__button {
  text-transform: uppercase;
  --font-body-weight: 700;
}

.tab-buttons__button.selected,
.tab-buttons__button[aria-expanded="true"] {
  --color-text: var(--color-cobalt);
  color: var(--color-cobalt);
}
