body.nfl-videos {
  background: #0b0b0b;
  color: #e5e5e5;
  color-scheme: dark;
  overflow-x: hidden;
}

body.nfl-videos #contenitore {
  background: #0b0b0b;
  overflow-x: hidden;
  max-width: 100%;
}

body.nfl-videos #section__center {
  width: 100%;
  max-width: 100%;
  margin: 71px auto 0;
  float: none;
  text-align: left;
  box-sizing: border-box;
}

@media (min-width: 1521px) {
  body.nfl-videos #section__center {
    width: auto;
    max-width: none;
    margin: 71px 0 0 250px;
  }
}

.nfl-billboard {
  position: relative;
  z-index: 0;
  min-height: min(52vh, 420px);
  margin-bottom: 8px;
  background: #141414 center / cover no-repeat;
  overflow: hidden;
}

.nfl-billboard-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  pointer-events: none;
}

.nfl-billboard-shade {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(11, 11, 11, 0.92) 8%, rgba(11, 11, 11, 0.35) 48%, transparent 70%),
    linear-gradient(180deg, transparent 40%, #0b0b0b 100%);
}

.nfl-billboard-copy {
  position: relative;
  z-index: 1;
  max-width: 42rem;
  padding: 48px 6% 36px;
}

.nfl-kicker {
  margin: 0 0 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #e50914;
  font-weight: 700;
}

.nfl-billboard-copy h1 {
  margin: 0 0 12px;
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.15;
  font-weight: 800;
  color: #fff;
}

.nfl-billboard-meta {
  margin: 0 0 22px;
  color: #b3b3b3;
}

.nfl-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  padding: 12px 22px;
  border-radius: 4px;
  background: #fff;
  color: #141414;
  font-weight: 800;
  text-decoration: none;
}

.nfl-play:hover {
  background: #e5e5e5;
  color: #141414;
}

body.nfl-videos #puls_fast,
.nfl-toolbar {
  position: relative;
  z-index: 6;
  clear: both;
}

.nfl-toolbar {
  position: relative;
  padding: 8px 6% 0;
  z-index: 4;
}

.nfl-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border: 1px solid #333;
  background: #141414;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.nfl-filter-btn img {
  height: 16px;
}

.nfl-countries {
  position: absolute;
  right: 0;
  top: 46px;
  width: min(520px, 100%);
  max-height: 320px;
  overflow: auto;
  background: rgba(20, 20, 20, 0.96);
  border: 1px solid #333;
  border-radius: 8px;
  padding: 8px;
  z-index: 8;
}

.nfl-cou {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  color: #e5e5e5;
}

.nfl-cou:hover {
  background: #333;
}

.nfl-cou img {
  height: 14px;
}

.nfl-cou em {
  margin-left: auto;
  color: #46d369;
  font-style: normal;
}

.nfl-empty {
  padding: 40px 6%;
  text-align: center;
}

.nfl-row {
  padding: 18px 6% 28px;
}

.nfl-row h2 {
  margin: 0 0 14px;
  font-size: 1.15rem;
  color: #fff;
}

.nfl-rail {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 18px 14px;
  overflow: visible;
}

.nfl-card {
  min-width: 0;
  z-index: 1;
}

.nfl-card:hover {
  z-index: 4;
}

.nfl-poster {
  position: relative;
  display: block;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  overflow: hidden;
  background: #181818 center / cover no-repeat;
  outline: 2px solid transparent;
  outline-offset: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
  transition: transform 0.2s ease, box-shadow 0.2s ease, outline-color 0.2s ease, filter 0.2s ease;
}

.nfl-poster::after {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  pointer-events: none;
  transition: background 0.2s ease;
}

.nfl-card:hover .nfl-poster {
  transform: scale(1.14) translateY(-8px);
  outline: 3px solid #ff2a36;
  outline-offset: 3px;
  filter: brightness(1.18) contrast(1.08) saturate(1.15);
  box-shadow:
    0 0 0 6px rgba(229, 9, 20, 0.35),
    0 22px 40px rgba(0, 0, 0, 0.75);
}

.nfl-card:hover .nfl-poster::after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), transparent 42%);
}

.nfl-play-ico {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(229, 9, 20, 0.92);
  color: #fff;
  font-size: 12px;
  display: grid;
  place-items: center;
  padding-left: 2px;
  transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease, font-size 0.2s ease;
}

.nfl-card:hover .nfl-play-ico {
  width: 42px;
  height: 42px;
  font-size: 16px;
  transform: scale(1.05);
  box-shadow: 0 0 18px rgba(229, 9, 20, 0.9);
}

.nfl-verify {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  background: rgba(11, 11, 11, 0.78);
  color: #f6e27a;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
  letter-spacing: 0.02em;
}

.nfl-badge {
  position: absolute;
  right: 8px;
  top: 8px;
  height: 28px;
}

.nfl-meta {
  padding: 8px 2px 0;
}

.nfl-title {
  display: block;
  color: #fff;
  font-weight: 700;
  font-size: 0.92rem;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nfl-card:hover .nfl-title {
  color: #ffd7da;
}

.nfl-user {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 4px;
  color: #b3b3b3;
  font-size: 0.8rem;
  text-decoration: none;
}

.nfl-meta p {
  margin: 4px 0 0;
  color: #808080;
  font-size: 0.72rem;
}

.nfl-pager {
  margin: 8px 6% 48px;
  padding: 18px 20px 20px;
  text-align: center;
  color: #b3b3b3;
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.92), rgba(18, 18, 18, 0.92));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
}

.nfl-pager form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 14px 22px;
}

.nfl-pager-status {
  margin: 0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #8a8a8a;
}

.nfl-pager-status strong {
  color: #fff;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: 0;
}

.nfl-pager-status span {
  margin: 0 4px;
  color: #555;
}

.nfl-pager-nav {
  display: flex;
  gap: 10px;
}

.nfl-page {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 108px;
  padding: 10px 18px;
  background: #e50914;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  box-shadow: 0 8px 18px rgba(229, 9, 20, 0.28);
  transition: transform 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.nfl-page:hover {
  background: #f6121d;
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 12px 22px rgba(229, 9, 20, 0.38);
}

.nfl-page.is-disabled {
  background: #2a2a2a;
  color: #6d6d6d;
  box-shadow: none;
  pointer-events: none;
}

.nfl-pager-jump {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #9a9a9a;
  font-size: 0.82rem;
}

.nfl-pager-jump select {
  appearance: none;
  margin: 0;
  min-width: 72px;
  background: #0b0b0b url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23e5e5e5' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") no-repeat right 10px center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  padding: 8px 28px 8px 14px;
  font-weight: 700;
}

@media (max-width: 640px) {
  body.nfl-videos #section__center {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .nfl-billboard-copy {
    padding: 88px 16px 32px;
  }

  .nfl-row,
  .nfl-toolbar,
  .nfl-pager {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nfl-rail {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nfl-card:hover .nfl-poster {
    transform: scale(1.06);
  }
}
