/* style/blog-m88sut-sports-betting-guide.css */

/* Base styles for the page, adapting to dark body background */
.page-blog-m88sut-sports-betting-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Rely on body background from shared.css */
}

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

/* Hero Section */
.page-blog-m88sut-sports-betting-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  overflow: hidden;
  color: #ffffff;
}

.page-blog-m88sut-sports-betting-guide__hero-image-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-m88sut-sports-betting-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-blog-m88sut-sports-betting-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.6); /* Semi-transparent background for readability */
  border-radius: 8px;
  margin-top: -150px; /* Overlap slightly with image for visual flow */
}

.page-blog-m88sut-sports-betting-guide__main-title {
  font-size: clamp(2.2em, 4vw, 3.2em);
  font-weight: 700;
  color: #26A9E0;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-m88sut-sports-betting-guide__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-m88sut-sports-betting-guide__btn-primary {
  display: inline-block;
  background: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: 2px solid transparent;
}

.page-blog-m88sut-sports-betting-guide__btn-primary:hover {
  background: #1e87b7;
  transform: translateY(-2px);
}

.page-blog-m88sut-sports-betting-guide__mb-20 {
  margin-bottom: 20px;
}

/* Section common styles */
.page-blog-m88sut-sports-betting-guide__intro-section,
.page-blog-m88sut-sports-betting-guide__registration-section,
.page-blog-m88sut-sports-betting-guide__betting-guide-section,
.page-blog-m88sut-sports-betting-guide__faq-section,
.page-blog-m88sut-sports-betting-guide__conclusion-section {
  padding: 60px 0;
  background-color: #0a0a0a; /* Ensure sections have background, matching body */
  color: #ffffff;
}

.page-blog-m88sut-sports-betting-guide__dark-bg {
  background-color: #1a1a1a; /* Slightly lighter dark for contrast between sections */
  color: #ffffff;
}

.page-blog-m88sut-sports-betting-guide__section-title {
  font-size: clamp(1.8em, 3vw, 2.8em);
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-m88sut-sports-betting-guide__sub-title {
  font-size: clamp(1.4em, 2.5vw, 2em);
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 500;
}

.page-blog-m88sut-sports-betting-guide p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-m88sut-sports-betting-guide__list,
.page-blog-m88sut-sports-betting-guide__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-blog-m88sut-sports-betting-guide__ordered-list {
  list-style-type: decimal;
}

.page-blog-m88sut-sports-betting-guide__list li,
.page-blog-m88sut-sports-betting-guide__ordered-list li {
  margin-bottom: 10px;
}

.page-blog-m88sut-sports-betting-guide__image {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* FAQ Section */
.page-blog-m88sut-sports-betting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-m88sut-sports-betting-guide__faq-item {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-m88sut-sports-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  color: #26A9E0;
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-m88sut-sports-betting-guide__faq-item[open] > .page-blog-m88sut-sports-betting-guide__faq-question {
  border-bottom: 1px solid #26A9E0;
}

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

.page-blog-m88sut-sports-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #ffffff;
}

.page-blog-m88sut-sports-betting-guide__faq-item[open] .page-blog-m88sut-sports-betting-guide__faq-toggle {
  color: #26A9E0;
}

.page-blog-m88sut-sports-betting-guide__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1.05em;
  color: #f0f0f0;
}

.page-blog-m88sut-sports-betting-guide__faq-item summary::-webkit-details-marker {
  display: none;
}
.page-blog-m88sut-sports-betting-guide__faq-item summary {
  list-style: none;
}

/* Conclusion Section */
.page-blog-m88sut-sports-betting-guide__conclusion-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-m88sut-sports-betting-guide__hero-content {
    margin-top: -100px;
  }
}

@media (max-width: 768px) {
  .page-blog-m88sut-sports-betting-guide {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-m88sut-sports-betting-guide__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-m88sut-sports-betting-guide__hero-content {
    margin-top: -80px;
    padding: 15px;
  }

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

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

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

  .page-blog-m88sut-sports-betting-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-m88sut-sports-betting-guide__sub-title {
    font-size: 1.3em;
  }

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

  /* Mobile image and video adaptation */
  .page-blog-m88sut-sports-betting-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-m88sut-sports-betting-guide__video-section,
  .page-blog-m88sut-sports-betting-guide__video-container,
  .page-blog-m88sut-sports-betting-guide__video-wrapper,
  .page-blog-m88sut-sports-betting-guide__hero-image-wrapper,
  .page-blog-m88sut-sports-betting-guide__section,
  .page-blog-m88sut-sports-betting-guide__card,
  .page-blog-m88sut-sports-betting-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-m88sut-sports-betting-guide__video-section {
    padding-top: 10px !important; /* Small top padding for video section */
  }

  /* Button group mobile adaptation */
  .page-blog-m88sut-sports-betting-guide__cta-buttons,
  .page-blog-m88sut-sports-betting-guide__button-group,
  .page-blog-m88sut-sports-betting-guide__btn-container {
    display: flex;
    flex-direction: column; /* Stack buttons vertically */
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

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

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

@media (max-width: 480px) {
  .page-blog-m88sut-sports-betting-guide__main-title {
    font-size: 1.8em;
  }

  .page-blog-m88sut-sports-betting-guide__section-title {
    font-size: 1.6em;
  }

  .page-blog-m88sut-sports-betting-guide__hero-content {
    margin-top: -60px;
  }
}