/* style/sports-hot-match-predictions.css */
.page-sports-hot-match-predictions {
  background-color: #08160F;
  color: #F2FFF6;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-sports-hot-match-predictions__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-sports-hot-match-predictions__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  padding-top: 10px; /* Small top padding, body handles header offset */
  text-align: center;
  overflow: hidden;
}

.page-sports-hot-match-predictions__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.page-sports-hot-match-predictions__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.page-sports-hot-match-predictions__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5); /* Semi-transparent background for text readability */
  border-radius: 8px;
}

.page-sports-hot-match-predictions__hero-title {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-sports-hot-match-predictions__hero-description {
  font-size: 1.1rem;
  color: #A7D9B8;
  margin-bottom: 30px;
}

.page-sports-hot-match-predictions__hero-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-sports-hot-match-predictions__cta-button {
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-sports-hot-match-predictions__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  border: 2px solid transparent;
}

.page-sports-hot-match-predictions__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-sports-hot-match-predictions__btn-secondary {
  background: transparent;
  color: #2AD16F;
  border: 2px solid #2AD16F;
}

.page-sports-hot-match-predictions__btn-secondary:hover {
  background: #2AD16F;
  color: #08160F;
}

.page-sports-hot-match-predictions__section {
  padding: 60px 0;
  text-align: center;
}

.page-sports-hot-match-predictions__section-title {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  color: #F2FFF6;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-sports-hot-match-predictions__section-text {
  font-size: 1.1rem;
  color: #A7D9B8;
  line-height: 1.8;
  max-width: 900px;
  margin: 0 auto 20px auto;
}

.page-sports-hot-match-predictions__intro-section {
  background-color: #0A4B2C;
}

.page-sports-hot-match-predictions__why-choose-us {
  background-color: #08160F;
}

.page-sports-hot-match-predictions__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-sports-hot-match-predictions__feature-item {
  background-color: #11271B;
  padding: 30px;
  border-radius: 10px;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  border: 1px solid #2E7A4E;
}

.page-sports-hot-match-predictions__feature-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
}

.page-sports-hot-match-predictions__feature-title {
  font-size: 1.5rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-sports-hot-match-predictions__feature-description {
  color: #A7D9B8;
  font-size: 1rem;
}

.page-sports-hot-match-predictions__featured-leagues {
  background-color: #0A4B2C;
}

.page-sports-hot-match-predictions__content-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-sports-hot-match-predictions__content-block {
  background-color: #11271B;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E;
}

.page-sports-hot-match-predictions__content-subtitle {
  font-size: 1.4rem;
  color: #F2FFF6;
  margin-bottom: 20px;
}

.page-sports-hot-match-predictions__list {
  list-style-type: disc;
  padding-left: 20px;
  color: #A7D9B8;
}

.page-sports-hot-match-predictions__list li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.page-sports-hot-match-predictions__methodology-section {
  background-color: #08160F;
}

.page-sports-hot-match-predictions__methodology-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-sports-hot-match-predictions__methodology-item {
  background-color: #11271B;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E;
}

.page-sports-hot-match-predictions__methodology-subtitle {
  font-size: 1.4rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-sports-hot-match-predictions__methodology-text {
  color: #A7D9B8;
  font-size: 1rem;
}

.page-sports-hot-match-predictions__expert-tips {
  background-color: #0A4B2C;
}

.page-sports-hot-match-predictions__tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
  text-align: left;
}

.page-sports-hot-match-predictions__tip-item {
  background-color: #11271B;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #2E7A4E;
}

.page-sports-hot-match-predictions__tip-subtitle {
  font-size: 1.4rem;
  color: #F2FFF6;
  margin-bottom: 15px;
}

.page-sports-hot-match-predictions__tip-text {
  color: #A7D9B8;
  font-size: 1rem;
}

.page-sports-hot-match-predictions__faq-section {
  background-color: #08160F;
}

.page-sports-hot-match-predictions__faq-list {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: left;
}

.page-sports-hot-match-predictions__faq-item {
  background-color: #11271B;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #2E7A4E;
}

.page-sports-hot-match-predictions__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-size: 1.1rem;
  font-weight: bold;
  color: #F2FFF6;
  background-color: #1E3A2A;
  border-bottom: 1px solid #2E7A4E;
  transition: background-color 0.3s ease;
}

.page-sports-hot-match-predictions__faq-item summary:hover {
  background-color: #2E7A4E;
}

.page-sports-hot-match-predictions__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-sports-hot-match-predictions__faq-qtext {
  flex-grow: 1;
}

.page-sports-hot-match-predictions__faq-toggle {
  font-size: 1.5rem;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-sports-hot-match-predictions__faq-item[open] .page-sports-hot-match-predictions__faq-toggle {
  transform: rotate(45deg);
}

.page-sports-hot-match-predictions__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #A7D9B8;
  line-height: 1.7;
  background-color: #11271B;
}

.page-sports-hot-match-predictions__conclusion-section {
  background-color: #0A4B2C;
}

.page-sports-hot-match-predictions__conclusion-cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* Image responsiveness */
.page-sports-hot-match-predictions img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Video responsiveness (if any video is added) */
.page-sports-hot-match-predictions video,
.page-sports-hot-match-predictions__video {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}

.page-sports-hot-match-predictions__video-section,
.page-sports-hot-match-predictions__video-container,
.page-sports-hot-match-predictions__video-wrapper {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-sports-hot-match-predictions {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-sports-hot-match-predictions__container,
  .page-sports-hot-match-predictions__hero-content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-sports-hot-match-predictions__hero-section {
    padding: 40px 0;
    padding-top: 10px !important;
  }

  .page-sports-hot-match-predictions__hero-title {
    font-size: 2rem;
  }

  .page-sports-hot-match-predictions__hero-description {
    font-size: 1rem;
  }

  .page-sports-hot-match-predictions__hero-cta-buttons,
  .page-sports-hot-match-predictions__conclusion-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-sports-hot-match-predictions__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px !important;
  }

  .page-sports-hot-match-predictions__section {
    padding: 40px 0;
  }

  .page-sports-hot-match-predictions__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-sports-hot-match-predictions__section-text {
    font-size: 1rem;
  }

  .page-sports-hot-match-predictions__features-grid,
  .page-sports-hot-match-predictions__content-grid,
  .page-sports-hot-match-predictions__methodology-grid,
  .page-sports-hot-match-predictions__tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-sports-hot-match-predictions__feature-item,
  .page-sports-hot-match-predictions__content-block,
  .page-sports-hot-match-predictions__methodology-item,
  .page-sports-hot-match-predictions__tip-item {
    padding: 20px;
  }

  .page-sports-hot-match-predictions__feature-image {
    height: 200px;
  }

  .page-sports-hot-match-predictions__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-sports-hot-match-predictions__faq-answer {
    padding: 15px 20px;
  }

  /* Force image responsiveness for all images */
  .page-sports-hot-match-predictions img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  
  /* Force video responsiveness for all videos */
  .page-sports-hot-match-predictions video,
  .page-sports-hot-match-predictions__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  /* Video containers mobile adaptation */
  .page-sports-hot-match-predictions__video-section,
  .page-sports-hot-match-predictions__video-container,
  .page-sports-hot-match-predictions__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* All containers with images/buttons/videos */
  .page-sports-hot-match-predictions__section,
  .page-sports-hot-match-predictions__card,
  .page-sports-hot-match-predictions__container,
  .page-sports-hot-match-predictions__hero-cta-buttons,
  .page-sports-hot-match-predictions__conclusion-cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-sports-hot-match-predictions__hero-cta-buttons, .page-sports-hot-match-predictions__conclusion-cta-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}