.msys-tm {
  --msys-tm-blue: #1a63af;
  --msys-tm-blue-dark: #0b4a75;
  --msys-tm-ink: #231f20;
  --msys-tm-muted: rgba(35, 31, 32, 0.7);
  --msys-tm-border: rgba(35, 31, 32, 0.16);
  color: var(--msys-tm-ink);
  font-family: inherit;
  width: 100%;
}

.msys-tm--message {
  background: #fff;
  border: 2px solid var(--msys-tm-blue-dark);
  border-radius: 14px;
  margin: 16px 0;
  padding: 16px;
}

.msys-tm--message > :first-child {
  margin-top: 0;
}

.msys-tm--message > :last-child {
  margin-bottom: 0;
}

.msys-tm__mount,
.msys-tm__shell {
  box-sizing: border-box;
  max-width: none;
  width: 100%;
}

.msys-tm__shell {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 22px 0 40px;
}

.msys-tm__card {
  background: #fff;
  border: 2px solid var(--msys-tm-blue-dark);
  border-radius: 14px;
  box-shadow: none;
  overflow: hidden;
}

.msys-tm__scheduleNote {
  background: #fff9df;
  border: 2px solid var(--msys-tm-blue-dark);
  border-radius: 14px;
  overflow: hidden;
}

.msys-tm__scheduleNoteTitle {
  background: var(--msys-tm-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 12px 14px;
  text-transform: uppercase;
}

.msys-tm__scheduleNoteBody {
  color: var(--msys-tm-ink);
  font-size: 16px;
  line-height: 1.55;
  padding: 16px 18px;
}

.msys-tm__scheduleNoteBody > :first-child {
  margin-top: 0;
}

.msys-tm__scheduleNoteBody > :last-child {
  margin-bottom: 0;
}

.msys-tm__scheduleNoteBody a {
  color: var(--msys-tm-blue);
  font-weight: 700;
  overflow-wrap: anywhere;
}

.msys-tm__scheduleNoteBody ul,
.msys-tm__scheduleNoteBody ol {
  margin-bottom: 1em;
  padding-left: 1.3em;
}

.msys-tm__facilities,
.msys-tm__facilityGrid {
  box-sizing: border-box;
  width: 100%;
}

.msys-tm__facilityGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.msys-tm__facilityCard {
  align-items: flex-start;
  background: #fff;
  border: 2px solid var(--msys-tm-ink);
  border-radius: 14px;
  box-sizing: border-box;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  min-width: 0;
  padding: 14px 16px;
}

.msys-tm__facilityContent {
  min-width: 0;
}

.msys-tm__facilityTitle {
  color: var(--msys-tm-ink);
  font-family: inherit;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
  overflow-wrap: anywhere;
  padding: 0;
  text-transform: uppercase;
}

.msys-tm__facilityAddress {
  color: var(--msys-tm-muted);
  font-size: 14px;
  line-height: 1.35;
  margin: 8px 0 0;
  overflow-wrap: anywhere;
}

.msys-tm__facilityActions {
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
}

.msys-tm__mapButton,
.msys-tm__mapButton:hover,
.msys-tm__mapButton:focus,
.msys-tm__mapButton:active {
  align-items: center;
  appearance: none;
  background: #fff !important;
  border: 1px solid var(--msys-tm-ink) !important;
  border-radius: 9px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: var(--msys-tm-blue) !important;
  display: inline-flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  margin: 0;
  padding: 0 !important;
  text-decoration: none !important;
  transform: none !important;
  transition: background-color 0.15s ease, color 0.15s ease !important;
  width: 40px;
}

.msys-tm__mapButton:hover,
.msys-tm__mapButton:focus {
  background: #eef3f8 !important;
  color: var(--msys-tm-blue-dark) !important;
}

.msys-tm__mapButton:focus-visible {
  outline: 3px solid rgba(26, 99, 175, 0.28);
  outline-offset: 2px;
}

.msys-tm__mapButton i {
  font-size: 18px;
  line-height: 1;
}

.msys-tm__divisionGrid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  width: 100%;
}

.msys-tm__divisionCard,
.msys-tm__divisionCard:hover,
.msys-tm__divisionCard:focus,
.msys-tm__divisionCard:active {
  appearance: none;
  border: 2px solid var(--msys-tm-blue-dark) !important;
  border-radius: 14px !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: var(--msys-tm-ink) !important;
  margin: 0;
  min-height: 112px;
  padding: 14px !important;
  text-align: left;
  transform: none !important;
  transition: none !important;
  width: 100%;
}

.msys-tm__divisionCard {
  background: #fff !important;
  cursor: pointer;
  display: flex;
  flex-direction: column;
}

.msys-tm__divisionCard:hover,
.msys-tm__divisionCard:focus {
  background: #f2f6fa !important;
  outline: none;
}

.msys-tm__divisionCard:focus-visible {
  outline: 3px solid rgba(26, 99, 175, 0.28) !important;
  outline-offset: -5px;
}

.msys-tm__divisionCardTitle {
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 700;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.msys-tm__divisionCardMeta {
  color: var(--msys-tm-muted);
  font-size: 13px;
  margin-top: 5px;
}

.msys-tm__divisionCardAction {
  color: var(--msys-tm-blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-top: auto;
  padding-top: 12px;
  text-transform: uppercase;
}

.msys-tm__tools {
  padding: 16px;
}

.msys-tm__tools.is-collapsed {
  padding-bottom: 0;
}

.msys-tm__panelHead {
  align-items: center;
  background: var(--msys-tm-blue);
  display: flex;
  justify-content: space-between;
  margin: -16px -16px 0;
  min-height: 52px;
  padding: 12px 16px;
}

.msys-tm__panelTitle,
.msys-tm__sectionTitle {
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.msys-tm__panelTitle {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  margin: 0;
}

.msys-tm__toolsToggle,
.msys-tm__toolsToggle:hover,
.msys-tm__toolsToggle:focus,
.msys-tm__toolsToggle:active {
  align-items: center;
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  box-sizing: border-box;
  color: #fff !important;
  display: inline-flex;
  flex: 0 0 34px;
  font-size: 23px;
  font-weight: 600;
  height: 34px !important;
  justify-content: center;
  line-height: 30px !important;
  margin: 0 !important;
  max-height: 34px;
  max-width: 34px;
  min-height: 34px;
  min-width: 34px;
  padding: 0 !important;
  transform: none !important;
  transition: none !important;
  width: 34px !important;
}

.msys-tm__toolsToggle {
  background: rgba(255, 255, 255, 0.16) !important;
  cursor: pointer;
}

.msys-tm__toolsToggle:hover,
.msys-tm__toolsToggle:focus {
  background: rgba(255, 255, 255, 0.28) !important;
  outline: none;
}

.msys-tm__toolsToggle:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px;
}

.msys-tm__filters {
  display: grid;
  gap: 14px 16px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  padding-top: 16px;
}

.msys-tm__field {
  display: grid;
  gap: 6px;
}

.msys-tm__label {
  color: var(--msys-tm-muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.msys-tm__input {
  background: #fff;
  border: 1px solid rgba(35, 31, 32, 0.28);
  border-radius: 4px;
  box-sizing: border-box;
  color: var(--msys-tm-ink);
  min-height: 44px;
  padding: 10px 12px;
  width: 100%;
}

.msys-tm__input:focus {
  border-color: var(--msys-tm-blue);
  box-shadow: 0 0 0 2px rgba(26, 99, 175, 0.14);
  outline: none;
}

.msys-tm__sectionTitle {
  color: var(--msys-tm-ink);
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
}

.msys-tm__standings,
.msys-tm__bracket {
  display: grid;
  gap: 10px;
}

.msys-tm__standingsGrid {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr);
}

.msys-tm__standingsGrid.has-multiple-pools {
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
}

.msys-tm__standingsCard {
  background: #fff;
  border: 2px solid var(--msys-tm-blue-dark);
  border-radius: 14px;
  overflow: hidden;
}

.msys-tm__standingsTitle {
  background: var(--msys-tm-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 12px 14px;
  text-transform: uppercase;
}

.msys-tm__standingsTableWrap,
.msys-tm__tableWrap {
  overflow-x: auto;
}

.msys-tm__standingsTable,
.msys-tm__table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 0;
  width: 100%;
}

.msys-tm__standingsTable th,
.msys-tm__standingsTable td,
.msys-tm__table th,
.msys-tm__table td {
  border: 0;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
}

.msys-tm__standingsTable th {
  background: #eef3f8;
  color: rgba(35, 31, 32, 0.8);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.msys-tm__standingsTable td {
  border-bottom: 1px solid rgba(35, 31, 32, 0.1);
  font-size: 14px;
  font-variant-numeric: tabular-nums;
}

.msys-tm__standingsTable tbody tr:nth-child(even) td {
  background: #f7f8fa;
}

.msys-tm__standingsTable tbody tr:last-child td {
  border-bottom: 0;
}

.msys-tm__standingsTable .msys-tm__standingTeam {
  min-width: 155px;
  text-align: left;
}

.msys-tm__table {
  min-width: 900px;
}

.msys-tm__dateRow th {
  background: var(--msys-tm-blue);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 13px;
  text-transform: uppercase;
}

.msys-tm__columnRow th {
  background: #eef3f8;
  color: rgba(35, 31, 32, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.msys-tm__gameRow:nth-child(even) td {
  background: #f7f8fa;
}

.msys-tm__gameRow td {
  border-bottom: 1px solid rgba(35, 31, 32, 0.09);
  color: rgba(35, 31, 32, 0.88);
  font-size: 14px;
}

.msys-tm__timeCell {
  min-width: 90px;
}

.msys-tm__teamCell {
  min-width: 145px;
}

.msys-tm__mobileTeamLabel {
  display: none;
}

.msys-tm__facilityCell {
  min-width: 120px;
}

.msys-tm__scoreCell {
  font-variant-numeric: tabular-nums;
  min-width: 52px;
}

.msys-tm__teamCell.is-winner,
.msys-tm__scoreCell.is-winner {
  font-weight: 800;
}

.msys-tm__noteButton,
.msys-tm__noteButton:hover,
.msys-tm__noteButton:focus {
  border: 1px solid var(--msys-tm-blue) !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 11px;
  font-weight: 700;
  padding: 5px 9px !important;
  transform: none !important;
}

.msys-tm__noteButton {
  background: #fff !important;
  color: var(--msys-tm-blue) !important;
  cursor: pointer;
}

.msys-tm__noteButton:hover,
.msys-tm__noteButton:focus {
  background: var(--msys-tm-blue) !important;
  color: #fff !important;
  outline: none;
}

.msys-tm__empty {
  color: var(--msys-tm-muted);
  padding: 20px;
  text-align: center;
}

.msys-tm__empty p {
  margin: 0;
}

.msys-tm__mobileMeta,
.msys-tm__mobileScore {
  display: none;
}

.msys-tm__bracketGroups {
  display: grid;
  gap: 22px;
}

.msys-tm__bracketGroup {
  background: #fff;
  border: 2px solid var(--msys-tm-ink);
  border-radius: 14px;
  overflow: hidden;
}

.msys-tm__bracketGroupTitle {
  background: var(--msys-tm-blue);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 12px 14px;
  text-transform: uppercase;
}

.msys-tm__bracketScroll {
  background: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 14px 16px 18px;
  scrollbar-width: thin;
}

.msys-tm__bracketVisual {
  display: grid;
  gap: 48px;
  grid-template-columns: repeat(var(--msys-tm-bracket-rounds), 230px);
  isolation: isolate;
  padding: 0 10px 4px 0;
  position: relative;
  width: max-content;
}

.msys-tm__bracketConnectorLayer {
  color: var(--msys-tm-ink);
  height: 100%;
  inset: 0;
  overflow: visible;
  pointer-events: none;
  position: absolute;
  width: 100%;
  z-index: 4;
}

.msys-tm__bracketConnectorPath {
  fill: none;
  shape-rendering: crispEdges;
  stroke: currentColor;
  stroke-linecap: square;
  stroke-linejoin: miter;
  stroke-width: 1;
  vector-effect: non-scaling-stroke;
}

.msys-tm__bracketRound {
  display: grid;
  gap: 0;
  grid-template-rows: 1fr;
  min-width: 0;
  position: relative;
  z-index: 2;
}

.msys-tm__bracketRoundGames {
  display: grid;
  gap: 0;
  grid-template-rows: repeat(var(--msys-tm-bracket-rows), minmax(112px, auto));
  padding-block: 38px;
}

.msys-tm__bracketNode {
  align-self: center;
  background: transparent;
  border-bottom: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  display: grid;
  min-width: 0;
  position: relative;
  transform: translateY(var(--msys-tm-bracket-offset, 0px));
  z-index: 3;
}

.msys-tm__bracketGameMeta {
  background: transparent;
  border: 0;
  border-right: 1px solid var(--msys-tm-ink);
  color: var(--msys-tm-muted);
  font-size: 9px;
  font-weight: 700;
  line-height: 1.35;
  padding: 4px 7px;
  text-align: left;
  text-transform: uppercase;
}

.msys-tm__bracketTeam {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid var(--msys-tm-ink);
  display: flex;
  font-size: 14px;
  gap: 7px;
  justify-content: space-between;
  line-height: 1.2;
  min-width: 0;
  min-height: 34px;
  padding: 5px 8px 3px;
}

.msys-tm__bracketTeam[data-side="away"] {
  border-right: 1px solid var(--msys-tm-ink);
}

.msys-tm__bracketTeam span {
  min-width: 0;
  overflow-wrap: anywhere;
  white-space: normal;
}

.msys-tm__bracketTeam.is-winner {
  font-weight: 800;
}

.msys-tm__bracketTeam strong {
  font-variant-numeric: tabular-nums;
  min-width: 16px;
  text-align: right;
}

.msys-tm__modalOverlay {
  align-items: center;
  background: rgba(35, 31, 32, 0.52);
  display: flex;
  inset: 0;
  justify-content: center;
  padding: 20px;
  position: fixed;
  z-index: 99999;
}

.msys-tm__modal {
  background: #fff;
  border: 2px solid var(--msys-tm-blue-dark);
  border-radius: 14px;
  box-shadow: none;
  max-width: 520px;
  overflow: hidden;
  width: 100%;
}

.msys-tm__modalHead {
  align-items: center;
  background: var(--msys-tm-blue);
  display: flex;
  justify-content: space-between;
  padding: 13px 16px;
}

.msys-tm__modalTitle {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin: 0;
  text-transform: uppercase;
}

.msys-tm__modalClose,
.msys-tm__modalClose:hover,
.msys-tm__modalClose:focus {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #fff !important;
  font-size: 28px;
  line-height: 1;
  padding: 0 !important;
  transform: none !important;
}

.msys-tm__modalClose {
  cursor: pointer;
}

.msys-tm__modalClose:hover,
.msys-tm__modalClose:focus {
  outline: none;
}

.msys-tm__modalBody {
  color: rgba(35, 31, 32, 0.9);
  padding: 18px;
  white-space: pre-wrap;
}

@media (max-width: 1000px) {
  .msys-tm__divisionGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .msys-tm__shell {
    gap: 16px;
    padding: 18px 0 28px;
  }

  .msys-tm__filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .msys-tm__divisionGrid {
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .msys-tm__standingsGrid.has-multiple-pools {
    grid-template-columns: minmax(0, 1fr);
  }

  .msys-tm__standingsTableWrap {
    overflow: visible;
    padding: 10px;
  }

  .msys-tm__standingsTable,
  .msys-tm__standingsTable tbody {
    display: block;
    width: 100%;
  }

  .msys-tm__standingsTable thead {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .msys-tm__standingsTable tbody {
    display: grid;
    gap: 9px;
  }

  .msys-tm__standingsTable tbody tr {
    align-items: baseline;
    background: #fff;
    border: 1px solid var(--msys-tm-border);
    border-radius: 9px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 14px;
    padding: 11px 12px;
    width: 100%;
  }

  .msys-tm__standingsTable tbody tr td,
  .msys-tm__standingsTable tbody tr:nth-child(even) td,
  .msys-tm__standingsTable tbody tr:last-child td {
    align-items: baseline;
    background: transparent !important;
    border: 0;
    color: var(--msys-tm-ink);
    display: inline-flex;
    font-size: 13px;
    gap: 4px;
    line-height: 1.2;
    padding: 0;
    width: auto;
  }

  .msys-tm__standingsTable tbody tr td:not(.msys-tm__standingTeam)::before {
    color: var(--msys-tm-muted);
    content: attr(data-label);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
  }

  .msys-tm__standingsTable tbody tr .msys-tm__standingTeam {
    display: block;
    flex: 0 0 100%;
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
    padding-bottom: 2px;
    text-align: left;
    width: 100%;
  }

  .msys-tm__scheduleCard,
  .msys-tm__tableWrap,
  .msys-tm__table,
  .msys-tm__table tbody {
    box-sizing: border-box;
    max-width: 100%;
    min-width: 0;
  }

  .msys-tm__tableWrap {
    overflow-x: hidden;
    width: 100%;
  }

  .msys-tm__table .msys-tm__columnRow {
    display: none;
  }

  .msys-tm__table,
  .msys-tm__table tbody,
  .msys-tm__table tr,
  .msys-tm__table th,
  .msys-tm__table td {
    display: block;
    width: 100%;
  }

  .msys-tm__dateRow {
    box-sizing: border-box;
    margin: 0 0 10px;
  }

  .msys-tm__dateRow th {
    box-sizing: border-box;
    font-size: 17px;
    padding: 11px 13px;
    white-space: normal;
  }

  .msys-tm__table .msys-tm__gameRow {
    background: #fff;
    border: 1px solid rgba(35, 31, 32, 0.16);
    border-radius: 12px;
    box-shadow: none;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    margin: 0 10px 12px;
    max-width: calc(100% - 20px);
    min-width: 0;
    overflow: hidden;
    width: calc(100% - 20px);
  }

  .msys-tm__gameRow td,
  .msys-tm__gameRow:nth-child(even) td {
    background: #fff;
    border-bottom: 1px solid rgba(35, 31, 32, 0.08);
    box-sizing: border-box;
    padding: 9px 12px;
    text-align: left;
    white-space: normal;
  }

  .msys-tm__gameRow td:last-child {
    border-bottom: 0;
  }

  .msys-tm__desktop,
  .msys-tm__facilityCell,
  .msys-tm__scoreCell {
    display: none !important;
  }

  .msys-tm__mobileMeta {
    display: grid;
    gap: 5px;
    min-width: 0;
  }

  .msys-tm__mobileScore {
    display: block;
    font-size: 22px;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    margin-top: 10px;
    width: 100%;
  }

  .msys-tm__timeCell {
    background: #eef3f8 !important;
    color: var(--msys-tm-ink);
    font-size: 16px !important;
    grid-column: 1 / -1;
    line-height: 1.25;
    min-width: 0;
    overflow-wrap: anywhere;
  }

  .msys-tm__mobileTime,
  .msys-tm__mobileLocation {
    display: block;
  }

  .msys-tm__mobileTime {
    font-size: 21px;
    font-weight: 800;
  }

  .msys-tm__mobileLocation {
    font-size: 16px;
    font-weight: 700;
  }

  .msys-tm__table .msys-tm__teamCell {
    display: grid;
    font-size: 17px !important;
    grid-template-rows: 1fr auto;
    line-height: 1.25;
    min-width: 0;
    min-height: 90px;
    overflow-wrap: anywhere;
  }

  .msys-tm__teamIdentity,
  .msys-tm__teamName {
    display: block;
    width: 100%;
  }

  .msys-tm__mobileTeamLabel {
    color: rgba(35, 31, 32, 0.68);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.05em;
    line-height: 1;
    margin-bottom: 5px;
    text-transform: uppercase;
  }

  .msys-tm__teamCell--home {
    padding-right: 7px !important;
  }

  .msys-tm__teamCell--away {
    padding-left: 7px !important;
    text-align: right !important;
  }

  .msys-tm__teamCell--home .msys-tm__mobileScore {
    text-align: right;
  }

  .msys-tm__teamCell--away .msys-tm__mobileScore {
    text-align: left;
  }

  .msys-tm__noteCell {
    grid-column: 1 / -1;
  }

  .msys-tm__noteCell.is-empty {
    display: none;
  }
}

@media (max-width: 620px) {
  .msys-tm__standingsGrid.has-multiple-pools {
    grid-template-columns: minmax(0, 1fr);
  }

  .msys-tm__divisionCard,
  .msys-tm__divisionCard:hover,
  .msys-tm__divisionCard:focus,
  .msys-tm__divisionCard:active {
    min-height: 108px !important;
  }

  .msys-tm__bracketScroll {
    overflow-x: auto;
    padding: 10px 10px 14px;
  }

  .msys-tm__bracketVisual {
    gap: 34px;
    grid-template-columns: repeat(var(--msys-tm-bracket-rounds), minmax(220px, 76vw));
    padding-right: 6px;
  }

  .msys-tm__bracketRoundGames {
    grid-template-rows: repeat(var(--msys-tm-bracket-rows), minmax(112px, auto));
    padding-block: 38px;
  }

  .msys-tm__bracketTeam {
    font-size: 14px;
    padding: 6px 7px;
  }

  .msys-tm__bracketGameMeta {
    font-size: 11px;
  }
}

@media (max-width: 560px) {
  .msys-tm__facilityGrid {
    grid-template-columns: minmax(0, 1fr);
  }

  .msys-tm__facilityCard {
    gap: 12px;
    padding: 13px;
  }

  .msys-tm__facilityTitle {
    font-size: 17px;
  }

  .msys-tm__mapButton,
  .msys-tm__mapButton:hover,
  .msys-tm__mapButton:focus,
  .msys-tm__mapButton:active {
    height: 38px;
    width: 38px;
  }

  .msys-tm__filters {
    grid-template-columns: minmax(0, 1fr);
  }

}
