.super-bowl-champions-table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}

.super-bowl-champions-table th,
.super-bowl-champions-table td {
  border-bottom: 1px solid #e5e7eb;
  padding: 0.75rem;
  text-align: left;
  vertical-align: middle;
}

.super-bowl-champions-table th {
  background: #f3f4f6;
  color: #111827;
  font-weight: 900;
}

.super-bowl-champions-table tbody tr:nth-child(even) {
  background: #f9fafb;
}

.super-bowl-champions-table th:first-child,
.super-bowl-champions-table td:first-child {
  width: 7rem;
}

.super-bowl-champions-table th:nth-child(2),
.super-bowl-champions-table td:nth-child(2) {
  width: 22rem;
}

.super-bowl-champions-table td:nth-child(-n + 2) {
  font-size: 1.28rem;
}

.super-bowl-champions-table td:first-child {
  font-size: 1.8rem;
}

.super-bowl-champion-details {
  display: grid;
  gap: 0.25rem;
}

.super-bowl-champion-team {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
  font-weight: 800;
}

.super-bowl-champion-team img {
  flex: 0 0 auto;
  height: 2rem;
  object-fit: contain;
  width: 2rem;
}

.super-bowl-champion-owners {
  color: #374151;
  font-size: 1.12rem;
  line-height: 1.25;
}

.super-bowl-banner-list {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.super-bowl-banner-frame {
  background: var(--banner-secondary-color);
  clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  filter: drop-shadow(0 0.35rem 0.45rem rgb(17 24 39 / 0.3));
  flex: 0 0 auto;
  height: 12.75rem;
  padding: 0.35rem;
  position: relative;
  width: 8.4rem;
}

.super-bowl-banner-frame-white-trim {
  background: var(--banner-primary-color);
}

.super-bowl-banner-frame-white-trim::before {
  background: var(--banner-secondary-color);
  clip-path: inherit;
  content: "";
  inset: 2px;
  position: absolute;
}

.super-bowl-banner {
  align-items: center;
  background:
    radial-gradient(circle at 18% 22%, rgb(255 255 255 / 0.05) 0 1px, transparent 1.5px),
    radial-gradient(circle at 72% 68%, rgb(0 0 0 / 0.07) 0 1px, transparent 1.5px),
    linear-gradient(90deg, rgb(255 255 255 / 0.045), transparent 24%, rgb(0 0 0 / 0.04) 52%, transparent 78%),
    var(--banner-primary-color);
  background-size: 7px 7px, 9px 9px, 100% 100%, auto;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
  color: var(--banner-text-color);
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  padding: 0.65rem 0.55rem 0.8rem;
  position: relative;
  text-align: center;
  z-index: 1;
}

.super-bowl-banner-team {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1.05;
  margin-bottom: 0.35rem;
  min-height: 1.45rem;
  max-width: 100%;
  overflow: hidden;
  text-overflow: clip;
  white-space: nowrap;
}

.super-bowl-banner-team-long {
  font-size: 1.15rem;
}

.super-bowl-banner-word-art {
  align-items: center;
  display: flex;
  height: 1.45rem;
  justify-content: center;
  margin-bottom: 0.35rem;
  max-width: 100%;
  transform: translateY(var(--banner-word-art-offset-y, 0));
  width: 100%;
}

.super-bowl-banner-word-art img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  transform: scale(var(--banner-word-art-scale, 1));
}

.super-bowl-banner-logo {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  height: 4.25rem;
  justify-content: center;
  margin-bottom: 0.35rem;
  transform: translateY(var(--banner-logo-offset-y, 0));
  width: 5.4rem;
}

.super-bowl-banner-logo img {
  height: 4.25rem;
  object-fit: contain;
  transform: scale(var(--banner-logo-scale, 1));
  width: 5.4rem;
}

.super-bowl-banner-logo-secondary-stroke img {
  filter:
    drop-shadow(0 0 1px var(--banner-secondary-color)) drop-shadow(0 0 1px var(--banner-secondary-color)) drop-shadow(0 0 2px var(--banner-secondary-color));
}

.super-bowl-banner-title {
  font-size: 1.12rem;
  font-weight: 700;
  line-height: 1.05;
  margin-bottom: 0.35rem;
}

.super-bowl-banner-year {
  font-size: 1.35rem;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 0;
}

.super-bowl-banner-tlfl-logo {
  height: 1.35rem;
  margin-top: auto;
  object-fit: contain;
  width: 1.85rem;
}
