:root {
  --tlfl-blue: #1f55ab;
  --tlfl-blue-dark: #12366f;
  --tlfl-blue-light: #dfeaff;
}

a {
  color: var(--tlfl-blue);
  text-decoration: none;
}

a:visited {
  color: var(--tlfl-blue);
}

.screen-reader-only {
  clip: rect(0, 0, 0, 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

h1 {
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 800;
  line-height: 1.05;
  margin: 0 0 1.25rem;
}

h1::after {
  background: var(--tlfl-blue);
  border-radius: 999px;
  content: "";
  display: block;
  height: 0.25rem;
  margin-top: 0.55rem;
  width: 3.75rem;
}

.page-heading-row {
  align-items: start;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.page-heading-row h1 {
  margin-bottom: 0;
}

.season-selector {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
  margin-top: 0.35rem;
}

.season-selector label {
  color: #374151;
  font-size: 0.88rem;
  font-weight: 800;
}

.season-selector-select {
  background: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  color: #111827;
  font: inherit;
  font-weight: 700;
  min-height: 2.35rem;
  padding: 0.4rem 2rem 0.4rem 0.7rem;
}

.page-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: -0.35rem 0 1.25rem;
}

.primary-action-link {
  background: var(--tlfl-blue);
  border: 1px solid var(--tlfl-blue);
  border-radius: 6px;
  box-shadow: 0 4px 10px rgb(31 85 171 / 0.18);
  color: #ffffff;
  display: inline-flex;
  font-weight: 800;
  padding: 0.7rem 0.9rem;
}

.primary-action-link:visited {
  color: #ffffff;
}

.primary-action-link:hover {
  background: var(--tlfl-blue-dark);
  border-color: var(--tlfl-blue-dark);
  color: #ffffff;
}

.primary-action-link:disabled {
  cursor: not-allowed;
  opacity: 0.55;
}
