/* style/sports-football-betting-guide.css */
.page-sports-football-betting-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-sports-football-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-sports-football-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 0 60px 0; /* Minimal top padding */
  text-align: center;
  overflow: hidden;
}

.page-sports-football-betting-guide__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
}

.page-sports-football-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-sports-football-betting-guide__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin-top: -80px; /* Overlap slightly for visual flow, but text is below image */
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, rgba(8, 22, 15, 0.8) 0%, #08160F 100%); /* Background for text to ensure contrast */
  border-radius: 10px;
}

.page-sports-football-betting-guide__main-title {
  color: #F2FFF6; /* Text Main */
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-sports-football-betting-guide__description {
  color: #A7D9B8; /* Text Secondary */
  font-size: 1.1em;
  margin-bottom: 30px;
}

.page-sports-football-betting-guide__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-sports-football-betting-guide__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button color */
  color: #ffffff; /* Ensure white text on green gradient */
  border: none;
}

.page-sports-football-betting-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
}

.page-sports-football-betting-guide__section-title {
  color: #F2FFF6; /* Text Main */
  font-size: clamp(1.8em, 3vw, 2.8em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}

.page-sports-football-betting-guide__dark-section {
  background-color: #08160F; /* Background */
  padding: 80px 0;
  color: #F2FFF6;
}

.page-sports-football-betting-guide__light-bg {
  background-color: #11271B; /* Card BG */
  padding: 80px 0;
  color: #F2FFF6;
}

.page-sports-football-betting-guide__introduction-section p,
.page-sports-football-betting-guide__betting-types-section p,
.page-sports-football-betting-guide__strategy-section p,
.page-sports-football-betting-guide__live-betting-section p,
.page-sports-football-betting-guide__conclusion-section p {
  font-size: 1.05em;
  margin-bottom: 15px;
  color: #A7D9B8; /* Text Secondary */
}

.page-sports-football-betting-guide__introduction-section strong,
.page-sports-football-betting-guide__betting-types-section strong,
.page-sports-football-betting-guide__strategy-section strong,
.page-sports-football-betting-guide__live-betting-section strong,
.page-sports-football-betting-guide__conclusion-section strong {
  color: #F2FFF6; /* Text Main */
}

.page-sports-football-betting-guide__feature-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-sports-football-betting-guide__feature-card {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease;
}

.page-sports-football-betting-guide__feature-card:hover {
  transform: translateY(-5px);
}

.page-sports-football-betting-guide__feature-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-sports-football-betting-guide__feature-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.4em;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__feature-card p {
  color: #A7D9B8; /* Text Secondary */
  font-size: 0.95em;
}

.page-sports-football-betting-guide__betting-type-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
}

.page-sports-football-betting-guide__betting-type-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.5em;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__betting-type-item p {
  color: #A7D9B8; /* Text Secondary */
}

.page-sports-football-betting-guide__strategy-item {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #2E7A4E; /* Divider */
}

.page-sports-football-betting-guide__strategy-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-sports-football-betting-guide__strategy-title {
  color: #F2FFF6; /* Text Main */
  font-size: 1.6em;
  margin-bottom: 10px;
}

.page-sports-football-betting-guide__strategy-item p {
  color: #A7D9B8; /* Text Secondary */
}

.page-sports-football-betting-guide__live-betting-advantages {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-sports-football-betting-guide__live-betting-advantages li {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #F2FFF6; /* Text Main */
  font-size: 1.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-sports-football-betting-guide__live-betting-advantages li img {
   /* Small icons are forbidden, so using 200x200 placeholder, but displaying smaller for list item */
  
  object-fit: contain;
  margin-bottom: 15px;
  min-
  min-
}

.page-sports-football-betting-guide__faq-list {
  margin-top: 40px;
}

.page-sports-football-betting-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border: 1px solid #2E7A4E; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-sports-football-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  color: #F2FFF6; /* Text Main */
  font-size: 1.2em;
  font-weight: bold;
  background-color: #0A4B2C; /* Deep Green */
  user-select: none;
  list-style: none;
}

.page-sports-football-betting-guide__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-sports-football-betting-guide__faq-item summary::marker {
  display: none;
}

.page-sports-football-betting-guide__faq-qtext {
  flex-grow: 1;
}

.page-sports-football-betting-guide__faq-toggle {
  font-size: 1.5em;
  margin-left: 15px;
  line-height: 1;
}

.page-sports-football-betting-guide__faq-answer {
  padding: 20px;
  padding-top: 0;
  color: #A7D9B8; /* Text Secondary */
  font-size: 1em;
}

.page-sports-football-betting-guide__faq-answer p {
  margin-bottom: 10px;
  color: #A7D9B8;
}

.page-sports-football-betting-guide__faq-answer a {
  color: #57E38D; /* Glow */
  text-decoration: underline;
}

.page-sports-football-betting-guide__conclusion-section .page-sports-football-betting-guide__cta-button {
  margin-top: 30px;
}

/* Links within main content */
.page-sports-football-betting-guide a {
  color: #57E38D; /* Glow */
  text-decoration: none;
}

.page-sports-football-betting-guide a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-sports-football-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-sports-football-betting-guide__container {
    padding: 0 15px;
  }

  .page-sports-football-betting-guide__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-sports-football-betting-guide__hero-content {
    padding: 30px 15px;
    margin-top: -60px;
  }

  .page-sports-football-betting-guide__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-sports-football-betting-guide__description {
    font-size: 1em;
  }

  .page-sports-football-betting-guide__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 15px 15px;
    font-size: 1em;
  }

  .page-sports-football-betting-guide__section-title {
    font-size: clamp(1.5em, 6vw, 2em);
    margin-bottom: 30px;
  }

  .page-sports-football-betting-guide__dark-section,
  .page-sports-football-betting-guide__light-bg {
    padding: 40px 0;
  }

  .page-sports-football-betting-guide__feature-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-sports-football-betting-guide__feature-image {
    height: 180px;
  }

  .page-sports-football-betting-guide__betting-type-item {
    padding: 20px;
  }

  .page-sports-football-betting-guide__betting-type-title {
    font-size: 1.3em;
  }

  .page-sports-football-betting-guide__strategy-title {
    font-size: 1.4em;
  }

  .page-sports-football-betting-guide__live-betting-advantages {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .page-sports-football-betting-guide__live-betting-advantages li img {
     /* Adjusting for mobile, still > 200px from placeholder */
    
  }

  .page-sports-football-betting-guide__faq-question {
    padding: 15px;
    font-size: 1.1em;
  }

  .page-sports-football-betting-guide__faq-answer {
    padding: 15px;
    padding-top: 0;
  }
  
  /* Ensure all images are responsive */
  .page-sports-football-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* All containing elements for images/videos/buttons */
  .page-sports-football-betting-guide__section,
  .page-sports-football-betting-guide__card,
  .page-sports-football-betting-guide__container,
  .page-sports-football-betting-guide__hero-section,
  .page-sports-football-betting-guide__introduction-section,
  .page-sports-football-betting-guide__why-choose-section,
  .page-sports-football-betting-guide__betting-types-section,
  .page-sports-football-betting-guide__strategy-section,
  .page-sports-football-betting-guide__live-betting-section,
  .page-sports-football-betting-guide__faq-section,
  .page-sports-football-betting-guide__conclusion-section,
  .page-sports-football-betting-guide__hero-image-wrapper,
  .page-sports-football-betting-guide__hero-content,
  .page-sports-football-betting-guide__feature-card,
  .page-sports-football-betting-guide__betting-type-item,
  .page-sports-football-betting-guide__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important; /* Ensure content doesn't overflow */
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-sports-football-betting-guide__hero-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-sports-football-betting-guide__live-betting-advantages {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-sports-football-betting-guide__live-betting-advantages li {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  /* Specific adjustments for hero content padding */
  .page-sports-football-betting-guide__hero-content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}