.ir-overview-page {
  max-width: var(--tlfl-page-max-width);
}

.ir-overview-table-scroll {
  max-width: 100%;
  position: relative;
}

.ir-overview-scroll-controls {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 20;
}

.ir-overview-scroll-button {
  align-items: center;
  background: linear-gradient(180deg, #ffffff 0%, #edf3fc 100%);
  border: 1px solid #c4d1e5;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgb(31 85 171 / 0.14);
  color: #12366f;
  cursor: pointer;
  display: flex;
  font: inherit;
  height: 2.2rem;
  justify-content: center;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 0.48rem;
  transition: background 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
  width: 2.2rem;
}

.ir-overview-scroll-button[hidden] {
  display: none;
}

.ir-overview-scroll-button::before {
  border-left: 0.16rem solid currentColor;
  border-top: 0.16rem solid currentColor;
  content: "";
  height: 0.52rem;
  width: 0.52rem;
}

.ir-overview-scroll-button:hover {
  background: linear-gradient(180deg, #2459a9 0%, #12366f 100%);
  border-color: #12366f;
  box-shadow: 0 5px 14px rgb(31 85 171 / 0.24);
  color: #ffffff;
  transform: translateY(-1px);
}

.ir-overview-scroll-button:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue);
  outline-offset: 2px;
}

.ir-overview-scroll-left {
  left: 0.55rem;
}

.ir-overview-scroll-left::before {
  transform: translateX(0.08rem) rotate(-45deg);
}

.ir-overview-scroll-right {
  right: 0.55rem;
}

.ir-overview-scroll-right::before {
  transform: translateX(-0.08rem) rotate(135deg);
}

.ir-overview-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}

.ir-overview-table-scroll.table-scroll-ready .ir-overview-table-wrap {
  scrollbar-width: none;
}

.ir-overview-table-scroll.table-scroll-ready .ir-overview-table-wrap::-webkit-scrollbar {
  display: none;
}

.ir-overview-table {
  min-width: 72rem;
  table-layout: fixed;
}

.ir-overview-table th,
.ir-overview-table td {
  box-sizing: border-box;
  padding: 0.58rem 0.55rem;
  text-align: left;
}

.ir-overview-table th:nth-child(1) {
  width: 6.15rem;
}

.ir-overview-table th:nth-child(2) {
  width: 12%;
}

.ir-overview-table th:nth-child(3) {
  width: 3.25rem;
}

.ir-overview-table th:nth-child(4) {
  width: 7.25rem;
}

.ir-overview-table th:nth-child(5) {
  width: 4.25rem;
}

.ir-overview-table th:nth-child(6) {
  width: 12%;
}

.ir-overview-table th:nth-child(8) {
  width: 6.5rem;
}

.ir-overview-table th:nth-child(9) {
  width: 3.25rem;
}

.ir-overview-table th:nth-child(10) {
  width: 5.9rem;
}

.ir-overview-table th:nth-child(1),
.ir-overview-table td:nth-child(1),
.ir-overview-table th:nth-child(3),
.ir-overview-table td:nth-child(3),
.ir-overview-table th:nth-child(8),
.ir-overview-table td:nth-child(8),
.ir-overview-table th:nth-child(9),
.ir-overview-table td:nth-child(9) {
  text-align: center;
}

.ir-overview-table th:nth-child(10),
.ir-overview-table td:nth-child(10) {
  padding-left: 0.45rem;
  padding-right: 0.45rem;
  text-align: center;
}

.ir-overview-row-ignored td {
  background: #f8fafc;
  color: #64748b;
}

.ir-overview-row-ignored a {
  color: #475569;
}

.ir-overview-row-ignored td:first-child {
  box-shadow: inset 3px 0 0 #94a3b8;
}

.ir-overview-row-ignored .ir-overview-status-cell,
.ir-overview-row-ignored .ir-overview-nfl-team-name {
  color: #64748b;
}

.ir-overview-status-cell {
  color: #475569;
  font-size: 0.88rem;
  line-height: 1.35;
  vertical-align: top;
}

.ir-overview-ltr-label {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  margin-left: 0.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.ir-overview-date-cell {
  color: #334155;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.ir-overview-status-text {
  display: block;
  max-width: 34rem;
  overflow-wrap: anywhere;
  white-space: normal;
}

.ir-overview-dtr-check {
  color: #15803d;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 900;
  line-height: 1;
}

.ir-overview-row-ignored .ir-overview-dtr-check {
  color: #64748b;
}

.ir-overview-team-cell {
  overflow: hidden;
}

.ir-overview-team {
  align-items: center;
  display: inline-flex;
  gap: 0.45rem;
  max-width: 100%;
  min-width: 0;
  vertical-align: middle;
}

.ir-overview-team-logo-slot {
  align-items: center;
  display: inline-flex;
  flex: 0 0 1.5rem;
  height: 1.5rem;
  justify-content: center;
  width: 1.5rem;
}

.ir-overview-team-logo-slot img {
  display: block;
  max-height: 1.5rem;
  max-width: 1.5rem;
  object-fit: contain;
}

.ir-overview-team-name {
  display: block;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ir-overview-nfl-team-name {
  color: #334155;
  display: inline-block;
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ir-overview-toggle-form {
  display: inline-flex;
  margin: 0;
}

.ir-overview-toggle-button {
  align-items: center;
  appearance: none;
  background: #ffffff;
  border: 1px solid #93c5fd;
  border-radius: 999px;
  color: #1d4ed8;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 900;
  gap: 0.32rem;
  justify-content: center;
  line-height: 1;
  min-height: 1.72rem;
  padding: 0.18rem 0.48rem 0.18rem 0.24rem;
  text-align: center;
  transition: background-color 140ms ease, border-color 140ms ease, color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
  white-space: nowrap;
  width: 5.1rem;
}

.ir-overview-toggle-button:hover:not(:disabled) {
  background: #eff6ff;
  border-color: #2563eb;
  transform: translateY(-1px);
}

.ir-overview-toggle-button:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue-dark);
  outline-offset: 2px;
}

.ir-overview-toggle-button:disabled {
  cursor: not-allowed;
  opacity: 0.78;
}

.ir-overview-toggle-button-on {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #475569;
}

.ir-overview-toggle-button-on:hover:not(:disabled) {
  background: #f1f5f9;
  border-color: #64748b;
  color: #334155;
}

.ir-overview-toggle-track {
  background: #bfdbfe;
  border-radius: 999px;
  display: inline-block;
  flex: 0 0 auto;
  height: 0.82rem;
  position: relative;
  transition: background-color 140ms ease;
  width: 1.52rem;
}

.ir-overview-toggle-label {
  flex: 1 1 auto;
  text-align: left;
}

.ir-overview-toggle-knob {
  background: #ffffff;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgb(15 23 42 / 0.32);
  display: block;
  height: 0.54rem;
  left: 0.14rem;
  position: absolute;
  top: 0.14rem;
  transition: transform 140ms ease;
  width: 0.54rem;
}

.ir-overview-toggle-button-on .ir-overview-toggle-track {
  background: #64748b;
}

.ir-overview-toggle-button-on .ir-overview-toggle-knob {
  transform: translateX(0.7rem);
}
