/* style/blog-88live-sports-betting-guide.css */

/* Base styles for the page content */
.page-blog-88live-sports-betting-guide {
  background-color: #08160F; /* Background color from custom palette */
  color: #F2FFF6; /* Main text color for dark background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

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

.page-blog-88live-sports-betting-guide__section {
  padding: 60px 0;
}

.page-blog-88live-sports-betting-guide__section-title {
  font-size: clamp(2em, 4vw, 2.8em);
  color: #F2C14E; /* Gold color for main titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
}

.page-blog-88live-sports-betting-guide__sub-title {
  font-size: clamp(1.5em, 3vw, 2em);
  color: #22C768; /* Auxiliary color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-88live-sports-betting-guide p {
  margin-bottom: 15px;
  color: #A7D9B8; /* Secondary text color */
}

.page-blog-88live-sports-betting-guide__content-block {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Hero Section */
.page-blog-88live-sports-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding */
  padding-bottom: 60px;
  overflow: hidden;
}

.page-blog-88live-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-88live-sports-betting-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.6);
}

.page-blog-88live-sports-betting-guide__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 900px;
  padding: 20px;
  box-sizing: border-box;
  margin-top: -150px; /* Adjust to place content below the image but not too far */
  color: #F2FFF6;
}

.page-blog-88live-sports-betting-guide__main-title {
  font-size: clamp(2.5em, 5vw, 3.5em);
  color: #F2C14E; /* Gold color for main title */
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.1;
}

.page-blog-88live-sports-betting-guide__hero-description {
  font-size: clamp(1em, 2vw, 1.2em);
  margin-bottom: 30px;
  color: #A7D9B8;
}

/* Buttons */
.page-blog-88live-sports-betting-guide__btn-primary {
  display: inline-block;
  padding: 15px 30px;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

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

.page-blog-88live-sports-betting-guide__btn-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  max-width: 300px;
}

/* Image styles */
.page-blog-88live-sports-betting-guide__image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  object-fit: cover;
}

/* FAQ Section */
.page-blog-88live-sports-betting-guide__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-blog-88live-sports-betting-guide__faq-item {
  background-color: #11271B; /* Card BG color */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  color: #F2FFF6; /* Text Main for FAQ item */
}

.page-blog-88live-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #F2FFF6; /* Text Main for FAQ question */
  transition: background-color 0.3s ease;
}

.page-blog-88live-sports-betting-guide__faq-question:hover {
  background-color: #0A4B2C; /* Deep Green hover */
}

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

.page-blog-88live-sports-betting-guide__faq-answer {
  padding: 0 25px 20px;
  font-size: 0.95em;
  color: #A7D9B8; /* Text Secondary for FAQ answer */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-88live-sports-betting-guide__faq-item[open] .page-blog-88live-sports-betting-guide__faq-answer {
  max-height: 500px; /* Arbitrary large value for expansion */
  padding-top: 10px;
}

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

.page-blog-88live-sports-betting-guide__faq-item summary {
  list-style: none;
}

/* CTA Section */
.page-blog-88live-sports-betting-guide__cta-section {
  text-align: center;
  padding-bottom: 80px;
}

.page-blog-88live-sports-betting-guide__cta-description {
  font-size: clamp(1em, 2vw, 1.1em);
  max-width: 800px;
  margin: 0 auto 40px;
  color: #A7D9B8;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-88live-sports-betting-guide__container {
    padding: 0 15px;
  }

  .page-blog-88live-sports-betting-guide__section {
    padding: 40px 0;
  }

  .page-blog-88live-sports-betting-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-88live-sports-betting-guide__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-88live-sports-betting-guide__hero-content {
    margin-top: -80px; /* Adjust for mobile */
    padding: 15px;
  }

  .page-blog-88live-sports-betting-guide__main-title {
    font-size: 2em;
  }

  .page-blog-88live-sports-betting-guide__hero-description {
    font-size: 0.95em;
    margin-bottom: 20px;
  }

  .page-blog-88live-sports-betting-guide__btn-primary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 0.95em;
  }

  .page-blog-88live-sports-betting-guide__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }

  /* Ensure all containers with images/content are responsive */
  .page-blog-88live-sports-betting-guide__overview-section .page-blog-88live-sports-betting-guide__container,
  .page-blog-88live-sports-betting-guide__betting-types-section .page-blog-88live-sports-betting-guide__container,
  .page-blog-88live-sports-betting-guide__strategy-section .page-blog-88live-sports-betting-guide__container,
  .page-blog-88live-sports-betting-guide__registration-section .page-blog-88live-sports-betting-guide__container,
  .page-blog-88live-sports-betting-guide__security-section .page-blog-88live-sports-betting-guide__container,
  .page-blog-88live-sports-betting-guide__faq-section .page-blog-88live-sports-betting-guide__container,
  .page-blog-88live-sports-betting-guide__cta-section .page-blog-88live-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-88live-sports-betting-guide__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-88live-sports-betting-guide__faq-answer {
    padding: 0 20px 15px;
  }
}