.ir-overview-page {
  max-width: 84rem;
}

.ir-overview-table-wrap {
  overflow-x: auto;
}

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

.ir-overview-table th,
.ir-overview-table td {
  padding: 0.66rem 0.75rem;
  text-align: left;
}

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

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

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

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

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

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

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

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

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

.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) {
  text-align: center;
}

.ir-overview-table th:nth-child(9),
.ir-overview-table td:nth-child(9) {
  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.92rem;
  line-height: 1.35;
  vertical-align: top;
}

.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-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.35rem;
}

.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);
}
