.tabs__horizontal {
  display: flex;
  flex-wrap: wrap;
  font-family: sans-serif;
}
/*
.tabs__label {
  margin-right: 1rem;
  white-space: nowrap;
  padding: .5rem 1rem;
  text-transform: uppercase;
  --tw-text-opacity: 1;

  color: rgba(255,255,255,0.65);
  border-radius: 9999px;
  border-left-width: 1px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  --tw-bg-opacity: 0.25;
  background-color: rgb(0 77 158/var(--tw-bg-opacity));
  border-color: transparent;
}
.tabs__label:hover {
  color: #fff;
}

.tabs__radio:checked + .tabs__label {
  color: #fff;
  background-color: #004d9e;
  border-color: transparent;
}
*/
.tabs__radio {
  display: none;
}

.tabs__content {
  order: 1;
  width: 100%;
  line-height: 1.5;
  font-size: 0.9em;
  display: none;
  padding-top: 2rem;
}

.tabs__radio:checked + .tabs__label + .tabs__content {
  display: initial;
}
