/* ============================================================
   SPORTS ODDS — CUSTOM THEME OVERRIDE
   Matches Newsphere / Greg's Insight site design
   Add via Appearance > Customize > Additional CSS
   or enqueue in child theme
   ============================================================ */

/* ---------- Section Headers ---------- */
h4.sports_header {
  background: #1f1f1f !important;
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  text-align: left !important;
  padding: 10px 16px !important;
  margin: 24px 0 0 0 !important;
  border-left: 4px solid #e68a2e !important;
  border-radius: 0 !important;
  line-height: 1.4 !important;
}

/* ---------- Card Grid Container ---------- */
.sports_container {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 12px !important;
  padding: 12px 0 !important;
  margin: 0 !important;
  background: transparent !important;
  justify-items: stretch !important;
}

/* ---------- Individual Card ---------- */
.sports_card {
  background: #1f1f1f !important;
  border: 1px solid #2e2e2e !important;
  border-radius: 4px !important;
  padding: 0 !important;
  overflow: hidden !important;
  transition: border-color 0.2s ease !important;
  box-shadow: none !important;
}

.sports_card:hover {
  border-color: #e68a2e !important;
}

/* ---------- Date Header Inside Card ---------- */
h6.sports_nogame {
  background: #292929 !important;
  color: #999999 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  text-transform: uppercase !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 6px 12px !important;
  border-bottom: 1px solid #333333 !important;
  line-height: 1.4 !important;
}

/* ---------- Team Row ---------- */
.sports_row {
  display: flex !important;
  align-items: center !important;
  padding: 8px 12px !important;
  gap: 8px !important;
  border-bottom: 1px solid #2a2a2a !important;
  transition: background 0.15s ease !important;
}

.sports_row:last-child {
  border-bottom: none !important;
}

.sports_row:hover {
  background: #262626 !important;
}

/* ---------- Team Logo ---------- */
img.sports_logo {
  width: 24px !important;
  height: 24px !important;
  object-fit: contain !important;
  flex-shrink: 0 !important;
  border-radius: 2px !important;
}

/* ---------- Team Abbreviation ---------- */
span.sports_abbr {
  color: #e0e0e0 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  min-width: 36px !important;
  letter-spacing: 0.3px !important;
  line-height: 1 !important;
}

/* ---------- Final Score ---------- */
span.sports_score {
  color: #ffffff !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  margin-left: auto !important;
  line-height: 1 !important;
}

/* ---------- Point Spread ---------- */
span.sports_odds {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  margin-left: auto !important;
  padding: 2px 6px !important;
  border-radius: 3px !important;
  line-height: 1 !important;
  color: #e68a2e !important;
  background: rgba(230, 138, 46, 0.1) !important;
}

/* ---------- Price / Juice ---------- */
span.sports_price {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #888888 !important;
  min-width: 38px !important;
  text-align: right !important;
  line-height: 1 !important;
}

/* ---------- No Data Label ---------- */
span.sports_nodata {
  color: #555555 !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  font-size: 12px !important;
  font-style: italic !important;
  margin-left: auto !important;
  line-height: 1 !important;
}

/* "Scores not available" message inside container */
.sports_container > h6.sports_nogame {
  grid-column: 1 / -1 !important;
  background: transparent !important;
  color: #666666 !important;
  font-style: italic !important;
  text-align: left !important;
  padding: 12px 0 !important;
  border-bottom: none !important;
  font-size: 13px !important;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

/* Tablets */
@media (max-width: 991px) {
  .sports_container {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* Mobile */
@media (max-width: 575px) {
  .sports_container {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }

  .sports_row {
    padding: 10px 12px !important;
  }

  span.sports_abbr {
    font-size: 13px !important;
  }

  span.sports_score {
    font-size: 15px !important;
  }

  h4.sports_header {
    font-size: 14px !important;
    padding: 8px 12px !important;
  }
}
.home .exclusive-posts {
    max-height: 45px;
}
.banner-promotions-wrapper, .home .wp-block-cover {
    display: none;
}
.home .read-title {
    max-height: 160px;
    overflow: hidden;
}