/* ===== PATRIOTS HUB – GLOBAL THEME CSS ===== */

:root {
  --pats-navy: #002244;
  --pats-red: #C60C30;
  --pats-silver: #B0B7BC;
  --pats-gold: #c9a84c;
  --pats-gold-light: #f0c040;
  --bg-dark: #070c17;
  --bg-card: #0d1829;
  --border-color: #1c2e48;
  --text-primary: #e0e8f5;
  --text-muted: #6a7f9a;
}

/* —— GLOBAL BODY —— */
body {
  background-color: var(--bg-dark) !important;
  color: var(--text-primary) !important;
  font-family: 'Segoe UI', system-ui, sans-serif !important;
}

/* —— HELLO ELEMENTOR HEADER —— */
.site-header, header.site-header {
  background-color: rgba(7,12,23,0.97) !important;
  border-bottom: 1px solid var(--border-color) !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 9999 !important;
  padding: 0 2rem !important;
}

.site-branding .site-title,
.site-branding .site-title a {
  color: #ffffff !important;
  font-weight: 800 !important;
  font-size: 1.1rem !important;
  letter-spacing: 2px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

/* —— NAVIGATION —— */
.main-navigation a, .site-navigation a,
.main-navigation ul li a {
  color: var(--text-muted) !important;
  font-weight: 600 !important;
  font-size: 0.8rem !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 0.4rem 0.85rem !important;
  border-radius: 6px !important;
  transition: all 0.2s !important;
  text-decoration: none !important;
}

.main-navigation a:hover,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_item > a {
  color: var(--pats-gold) !important;
  background: rgba(255,255,255,0.06) !important;
}

/* —— FOOTER —— */
.site-footer {
  background-color: var(--bg-dark) !important;
  border-top: 1px solid var(--border-color) !important;
  color: var(--text-muted) !important;
  font-size: 0.8rem !important;
  text-align: center !important;
  padding: 2rem !important;
}
.site-footer a { color: var(--pats-red) !important; }

/* —— PAGE CONTENT —— */
#content, .site-content, .page-content,
.entry-content, main.site-main, .site-main {
  background-color: var(--bg-dark) !important;
}

/* —— SCROLLBAR —— */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--bg-dark); }
::-webkit-scrollbar-thumb { background: var(--border-color); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: var(--pats-navy); }

/* —— GLOBAL CARD & BUTTON CLASSES —— */
.pats-card {
  background: var(--bg-card);
  border: 1px solid var(--border-color);
  border-radius: 16px;
  padding: 2rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.pats-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

/* —— MUT CARD CLASSES —— */
.mut-card { border-radius: 12px; cursor: pointer; position: relative; overflow: hidden; transition: transform 0.25s, box-shadow 0.25s; text-align: center; }
.mut-card:hover { transform: translateY(-6px) scale(1.03); }
.mut-card.elite { background: linear-gradient(160deg,#1a1200 0%,#3d2b00 40%,#1a1200 100%); border: 1.5px solid #c9a84c; box-shadow: 0 4px 20px rgba(201,168,76,0.3); }
.mut-card.gold-tier { background: linear-gradient(160deg,#0d1800 0%,#2a3500 40%,#0d1800 100%); border: 1.5px solid #8aaa00; }
.mut-card.silver-tier { background: linear-gradient(160deg,#0a0e18 0%,#1c2535 40%,#0a0e18 100%); border: 1.5px solid #4a6080; }

/* —— TWEET CARDS —— */
.tweet-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 14px; padding: 1.25rem; margin-bottom: 0.75rem; transition: all 0.2s; }
.tweet-card:hover { border-color: rgba(29,155,240,0.3); transform: translateY(-1px); box-shadow: 0 8px 32px rgba(0,0,0,0.3); }

/* —— FILM CARDS —— */
.film-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 14px; overflow: hidden; transition: all 0.25s; }
.film-card:hover { transform: translateY(-5px); border-color: rgba(39,174,96,0.35); box-shadow: 0 16px 48px rgba(0,0,0,0.4); }

/* ============================================================
   2026 NFL CALENDAR — OUTLOOK-STYLE OVERHAUL
   Route1Report - Calendar Page Only
   ============================================================ */

/* Hide redundant elements */
.cal-legend, .cal-events-list, .cal-hover-hint, .cal-past-badge,
.cal-week-num, .cal-superbowl-section p, .cal-header-eyebrow { display: none !important; }

/* Header */
.cal-header { margin-bottom: 24px !important; padding-bottom: 16px !important; border-bottom: 1px solid #1e2535 !important; }
.cal-header h1 { font-size: 2rem !important; letter-spacing: 0 !important; text-transform: none !important; font-weight: 700 !important; }
.cal-header-sub { font-size: 0.8rem !important; letter-spacing: 0 !important; text-transform: none !important; color: #7a8299 !important; margin-top: 4px !important; }
.cal-today-badge { margin-top: 10px !important; font-size: 0.7rem !important; padding: 4px 12px !important; border-radius: 4px !important; letter-spacing: 0 !important; }

/* Months container */
#cal-months-container { display: flex !important; flex-direction: column !important; gap: 28px !important; }

/* Each month card */
.cal-month { background: #0d1117 !important; border: 1px solid #1e2535 !important; border-radius: 8px !important; overflow: hidden !important; }

/* Month header bar */
.cal-month-header { display: flex !important; align-items: center !important; padding: 12px 16px !important; background: #111827 !important; border-bottom: 1px solid #1e2535 !important; gap: 8px !important; }
.cal-month-name { font-size: 0.95rem !important; font-weight: 700 !important; letter-spacing: 1px !important; color: #fff !important; }
.cal-month-year { font-size: 0.82rem !important; color: #4e5670 !important; font-weight: 500 !important; letter-spacing: 0 !important; }

/* Day-of-week labels row */
.cal-week-labels { display: grid !important; grid-template-columns: repeat(7, 1fr) !important; background: #111827 !important; border-bottom: 1px solid #1e2535 !important; padding: 0 10px !important; gap: 0 !important; }
.cal-week-labels .cal-week-label:first-child { display: none !important; }
.cal-week-label { text-align: center !important; font-size: 0.65rem !important; font-weight: 700 !important; letter-spacing: 1px !important; text-transform: uppercase !important; color: #5a6280 !important; padding: 7px 0 !important; }

/* Weeks grid */
.cal-weeks { display: flex !important; flex-direction: column !important; gap: 2px !important; padding: 8px 10px 10px !important; background: #0d1117 !important; }
.cal-week-row { display: grid !important; grid-template-columns: repeat(7, 1fr) !important; gap: 2px !important; }

/* Day cells */
.cal-day { min-height: 62px !important; border-radius: 4px !important; background: #111827 !important; border: 1px solid #1a1f2e !important; padding: 5px 6px !important; position: relative !important; overflow: hidden !important; }
.cal-day:hover { border-color: #2e3c60 !important; }
.cal-day.empty { background: transparent !important; border-color: transparent !important; }
.cal-day.today { border: 2px solid #c8102e !important; background: #150a0d !important; box-shadow: 0 0 10px rgba(200,16,46,0.2) !important; }
.cal-day.past-day { opacity: 0.5 !important; }
.cal-day-num { font-size: 0.68rem !important; font-weight: 700 !important; color: #5a6280 !important; margin-bottom: 3px !important; }
.cal-day.today .cal-day-num { color: #c8102e !important; }

/* Event chips */
.cal-event { display: block !important; font-size: 0.6rem !important; padding: 2px 4px !important; border-radius: 3px !important; margin-bottom: 2px !important; overflow: hidden !important; text-overflow: ellipsis !important; white-space: nowrap !important; line-height: 1.4 !important; }

/* Super Bowl banner */
.cal-superbowl-section { margin-top: 36px !important; padding: 24px !important; background: linear-gradient(135deg, #1a1400, #2a1e00) !important; border: 1px solid #3a2e00 !important; border-radius: 8px !important; text-align: center !important; }
.cal-sb-title { font-size: 0.7rem !important; letter-spacing: 3px !important; color: #d4a020 !important; font-weight: 700 !important; }
.cal-sb-name { font-size: 2rem !important; font-weight: 900 !important; color: #f4e06e !important; letter-spacing: 2px !important; }
.cal-sb-detail { font-size: 0.85rem !important; color: #8a7a40 !important; }

/* Past month collapse */
.cal-month.past-month > .cal-month-body { max-height: 0 !important; overflow: hidden !important; opacity: 0 !important; }
.cal-month.past-month { opacity: 0.7 !important; cursor: pointer !important; }
.cal-month.past-month:hover { opacity: 1 !important; }
.cal-month.past-month:hover > .cal-month-body { max-height: 5000px !important; overflow: visible !important; opacity: 1 !important; }

/* Responsive: Mobile */
@media (max-width: 640px) {
  .page-content { padding: 0 6px !important; }
  #cal-months-container { gap: 16px !important; }
  .cal-week-labels { padding: 0 4px !important; }
  .cal-weeks { padding: 4px 4px 6px !important; }
  .cal-day { min-height: 44px !important; padding: 3px !important; }
  .cal-event { font-size: 0.52rem !important; }
  .cal-month-name { font-size: 0.82rem !important; }
  .cal-week-label { font-size: 0.58rem !important; }
  .cal-header h1 { font-size: 1.4rem !important; }
}

/* Responsive: Tablet */
@media (min-width: 641px) and (max-width: 900px) {
  .cal-day { min-height: 52px !important; }
  .cal-event { font-size: 0.55rem !important; }
}


/* ===== BLOG PAGES - ROUTE1REPORT ===== */

/* --- Blog Post Page --- */
.r1r-blog-post {
  max-width: 760px;
  margin: 0 auto;
  padding: 3rem 1.5rem 6rem;
  font-family: 'Segoe UI', system-ui, sans-serif;
}
.r1r-back-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #6a7f9a;
  text-decoration: none;
  margin-bottom: 2.5rem;
  transition: color 0.2s;
}
.r1r-back-link::before { content: '←'; }
.r1r-back-link:hover { color: #c9a84c; }
.r1r-post-header {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1c2e48;
}
.r1r-post-header-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.25rem;
}
.r1r-post-header-date {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6a7f9a;
  font-weight: 600;
}
.r1r-post-header-tag {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #C60C30;
  background: rgba(198, 12, 48, 0.12);
  border: 1px solid rgba(198, 12, 48, 0.25);
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 700;
}
.r1r-post-headline {
  font-size: clamp(1.9rem, 5vw, 3rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.5px;
  line-height: 1.1;
  margin: 0 0 1.25rem;
}
.r1r-post-byline {
  font-size: 0.8rem;
  color: #6a7f9a;
}
.r1r-post-byline strong { color: #e0e8f5; }
.r1r-post-body {
  color: #c4cfe0;
  font-size: 1.05rem;
  line-height: 1.85;
}
.r1r-post-body p { margin: 0 0 1.6rem; }
.r1r-post-body h2 {
  font-size: 1.3rem;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.2px;
  margin: 2.75rem 0 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #1c2e48;
}
.r1r-post-body h2 .h2-accent {
  color: #c9a84c;
  font-style: italic;
}
.r1r-pull-quote {
  border-left: 4px solid #C60C30;
  padding: 1rem 1.5rem;
  margin: 2.5rem 0;
  background: rgba(198, 12, 48, 0.06);
  border-radius: 0 10px 10px 0;
}
.r1r-pull-quote p {
  font-size: 1.15rem;
  font-style: italic;
  color: #e0e8f5;
  font-weight: 600;
  margin: 0;
  line-height: 1.65;
}
.r1r-verdict {
  background: #0d1829;
  border: 1px solid #1c2e48;
  border-radius: 16px;
  padding: 2rem;
  margin-top: 3rem;
}
.r1r-verdict-label {
  font-size: 0.65rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #c9a84c;
  font-weight: 700;
  margin-bottom: 0.75rem;
  display: block;
}
.r1r-verdict p {
  font-size: 0.95rem;
  color: #c4cfe0;
  line-height: 1.7;
  margin: 0;
}
.r1r-post-footer {
  margin-top: 4rem;
  padding-top: 2rem;
  border-top: 1px solid #1c2e48;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.r1r-post-footer a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c9a84c;
  text-decoration: none;
  transition: color 0.2s;
}
.r1r-post-footer a:hover { color: #f0c040; }
.r1r-post-footer .footer-back::before { content: '← '; }
.r1r-post-footer .footer-hub::after { content: ' →'; }

/* --- Blog Hub Page --- */
.r1r-blog-hub {
  max-width: 900px;
  margin: 0 auto;
  padding: 3rem 1.5rem 5rem;
  font-family: 'Segoe UI', system-ui, sans-serif;
}
.r1r-blog-hub-header {
  text-align: center;
  margin-bottom: 3.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #1c2e48;
}
.r1r-blog-hub-eyebrow {
  font-size: 0.7rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C60C30;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.r1r-blog-hub-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -1px;
  line-height: 1.1;
  margin: 0 0 1rem;
}
.r1r-blog-hub-subtitle {
  font-size: 1rem;
  color: #6a7f9a;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1.6;
}

/* --- Shared Post Card styles (Blog Hub + Homepage Recent Posts) --- */
.r1r-posts-grid, .r1r-rp-grid {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.r1r-post-card, .r1r-rp-card {
  background: #0d1829;
  border: 1px solid #1c2e48;
  border-radius: 16px;
  text-decoration: none;
  display: block;
  transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s;
  position: relative;
  overflow: hidden;
}
.r1r-post-card { padding: 2rem; }
.r1r-rp-card { padding: 1.75rem 1.75rem 1.75rem 2.1rem; }
.r1r-post-card::before, .r1r-rp-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 100%;
  background: #4169E1;
  border-radius: 16px 0 0 16px;
}
.r1r-post-card:hover, .r1r-rp-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
  border-color: rgba(65, 105, 225, 0.3);
}
.r1r-post-meta, .r1r-rp-card-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.r1r-post-date, .r1r-rp-card-date {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #6a7f9a;
  font-weight: 600;
}
.r1r-post-tag, .r1r-rp-card-tag {
  font-size: 0.65rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #4169E1;
  background: rgba(65, 105, 225, 0.12);
  border: 1px solid rgba(65, 105, 225, 0.25);
  padding: 2px 10px;
  border-radius: 20px;
  font-weight: 700;
}
.r1r-post-title, .r1r-rp-card-title {
  font-weight: 800;
  color: #ffffff;
  line-height: 1.25;
  margin: 0 0 0.75rem;
  letter-spacing: -0.3px;
}
.r1r-post-title { font-size: 1.45rem; }
.r1r-rp-card-title { font-size: 1.2rem; }
.r1r-post-excerpt, .r1r-rp-card-excerpt {
  font-size: 0.9rem;
  color: #6a7f9a;
  line-height: 1.65;
  margin: 0 0 1.25rem;
}
.r1r-post-read-more, .r1r-rp-card-cta {
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #c9a84c;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}
.r1r-post-read-more::after, .r1r-rp-card-cta::after {
  content: '→';
  transition: transform 0.2s;
}
.r1r-post-card:hover .r1r-post-read-more::after,
.r1r-rp-card:hover .r1r-rp-card-cta::after {
  transform: translateX(4px);
}

/* --- Homepage Recent Posts Section --- */
.r1r-recent-posts-section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 4rem 1.5rem;
  font-family: 'Segoe UI', system-ui, sans-serif;
}
.r1r-rp-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #1c2e48;
  flex-wrap: wrap;
  gap: 1rem;
}
.r1r-rp-eyebrow {
  font-size: 0.65rem;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #C60C30;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.r1r-rp-title {
  font-size: 1.6rem;
  font-weight: 900;
  color: #ffffff;
  letter-spacing: -0.3px;
  margin: 0;
}
.r1r-rp-all-link {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #c9a84c;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  transition: color 0.2s;
}
.r1r-rp-all-link::after { content: '→'; }
.r1r-rp-all-link:hover { color: #f0c040; }

/* Blog page title suppression */
.page-id-363 .page-title,
.page-id-364 .page-title,
.post-363 .entry-title,
.post-364 .entry-title {
  display: none !important;
}

/* Responsive */
@media (max-width: 600px) {
  .r1r-rp-header { flex-direction: column; align-items: flex-start; }
  .r1r-rp-card { padding: 1.4rem 1.4rem 1.4rem 1.75rem; }
  .r1r-rp-card-title { font-size: 1.05rem; }
  .r1r-post-headline { font-size: 1.7rem; }
  .r1r-pull-quote { padding: 0.75rem 1rem; }
}


/* Fix: Blog Hub - suppress WordPress auto child pages & fix link styles */
.page-id-363 .r1r-posts-grid p > a.r1r-post-card,
.page-id-363 .entry-content p > a.r1r-post-card { display: none !important; }
.page-id-363 .entry-content p:has(> a.r1r-post-card) { display: none !important; }

/* Fix: Card title/excerpt link styles */
.r1r-post-card .r1r-post-title,
.r1r-rp-card .r1r-rp-card-title { text-decoration: none !important; }
.r1r-post-card .r1r-post-excerpt,
.r1r-rp-card .r1r-rp-card-excerpt { text-decoration: none !important; }
.r1r-post-card *,
.r1r-rp-card * { text-decoration: none !important; }

/* Fix: Suppress WordPress page title for blog hub and posts */
.page-id-363 .page-title,
.page-id-364 .page-title { display: none !important; }

/* Fix: Blog hub header padding */
.r1r-blog-hub-header { border-bottom: 1px solid #1c2e48 !important; }


/* Fix: Post card link styles - prevent blue underline on card elements */
a.r1r-post-card,
a.r1r-rp-card {
  color: inherit !important;
  text-decoration: none !important;
}
a.r1r-post-card:visited,
a.r1r-rp-card:visited {
  color: inherit !important;
  text-decoration: none !important;
}
a.r1r-post-card .r1r-post-title,
a.r1r-rp-card .r1r-rp-card-title {
  color: #ffffff !important;
  text-decoration: none !important;
}
a.r1r-post-card .r1r-post-excerpt,
a.r1r-rp-card .r1r-rp-card-excerpt {
  color: #6a7f9a !important;
  text-decoration: none !important;
}
a.r1r-post-card .r1r-post-meta,
a.r1r-rp-card .r1r-rp-card-meta {
  text-decoration: none !important;
}
a.r1r-post-card .r1r-post-date,
a.r1r-rp-card .r1r-rp-card-date {
  color: #6a7f9a !important;
  text-decoration: none !important;
}
a.r1r-post-card .r1r-post-read-more,
a.r1r-rp-card .r1r-rp-card-cta {
  color: #c9a84c !important;
  text-decoration: none !important;
}

/* Blog title links - bold white text to fit site theme */
.r1r-rp-card-title a {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  transition: color 0.2s ease;
}
.r1r-rp-card-title a:hover {
  color: #e0e8f5 !important;
}


/* Hidden sections - temporarily hidden from visitors */
.r1r-newsletter-section { display: none !important; }
/* === Beat & Cap Card Styling: Royal Blue Backgrounds === */

/* News from the Beat - individual item card backgrounds */
.r1r-home-beat-item {
  background: rgb(26, 75, 140) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}
.r1r-home-beat-item:hover {
  border-color: rgba(255, 255, 255, 0.3) !important;
}

/* Beat item headline - white */
.r1r-home-beat-item-title a,
.r1r-home-beat-widget .r1r-home-beat-item-title a {
  color: #ffffff !important;
}
.r1r-home-beat-item-title a:hover,
.r1r-home-beat-widget .r1r-home-beat-item-title a:hover {
  color: #ffffff !important;
}

/* Beat item all other text - silver */
.r1r-home-beat-reporter,
.r1r-home-beat-reporter span,
.r1r-home-beat-desc,
.r1r-home-beat-meta,
.r1r-home-beat-outlet,
.r1r-home-beat-widget .r1r-home-beat-reporter,
.r1r-home-beat-widget .r1r-home-beat-reporter span,
.r1r-home-beat-widget .r1r-home-beat-desc,
.r1r-home-beat-widget .r1r-home-beat-meta,
.r1r-home-beat-widget .r1r-home-beat-outlet {
  color: #C0C0C0 !important;
}

/* Cap & Contract Snapshot - square/rectangular card backgrounds */
.r1r-cap-card {
  background: rgb(26, 75, 140) !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

/* ============================================================
   MOBILE OVERRIDES (max-width: 767px)
   - Affects mobile only, desktop untouched
   ============================================================ */

@media (max-width: 767px) {

  /* --- SHRINK VERTICAL SIDE STRIPES --- */
  /* Reduce from 90px to 20px per side (was: 30+30+30 = 90px) */
  html {
    background-image:
      linear-gradient(to right, #C8102E 0px, #C8102E 8px, #ffffff 8px, #ffffff 16px, #C8102E 16px, #C8102E 24px),
      linear-gradient(to left,  #C8102E 0px, #C8102E 8px, #ffffff 8px, #ffffff 16px, #C8102E 16px, #C8102E 24px) !important;
    background-size: 24px 100%, 24px 100% !important;
  }

  /* Elementor sections: adjust margin to match 24px stripes per side */
  .elementor-section {
    max-width: calc(100vw - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* --- HERO / PATRIOTS HUB SECTION --- */
  /* Reduce padding on hero section */
  .elementor-21 .elementor-element.elementor-element-1twicj7 {
    padding: 40px 12px !important;
  }

  /* Hide "EST. 1960 · NEW ENGLAND" tagline (first child div in the hub widget) */
  .elementor-element-sp4i0zf > div > div:first-child {
    display: none !important;
  }

  /* Hide the hero description paragraph */
  .elementor-element-sp4i0zf > div > p {
    display: none !important;
  }

  /* Hero H1 (PATRIOTS) - shrink for mobile */
  .elementor-element-sp4i0zf > div > h1 {
    font-size: clamp(36px, 12vw, 60px) !important;
    margin: 0 0 4px !important;
  }

  /* Hero H2 (HUB) - shrink for mobile */
  .elementor-element-sp4i0zf > div > h2 {
    font-size: clamp(18px, 6vw, 32px) !important;
    margin-bottom: 24px !important;
  }

  /* Hub cards container - stack vertically */
  .elementor-element-sp4i0zf > div > div:last-of-type {
    flex-direction: column !important;
    gap: 12px !important;
    padding: 0 !important;
  }

  /* Each hub card link - full width */
  .elementor-element-sp4i0zf > div > div a {
    min-width: unset !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 14px 16px !important;
  }

  /* Hide descriptions inside hub cards (the P tag inside each card A) */
  .elementor-element-sp4i0zf > div > div a > p {
    display: none !important;
  }

  /* --- CALENDAR SECTION: HIDE FULL GRID, SHOW COMPACT LINK --- */
  #r1r-cal-grid {
    display: none !important;
  }
  #r1r-cal-events {
    display: none !important;
  }
  #r1r-cal-month-label {
    display: none !important;
  }
  #r1r-calendar-widget {
    padding: 20px !important;
    text-align: center !important;
  }

  /* --- CAP & CONTRACT SECTION: HIDE DESCRIPTION --- */
  .r1r-section-sub {
    display: none !important;
  }

  /* Cap & Contract source note - hide on mobile */
  .r1r-cap-source {
    display: none !important;
  }

  /* Cap table (detailed rows) - hide on mobile */
  .r1r-cap-breakdown {
    display: none !important;
  }

  /* --- LINEUP / DEPTH CHART SECTION: HIDE DESCRIPTION --- */
  /* r1r-section-sub already hidden above */

  /* --- RECENT POSTS: HIDE EXCERPTS ON MOBILE --- */
  .r1r-rp-card-excerpt {
    display: none !important;
  }

  /* --- NEWS FROM THE BEAT: HIDE DESCRIPTIONS --- */
  .r1r-home-beat-desc {
    display: none !important;
  }

  /* --- NEWSLETTER SECTION: SIMPLIFY --- */
  .r1r-nl-note {
    display: none !important;
  }

}


/* ====== SCHEDULE PAGE — 1990s PATRIOTS JERSEY VERTICAL STRIPE BACKGROUND ====== */
/* Alternating royal blue / muted cobalt vertical stripes, subtle background ahccent */
.page-id-311,
.elementor-page-311 {
  background-image: repeating-linear-gradient(
    to right,
    rgba(26, 70, 158, 0.22) 0px,
    rgba(26, 70, 158, 0.22) 28px,
    rgba(40, 88, 180, 0.13) 28px,
    rgba(40, 88, 180, 0.13) 56px
  ) !important;
  background-attachment: fixed !important;
}

/* Let the stripe show through the main content containers */
.page-id-311 #content,
.page-id-311 .page-content,
.page-id-311 .site-main,
.page-id-311 .r1r-schedule-wrap,
.elementor-page-311 #content,
.elementor-page-311 .page-content,
.elementor-page-311 .site-main,
.elementor-page-311 .r1r-schedule-wrap {
  background-color: transparent !important;
  background-image: none !important;
}
/* ====== END SCHEDULE PAGE STRIPE BACKGROUND ====== */


/* ===== DEPTH CHART PAGE — vertical stripes background ===== */
.page-id-22,
.elementor-page-22 {
  background-image: repeating-linear-gradient(
    to right,
    rgba(26, 70, 158, 0.22) 0px,
    rgba(26, 70, 158, 0.22) 28px,
    rgba(40, 88, 180, 0.13) 28px,
    rgba(40, 88, 180, 0.13) 56px
  ) !important;
  background-attachment: fixed !important;
}

/* Make the Elementor section transparent so stripes show through */
.elementor-22 .elementor-element.elementor-element-49lxqii:not(.elementor-motion-effects-element-type-background),
.elementor-22 .elementor-element.elementor-element-49lxqii > .elementor-motion-effects-container > .elementor-motion-effects-layer {
  background-color: transparent !important;
}

/* Let the stripe show through the main content containers */
.page-id-22 #content,
.page-id-22 .page-content,
.page-id-22 .site-main,
.elementor-page-22 #content,
.elementor-page-22 .page-content,
.elementor-page-22 .site-main {
  background-color: transparent !important;
  background-image: none !important;
}


/* ====== NEWS FROM THE BEAT PAGE (ID 488) — PATRIOTS ALTERNATE CLASSIC UNIFORM BACKGROUND ====== */
/* Fire truck red background with white-royal blue-white side stripes                              */
/* Inspired by the New England Patriots alternate classic uniform                                  */

/* ── DESKTOP: make html background fire truck red + white/blue/white stripes (90px per side) ─── */
html:has(body.page-id-488) {
  background-color: #CC0000 !important;
  background-image:
    linear-gradient(to right, #ffffff 0, #ffffff 30px, #4169E1 30px, #4169E1 60px, #ffffff 60px, #ffffff 90px),
    linear-gradient(to left,  #ffffff 0, #ffffff 30px, #4169E1 30px, #4169E1 60px, #ffffff 60px, #ffffff 90px) !important;
  background-size: 90px 100%, 90px 100% !important;
  background-position: left top, right top !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: fixed, fixed !important;
}

/* Make body transparent so html background (red + stripes) shows through */
body.page-id-488 {
  background-color: transparent !important;
  background-image: none !important;
}

/* Make all major content containers transparent so the red background shows through */
body.page-id-488 main,
body.page-id-488 .site-main,
body.page-id-488 #content,
body.page-id-488 .page-content {
  background-color: transparent !important;
  background-image: none !important;
}

/* Constrain page content to the center, leaving 90px on each side for the stripes */
body.page-id-488 main,
body.page-id-488 .site-main {
  max-width: calc(100vw - 180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep the header and footer full-width (they span across the stripes) */
body.page-id-488 .site-header,
body.page-id-488 header.site-header,
body.page-id-488 .site-footer,
body.page-id-488 footer.site-footer,
body.page-id-488 #colophon {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── MOBILE (max-width: 767px): shrink stripes to 24px per side (8+8+8 = 24px) ───────────────── */
@media (max-width: 767px) {

  html:has(body.page-id-488) {
    background-image:
      linear-gradient(to right, #ffffff 0px, #ffffff 8px, #4169E1 8px, #4169E1 16px, #ffffff 16px, #ffffff 24px),
      linear-gradient(to left,  #ffffff 0px, #ffffff 8px, #4169E1 8px, #4169E1 16px, #ffffff 16px, #ffffff 24px) !important;
    background-size: 24px 100%, 24px 100% !important;
  }

  /* Adjust content margin to match 24px stripes per side */
  body.page-id-488 main,
  body.page-id-488 .site-main {
    max-width: calc(100vw - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}
/* ====== END NEWS FROM THE BEAT PAGE BACKGROUND ====== */


/* ====== BLOG HUB PAGE (ID 363) — PATRIOTS ALTERNATE CLASSIC UNIFORM BACKGROUND ====== */
/* Fire truck red background with white-royal blue-white side stripes                    */
/* Matches the styling on the News From the Beat page (ID 488)                           */

/* ── DESKTOP: html background — fire truck red + white/blue/white stripes (90px/side) ─ */
html:has(body.page-id-363) {
  background-color: #CC0000 !important;
  background-image:
    linear-gradient(to right, #ffffff 0, #ffffff 30px, #4169E1 30px, #4169E1 60px, #ffffff 60px, #ffffff 90px),
    linear-gradient(to left,  #ffffff 0, #ffffff 30px, #4169E1 30px, #4169E1 60px, #ffffff 60px, #ffffff 90px) !important;
  background-size: 90px 100%, 90px 100% !important;
  background-position: left top, right top !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: fixed, fixed !important;
}

/* Make body transparent so html background (red + stripes) shows through */
body.page-id-363 {
  background-color: transparent !important;
  background-image: none !important;
}

/* Make all major content containers transparent */
body.page-id-363 main,
body.page-id-363 .site-main,
body.page-id-363 #content,
body.page-id-363 .page-content,
body.page-id-363 .elementor-section,
body.page-id-363 .elementor-top-section {
  background-color: transparent !important;
  background-image: none !important;
}

/* Constrain page content to center, leaving 90px on each side for stripes */
body.page-id-363 main,
body.page-id-363 .site-main {
  max-width: calc(100vw - 180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep header and footer full-width */
body.page-id-363 .site-header,
body.page-id-363 header.site-header,
body.page-id-363 .site-footer,
body.page-id-363 footer.site-footer,
body.page-id-363 #colophon {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── MOBILE (max-width: 767px): shrink stripes to 24px/side (8+8+8 = 24px) ─────────── */
@media (max-width: 767px) {

  html:has(body.page-id-363) {
    background-image:
      linear-gradient(to right, #ffffff 0px, #ffffff 8px, #4169E1 8px, #4169E1 16px, #ffffff 16px, #ffffff 24px),
      linear-gradient(to left,  #ffffff 0px, #ffffff 8px, #4169E1 8px, #4169E1 16px, #ffffff 16px, #ffffff 24px) !important;
    background-size: 24px 100%, 24px 100% !important;
  }

  body.page-id-363 main,
  body.page-id-363 .site-main {
    max-width: calc(100vw - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}
/* ====== END BLOG HUB PAGE BACKGROUND ====== */


/* ====== CONTRACTS PAGE (ID 253) — PATRIOTS ALTERNATE CLASSIC UNIFORM BACKGROUND ====== */
/* Fire truck red background with white-royal blue-white side stripes                     */
/* Matches the styling on the News From the Beat page (ID 488)                            */

/* ── DESKTOP: html background — fire truck red + white/blue/white stripes (90px/side) ── */
html:has(body.page-id-253) {
  background-color: #CC0000 !important;
  background-image:
    linear-gradient(to right, #ffffff 0, #ffffff 30px, #4169E1 30px, #4169E1 60px, #ffffff 60px, #ffffff 90px),
    linear-gradient(to left,  #ffffff 0, #ffffff 30px, #4169E1 30px, #4169E1 60px, #ffffff 60px, #ffffff 90px) !important;
  background-size: 90px 100%, 90px 100% !important;
  background-position: left top, right top !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: fixed, fixed !important;
}

/* Make body transparent so html background (red + stripes) shows through */
body.page-id-253 {
  background-color: transparent !important;
  background-image: none !important;
}

/* Make all major content containers transparent */
body.page-id-253 main,
body.page-id-253 .site-main,
body.page-id-253 #content,
body.page-id-253 .page-content,
body.page-id-253 .elementor-section,
body.page-id-253 .elementor-top-section {
  background-color: transparent !important;
  background-image: none !important;
}

/* Constrain page content to center, leaving 90px on each side for stripes */
body.page-id-253 main,
body.page-id-253 .site-main {
  max-width: calc(100vw - 180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Keep header and footer full-width */
body.page-id-253 .site-header,
body.page-id-253 header.site-header,
body.page-id-253 .site-footer,
body.page-id-253 footer.site-footer,
body.page-id-253 #colophon {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ── MOBILE (max-width: 767px): shrink stripes to 24px/side (8+8+8 = 24px) ─────────── */
@media (max-width: 767px) {

  html:has(body.page-id-253) {
    background-image:
      linear-gradient(to right, #ffffff 0px, #ffffff 8px, #4169E1 8px, #4169E1 16px, #ffffff 16px, #ffffff 24px),
      linear-gradient(to left,  #ffffff 0px, #ffffff 8px, #4169E1 8px, #4169E1 16px, #ffffff 16px, #ffffff 24px) !important;
    background-size: 24px 100%, 24px 100% !important;
  }

  body.page-id-253 main,
  body.page-id-253 .site-main {
    max-width: calc(100vw - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

}
/* ====== END CONTRACTS PAGE BACKGROUND ====== */

/* ===== NEWS FROM THE BEAT PAGE - Button & Text Color Updates ===== */
/* Matches the red (#cc0000) page background with the site's gold accent (#c9a84c) */

/* Inactive filter tab buttons - white outline style on red background */
.r1r-tab {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.7) !important;
  color: rgba(255, 255, 255, 0.95) !important;
}

.r1r-tab:hover {
  background: rgba(255, 255, 255, 0.2) !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
}

/* Active/selected filter tab - gold fill using site accent color */
.r1r-tab.active {
  background: #c9a84c !important;
  border-color: #c9a84c !important;
  color: #0d1829 !important;
  font-weight: 700 !important;
  box-shadow: 0 2px 12px rgba(201, 168, 76, 0.5) !important;
}

/* Subtitle text below heading */
.r1r-beat-sub {
  color: rgba(255, 255, 255, 0.88) !important;
}

/* Refresh button */
.r1r-refresh button {
  background: rgba(255, 255, 255, 0.08) !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.r1r-refresh button:hover {
  background: rgba(255, 255, 255, 0.18) !important;
  border-color: rgba(255, 255, 255, 0.8) !important;
  color: #ffffff !important;
}

/* ===== ABOUT US PAGE - Side Stripe Background (matches Homepage) ===== */
/* Desktop: 90px wide stripes (30px red + 6px white + 30px red = 90px total) on each side */
body.page-id-582 {
  background-color: rgb(7, 12, 23) !important;
  background-image:
    linear-gradient(to right, rgb(200, 16, 46) 0px, rgb(200, 16, 46) 30px, rgb(255, 255, 255) 30px, rgb(255, 255, 255) 60px, rgb(200, 16, 46) 60px, rgb(200, 16, 46) 90px),
    linear-gradient(to left, rgb(200, 16, 46) 0px, rgb(200, 16, 46) 30px, rgb(255, 255, 255) 30px, rgb(255, 255, 255) 60px, rgb(200, 16, 46) 60px, rgb(200, 16, 46) 90px) !important;
  background-size: 90px 100%, 90px 100% !important;
  background-position: left top, right top !important;
  background-repeat: no-repeat, no-repeat !important;
  background-attachment: fixed, fixed !important;
}

/* Make child containers transparent so stripe shows through */
body.page-id-582 #page,
body.page-id-582 .site,
body.page-id-582 #content,
body.page-id-582 .site-main,
body.page-id-582 main.site-main,
body.page-id-582 .page-content {
  background: transparent !important;
  background-color: transparent !important;
}

/* Constrain Elementor sections to leave 90px stripe margins on each side */
body.page-id-582 .elementor-section {
  max-width: calc(100vw - 180px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Header and footer stay full width */
body.page-id-582 .site-header,
body.page-id-582 header.site-header,
body.page-id-582 .site-footer,
body.page-id-582 footer.site-footer,
body.page-id-582 #colophon {
  max-width: 100% !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Mobile: smaller 20px stripes (8px red + 6px white + 6px red = 20px total) */
@media (max-width: 767px) {
  body.page-id-582 {
    background-image:
      linear-gradient(to right, rgb(200, 16, 46) 0px, rgb(200, 16, 46) 8px, rgb(255, 255, 255) 8px, rgb(255, 255, 255) 14px, rgb(200, 16, 46) 14px, rgb(200, 16, 46) 20px),
      linear-gradient(to left, rgb(200, 16, 46) 0px, rgb(200, 16, 46) 8px, rgb(255, 255, 255) 8px, rgb(255, 255, 255) 14px, rgb(200, 16, 46) 14px, rgb(200, 16, 46) 20px) !important;
    background-size: 20px 100%, 20px 100% !important;
  }
  body.page-id-582 .elementor-section {
    max-width: calc(100vw - 40px) !important;
  }
}

/* ============================================================
   DEPTH CHART — MOBILE OVERHAUL
   Applies to homepage (page-id-21) and depth chart (page-id-22)
   on mobile (max-width: 767px).
   Strategy: horizontally scrollable formation with proper card
   sizes so full names and positions are legible without overlap.
   ============================================================ */
@media (max-width: 767px) {

  /* ── Wrapper: allow horizontal scrolling for the formation ── */
  .page-id-21 .offense-skill-row,
  .page-id-21 .def-skill-row,
  .page-id-21 .st-skill-row,
  .page-id-21 .f-row,
  .page-id-22 .offense-skill-row,
  .page-id-22 .def-skill-row,
  .page-id-22 .st-skill-row,
  .page-id-22 .f-row {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 8px !important;
    justify-content: flex-start !important;
    scrollbar-width: thin !important;
    scrollbar-color: rgba(200,16,46,0.5) transparent !important;
  }

  /* ── Card sizes: wide enough for full names on one line ── */
  .page-id-21 .pc,
  .page-id-21 .pc.backup,
  .page-id-22 .pc,
  .page-id-22 .pc.backup {
    width: 96px !important;
    min-width: 96px !important;
  }

  .page-id-21 .pc.narrow,
  .page-id-21 .pc.backup.narrow,
  .page-id-22 .pc.narrow,
  .page-id-22 .pc.backup.narrow {
    width: 86px !important;
    min-width: 86px !important;
  }

  /* ── Card header: starter card ── */
  .page-id-21 .pc:not(.backup) .pc-head,
  .page-id-22 .pc:not(.backup) .pc-head {
    padding: 5px 6px !important;
    gap: 3px !important;
  }

  .page-id-21 .pc-num,
  .page-id-22 .pc-num {
    font-size: 12px !important;
  }

  /* ── Backup card header: flex-wrap so long names wrap cleanly ── */
  .page-id-21 .pc.backup .pc-head,
  .page-id-22 .pc.backup .pc-head {
    flex-wrap: nowrap !important;
    align-items: center !important;
    padding: 4px 6px !important;
    gap: 4px !important;
    height: auto !important;
    min-height: unset !important;
    overflow: visible !important;
  }

  /* ── Backup name: fit on one line by using full available flex width ── */
  .page-id-21 .bk-name,
  .page-id-22 .bk-name {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    font-size: 9px !important;
    line-height: 1.2 !important;
  }

  /* ── Backup jersey number: fixed size ── */
  .page-id-21 .pc.backup .pc-num,
  .page-id-22 .pc.backup .pc-num {
    font-size: 9px !important;
    flex-shrink: 0 !important;
    min-width: 18px !important;
  }

  /* ── Card body: starter ── */
  .page-id-21 .pc-body,
  .page-id-22 .pc-body {
    padding: 5px 6px 5px !important;
  }

  /* ── Starter name: allow wrapping ── */
  .page-id-21 .pc-name,
  .page-id-22 .pc-name {
    font-size: 10px !important;
    margin-bottom: 3px !important;
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    word-break: break-word !important;
    line-height: 1.2 !important;
  }

  .page-id-21 .pc-rating,
  .page-id-22 .pc-rating {
    gap: 2px !important;
    margin-bottom: 2px !important;
  }

  .page-id-21 .pc-ovr,
  .page-id-22 .pc-ovr {
    font-size: 9px !important;
  }

  .page-id-21 .pc-rank,
  .page-id-22 .pc-rank {
    font-size: 7px !important;
  }

  .page-id-21 .pc-flair,
  .page-id-22 .pc-flair {
    font-size: 7px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
  }

  /* ── Position labels ── */
  .page-id-21 .pos-lbl,
  .page-id-22 .pos-lbl {
    font-size: 9px !important;
    padding: 3px 6px !important;
    letter-spacing: 0.3px !important;
    white-space: nowrap !important;
  }

  /* ── Gaps between player groups ── */
  .page-id-21 .f-gap-md,
  .page-id-22 .f-gap-md {
    width: 10px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .f-gap-sm,
  .page-id-22 .f-gap-sm {
    width: 4px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .f-gap-lg,
  .page-id-22 .f-gap-lg {
    width: 16px !important;
    flex: none !important;
    min-width: 16px !important;
    max-width: 16px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .ol-unit,
  .page-id-22 .ol-unit {
    gap: 3px !important;
    flex-shrink: 0 !important;
  }

  /* ── DL gaps ── */
  .page-id-21 .dl-gap-scb-re,
  .page-id-22 .dl-gap-scb-re {
    width: 28px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .dl-gap-re-dt1,
  .page-id-22 .dl-gap-re-dt1 {
    width: 20px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .dl-gap-dt1-dt3,
  .page-id-22 .dl-gap-dt1-dt3 {
    width: 24px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .dl-gap-dt3-le,
  .page-id-22 .dl-gap-dt3-le {
    width: 20px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .dl-gap-le-cb2,
  .page-id-22 .dl-gap-le-cb2 {
    width: 28px !important;
    flex-shrink: 0 !important;
  }

  /* ── LB gaps ── */
  .page-id-21 .lb-gap-lolb-mlb1,
  .page-id-22 .lb-gap-lolb-mlb1 {
    width: 30px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .lb-gap-mlb1-mlb2,
  .page-id-22 .lb-gap-mlb1-mlb2 {
    width: 16px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .lb-gap-mlb2-rolb,
  .page-id-22 .lb-gap-mlb2-rolb {
    width: 30px !important;
    flex-shrink: 0 !important;
  }

  /* ── DB row gaps ── */
  .page-id-21 .db-gap-fs-ss,
  .page-id-22 .db-gap-fs-ss {
    width: 30px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .db-gap-ss-cb1,
  .page-id-22 .db-gap-ss-cb1 {
    width: 20px !important;
    flex-shrink: 0 !important;
  }

  .page-id-21 .db-gap-cb1-scb,
  .page-id-22 .db-gap-cb1-scb {
    width: 30px !important;
    flex-shrink: 0 !important;
  }

  /* ── Position groups: don't shrink ── */
  .page-id-21 .pg,
  .page-id-22 .pg {
    flex-shrink: 0 !important;
  }

}

/* ── Fantasy Hub Page (page-667): vertical stripe background ── */
body.page-id-667 {
  background-image:
    linear-gradient(to right, #c8102e 0, #c8102e 30px, #fff 30px, #fff 60px, #c8102e 60px, #c8102e 90px),
    linear-gradient(to left,  #c8102e 0, #c8102e 30px, #fff 30px, #fff 60px, #c8102e 60px, #c8102e 90px) !important;
  background-attachment: fixed !important;
  background-position: left top, right top !important;
  background-size: 90px 100%, 90px 100% !important;
  background-repeat: no-repeat, no-repeat !important;
}