.hero-shadow {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
}
.sub-cover-title {
  text-shadow: 0px 3px 8px rgba(0, 0, 0, 0.6);
}
@media (max-width: 480px) {

  /* Scale the first row of columns in each grid */
  .standings-grid .wp-block-columns:first-child,
  
  /* Scale any heading blocks inside the grid */
  .standings-grid .wp-block-heading,
  
  /* Scale any custom top row header class */
  .standings-grid .grid-header {
    font-size: clamp(0.8rem, 3vw, 1rem); /* proportional font scaling */
    line-height: 1.2;                    /* tight row spacing */
    text-align: center;                   /* center the header text */
    padding: 2px 4px;                     /* small padding for mobile */
  }
}
@media (max-width: 480px) {

  /* Hide text inside media-text blocks */
  .standings-grid .wp-block-media-text .wp-block-media-text__content {
    display: none;
  }

  /* Center and scale logos */
  .standings-grid .wp-block-media-text img {
    display: block;
    margin: 0 auto;               /* center logo */
    width: clamp(24px, 10vw, 32px); /* proportional width */
    height: auto;                  /* maintain aspect ratio */
  }
}
@media (max-width: 480px) {
  .standings-grid .wp-block-column * {
    white-space: nowrap !important;   /* prevent wrapping */
    overflow-wrap: normal !important;
    word-break: normal !important;
  }
}
/* Text with Oswald font and light shadow */
.oswald-shadow {
    font-family: 'Oswald', sans-serif; /* Your font */
    font-size: 32px;                   /* Adjust as needed */
    color: #222222;                    /* Dark gray text */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); /* Subtle shadow */
}
/* Text with Oswald font and light shadow */
.oswald-shadows {
    font-family: 'Oswald', sans-serif; /* Your font */
    font-size: 32px;                   /* Adjust as needed */
    color: #222222;                    /* Dark gray text */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.15); /* Subtle shadow */
}
.text-shadow-blue {
    text-shadow: 0px 2px 4px rgba(0, 25, 70, 0.45);
}

.text-shadow-red {
    text-shadow: 0px 2px 4px rgba(80, 0, 15, 0.5);
}
@media (max-width: 1024px) {

  body.page-id-84 {
    min-width: 1200px;
    overflow-x: auto !important;
  }

}
@media (max-width: 1024px) {

  body.page-id-84 .stat-row {
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
  }

  body.page-id-84 .stat-row .wp-block-column {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
  }

}
@media (max-width: 1024px) {

  body.page-id-84 .stat-row .wp-block-column {
    flex: 1 !important;
  }

}
@media (max-width: 1024px) {

  /* Add spacing to content */
  body.page-id-215 main {
    padding-left: 20px;
    padding-right: 20px;
  }

  /* Let Cover go full width again */
  body.page-id-215 .wp-block-cover {
    margin-left: -20px;
    margin-right: -20px;
  }

}
@media (max-width: 1024px) {

  body.page-id-849 main {
    padding-left: 20px;
    padding-right: 20px;
  }

}
@media (max-width: 1024px) {

  body.page-id-849 {
    overflow-x: auto;
  }

  body.page-id-849 main {
    min-width: 1200px;
  }

}
@media (max-width: 1024px) {

  body.page-id-849 .wp-block-columns {
    flex-wrap: nowrap;
  }
@media (max-width: 1024px) {

  body.page-id-849 .wp-site-blocks {
    min-width: 1200px;
  }

}
	@media (max-width: 1024px) {

  /* Allow horizontal scroll on mobile */
  body.page-id-501 {
    overflow-x: auto;
  }

  /* Expand main container to desktop width */
  body.page-id-501 main {
    min-width: 1200px;
    padding-left: 20px;  /* keep breathing room on edges */
    padding-right: 20px;
    box-sizing: border-box;
  }

}
	@media (max-width: 1024px) {

  body.page-id-501 main .wp-block-columns {
    flex-wrap: nowrap;
  }

}
@media (max-width: 1024px) {

  /* Expand header and footer to full desktop width */
  body.page-id-501 header,
  body.page-id-501 footer {
    min-width: 1200px;
    padding-left: 20px;  /* optional breathing room */
    padding-right: 20px;
    box-sizing: border-box;
  }

}
	@media (max-width: 1024px) {

  /* Enable horizontal scroll */
  body.page-id-957 {
    overflow-x: auto;
  }

  /* Expand main content to desktop width */
  body.page-id-957 main {
    min-width: 1200px;
    padding-left: 20px;   /* breathing room on edges */
    padding-right: 20px;
    box-sizing: border-box;
  }

}
@media (max-width: 1024px) {

  body.page-id-957 main .wp-block-columns {
    flex-wrap: nowrap;
  }
@media (max-width: 1024px) {

  body.page-id-957 header,
  body.page-id-957 footer {
    min-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

}
}
@media (max-width: 1024px) {

  /* Targets all single posts */
  body.single-post main {
    padding-left: 20px;   /* adjust as needed */
    padding-right: 20px;  /* adjust as needed */
    box-sizing: border-box;
  }

}
/* Row Layout */
.game-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* Team Logos */
.team-logo {
  height: 40px;
  width: 40px;
}

/* Prediction Text */
.prediction {
  color: #B45309; /* Burnt Gold */
  font-weight: bold;
}

/* Read More Button */
.read-more-btn {
  background-color: #0F766E; /* Dark Teal */
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
}

/* Score Box */
.live-score-box {
  width: 80px;
  height: 40px;
  border: 1px solid #0F766E;
  border-radius: 6px;
  background: #F3F4F6;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #0F766E;
  font-size: 14px;
}
/* Force desktop width on mobile */
@media (max-width: 768px) {

.page-id-1627 .wp-site-blocks {
    min-width: 1200px;
}

/* Add spacing only to main content */
.page-id-1627 main {
    padding-left: 32px;
    padding-right: 32px;
}

/* Keep header and footer full width */
.page-id-1627 header,
.page-id-1627 footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

}
/* Force desktop layout on mobile for page 1969 */

@media (max-width: 768px) {

body.page-id-1969 {
    min-width: 1200px;
}

body.page-id-1969 .container,
body.page-id-1969 .content,
body.page-id-1969 .row {
    width: 1200px !important;
    max-width: 1200px !important;
}

body.page-id-1969 .row {
    display: flex !important;
    flex-wrap: nowrap !important;
}

body.page-id-1969 .column {
    flex: 1 !important;
}

body.page-id-1969 img {
    max-width: 100%;
    height: auto;
}

}
/* Force Query Loop to stay 3 columns on mobile for page 1969 */

@media (max-width: 768px){

body.page-id-1969 .wp-block-post-template{
    display:grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap:20px;
}

body.page-id-1969 .wp-block-post{
    width:100% !important;
}

body.page-id-1969 .wp-block-post-featured-image img{
    width:100%;
    height:auto;
}
/* Full desktop mirror on mobile for page 787 */
@media (max-width:768px){

body.page-id-787{
    min-width:1200px;
}

body.page-id-787 .site-content{
    transform: scale(0.55);
    transform-origin: top left;
    width: 180%;
}

}
/* 1. KEEP THE FOOTER DOWN (The only part we actually needed) */
.page-id-84, .page-id-1969, .page-id-215, .page-id-1627, 
.page-id-849, .page-id-501, .page-id-132, .page-id-957 {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
}

/* Push the footer to the bottom without touching the 'entry-content' width */
.page-id-84 .wp-site-blocks, .page-id-1969 .wp-site-blocks, 
.page-id-215 .wp-site-blocks, .page-id-1627 .wp-site-blocks, 
.page-id-849 .wp-site-blocks, .page-id-501 .wp-site-blocks, 
.page-id-132 .wp-site-blocks, .page-id-957 .wp-site-blocks {
    flex: 1 0 auto !important;
    display: block !important; /* Changed from flex to block to restore grid layout */
}

/* 2. FIX THE FOOTER MARGIN */
.page-id-84 footer, .page-id-1969 footer, .page-id-215 footer, 
.page-id-1627 footer, .page-id-849 footer, .page-id-501 footer, 
.page-id-132 footer, .page-id-957 footer {
    margin-top: auto !important;
}
/* Force desktop layout on mobile for page 2306 */
@media (max-width: 768px) {

  body.page-id-2306 .wp-block-query .wp-block-post-template {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 20px;
  }

  body.page-id-2306 .wp-block-post {
    width: 100% !important;
  }

  body.page-id-2306 .wp-block-post-featured-image img {
    width: 100% !important;
    height: auto !important;
  }

  /* Prevent stacking */
  body.page-id-2306 .is-layout-flex,
  body.page-id-2306 .is-layout-constrained {
    flex-wrap: nowrap !important;
  }

  /* Scale down to mimic desktop */
  body.page-id-2306 {
    transform: scale(0.85);
    transform-origin: top left;
    width: 117%;
  }
}
/* Prevents iOS from zooming in on focus */
@media screen and (max-width: 768px) {
    input, select, textarea {
        font-size: 16px !important;
    }
}