.field-hint {
  display: block;
  margin-top: 7px;
  color: #a55416;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.35;
}

.tip-tools { justify-content: flex-end; }
.weekly-champion {
  margin: 0 0 14px;
  padding: 14px 18px;
  border-radius: 10px;
  color: #0752a0;
  background: #eaf4ff;
}

.rank-week-picker {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin: -14px 0 22px;
  color: #476079;
  font-size: 13px;
  font-weight: 800;
}

.rank-week-picker.hidden { display: none; }

.rank-week-picker select {
  width: auto;
  min-width: 190px;
  margin: 0;
  padding: 10px 34px 10px 12px;
  background: #fff;
  color: #10243b;
}

@media (max-width: 700px) {
  .rank-week-picker { align-items: stretch; flex-direction: column; margin-top: -8px; }
  .rank-week-picker select { width: 100%; }
}

.archive-link {
  display: inline-block;
  margin-top: 8px;
  color: #0752a0;
  font-weight: 800;
  text-decoration: none;
}

/* Gut lesbare Tippzahlen auch in Windows-Browsern und eingebetteten Ansichten. */
.tip-inputs input {
  display: block !important;
  width: 64px !important;
  min-width: 64px !important;
  height: 58px !important;
  margin: 0 !important;
  padding: 8px 6px !important;
  background: #fff !important;
  color: #10243b !important;
  -webkit-text-fill-color: #10243b !important;
  opacity: 1 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  font-size: 24px !important;
  font-weight: 900 !important;
  caret-color: #0752a0;
}

.tip-inputs input::-webkit-inner-spin-button,
.tip-inputs input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.tip-inputs input:disabled {
  background: #edf3f8 !important;
  color: #34516e !important;
  -webkit-text-fill-color: #34516e !important;
  opacity: 1 !important;
}

.teams { grid-template-columns: minmax(0, 1fr) 160px minmax(0, 1fr); }
