.atlet-date-toggle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin: 4px 0 10px;
  color: rgba(255,255,255,.72);
  font-size: 10px;
  line-height: 1;
}

.atlet-date-toggle[hidden] {
  display: none;
}

.atlet-date-toggle.compact {
  margin: -3px 0 10px;
}

.atlet-date-toggle-label {
  white-space: nowrap;
}

.atlet-date-toggle-buttons {
  display: inline-flex;
  align-items: center;
  padding: 2px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 9px;
  background: rgba(255,255,255,.045);
}

.atlet-date-toggle button {
  width: auto !important;
  min-width: 0 !important;
  min-height: 26px !important;
  margin: 0 !important;
  border: 0;
  border-radius: 7px;
  background: transparent;
  color: rgba(255,255,255,.64);
  padding: 0 8px !important;
  font: inherit;
  font-size: 10px !important;
  font-weight: 700;
  cursor: pointer;
}

.atlet-date-toggle button.active {
  background: rgba(255,255,255,.14);
  color: #fff;
}

.atlet-date-toggle button:focus-visible {
  outline: 2px solid rgba(255,255,255,.55);
  outline-offset: 1px;
}

@media (max-width: 420px) {
  .atlet-date-toggle {
    gap: 6px;
    margin-bottom: 8px;
  }

  .atlet-date-toggle button {
    min-height: 24px !important;
    padding: 0 7px !important;
    font-size: 9px !important;
  }
}
