@media (max-width: 72rem) {
  .pick-sheet-form {
    width: 80%;
  }

  .pool-overview-grid,
  .pool-health-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 48rem) {
  .pick-game-list::before {
    inset-inline: -1rem;
  }

  .pool-coming-soon-card {
    width: min(100%, 30rem);
    margin-top: 1rem;
    grid-template-columns: minmax(0, 1fr);
  }

  .pool-coming-soon-visual {
    min-height: 8.5rem;
    border-right: 0;
    border-bottom: 1px solid rgb(242 177 52 / 42%);
  }

  .pool-coming-soon-logo {
    width: 5.5rem;
  }

  .pool-coming-soon-content {
    align-items: center;
    padding: 1.5rem 0.75rem 1.75rem;
    text-align: center;
  }

  .pool-coming-soon-card h1 {
    font-size: clamp(0.95rem, 4.6vw, 1.35rem);
  }

  .pick-sheet-heading {
    width: 100%;
    align-items: center;
    flex-direction: row;
  }

  .pick-sheet-form {
    width: 100%;
  }

  .pick-sheet-toolbar {
    align-items: stretch;
    flex-direction: column;
  }

  .pick-sheet-autopick {
    width: 100%;
    margin-left: 0;
    align-items: stretch;
    flex-direction: column;
  }

  .pick-sheet-autopick-copy {
    flex-basis: auto;
  }

  .pick-sheet-autopick-actions {
    display: flex;
    flex-wrap: wrap;
  }

  .tiebreak-card,
  .pick-sheet-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pick-sheet-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .pick-sheet-footer .pick-sheet-actions {
    width: 100%;
    margin-left: 0;
  }

  .weekly-score-card {
    width: auto;
    margin-right: 0;
  }

  .tiebreak-field {
    width: 100%;
  }

  .team-pick-fieldset {
    grid-template-columns: minmax(0, 1fr) 3.4rem;
    grid-template-rows: auto auto auto;
  }

  .team-pick-option:first-of-type {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .team-pick-option:nth-of-type(2) {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  .matchup-spread {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
  }

  .confidence-field {
    grid-column: 2;
    grid-row: 2;
    transform: none;
  }

  .team-logo {
    width: 1.65rem;
    height: 1.65rem;
    flex-basis: 1.65rem;
  }

  .team-name-score {
    gap: 0.2rem;
  }

  .team-identity-copy {
    gap: 0.25rem;
  }

  .team-pick-copy strong,
  .team-score,
  .matchup-spread,
  .confidence-select:not([multiple]) {
    font-size: 0.85rem;
  }

  .pick-sheet-actions .button {
    width: 100%;
  }

  .playground-scenario-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .playground-scenario-heading-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .playground-scenario-heading-actions form {
    width: 100%;
  }

  .playground-scenario-heading .button,
  .playground-scenario-actions .button {
    width: 100%;
  }

  .admin-settings-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .nfl-week-import-card,
  .nfl-week-import-form {
    grid-template-columns: minmax(0, 1fr);
  }

  .nfl-week-import-form .button {
    width: 100%;
  }

  .pool-overview-grid,
  .pool-health-grid,
  .queue-processes,
  .pool-infrastructure-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .pool-overview-card {
    min-height: 0;
  }

  .pool-recovery-card {
    align-items: stretch;
    flex-direction: column;
  }

  .pool-recovery-actions {
    flex-direction: column;
  }

  .pool-recovery-actions .button {
    width: 100%;
  }

  .pool-recovery-card .button {
    width: 100%;
  }
}

@media (max-width: 34rem) {
  .pick-sheet-heading {
    align-items: stretch;
    flex-direction: column;
  }

  .pick-game-time-divider {
    flex-wrap: wrap;
    gap: 0.2rem 0.65rem;
  }

  .pick-game-kickoff {
    max-width: 100%;
  }

  .pick-game-time-divider-rule {
    min-width: 0;
  }

  .pick-game-group-deadline {
    width: 100%;
    text-align: right;
  }

  .weekly-score-card {
    display: flex;
    width: 100%;
    min-width: 0;
    padding: 0.6rem 0.8rem;
    align-items: center;
    justify-content: space-between;
    text-align: left;
  }

  .weekly-score-card strong {
    font-size: 2rem;
  }

  .team-pick-fieldset {
    padding: 0.4rem;
    gap: 0.4rem;
  }

  .team-pick-option {
    min-height: 2.85rem;
    padding-inline: 0.45rem;
  }

  .team-logo {
    width: 1.8rem;
    height: 1.8rem;
    flex-basis: 1.8rem;
  }
}
