.page-resources-how-to-read-m88-sports-odds {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is #000000, so text should be light */
  background-color: transparent; /* inherited from body #000000 */
}

.page-resources-how-to-read-m88-sports-odds__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-read-m88-sports-odds__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust height as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
  box-sizing: border-box;
}

.page-resources-how-to-read-m88-sports-odds__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.page-resources-how-to-read-m88-sports-odds__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: 0;
}

.page-resources-how-to-read-m88-sports-odds__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-resources-how-to-read-m88-sports-odds__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-how-to-read-m88-sports-odds__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-how-to-read-m88-sports-odds__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-how-to-read-m88-sports-odds__btn-primary:hover {
  background-color: #1e87b8;
}

.page-resources-how-to-read-m88-sports-odds__btn-primary--large {
  font-size: 1.1em;
  padding: 18px 35px;
}

.page-resources-how-to-read-m88-sports-odds__content-area {
  background-color: #000000; /* Use black background for main content area */
  padding: 60px 0;
}

.page-resources-how-to-read-m88-sports-odds__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
}

.page-resources-how-to-read-m88-sports-odds__table-of-contents {
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
}

.page-resources-how-to-read-m88-sports-odds__table-of-contents li {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-read-m88-sports-odds__table-of-contents li:hover {
  background-color: #26A9E0;
}

.page-resources-how-to-read-m88-sports-odds__toc-link {
  display: block;
  padding: 12px 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
}

.page-resources-how-to-read-m88-sports-odds__article-content {
  background-color: #1a1a1a; /* Slightly lighter dark background for article content */
  padding: 40px;
  border-radius: 12px;
}

.page-resources-how-to-read-m88-sports-odds__section {
  margin-bottom: 50px;
  padding: 20px 0;
}

.page-resources-how-to-read-m88-sports-odds__section-heading {
  font-size: 2em;
  color: #26A9E0;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(38, 169, 224, 0.3);
  padding-bottom: 10px;
}

.page-resources-how-to-read-m88-sports-odds__section-heading--light {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.3);
}

.page-resources-how-to-read-m88-sports-odds__sub-heading {
  font-size: 1.5em;
  color: #ffffff;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-read-m88-sports-odds__paragraph {
  font-size: 1.05em;
  color: #f0f0f0;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-resources-how-to-read-m88-sports-odds__list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 15px;
  color: #f0f0f0;
}

.page-resources-how-to-read-m88-sports-odds__list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-resources-how-to-read-m88-sports-odds__list strong {
  color: #26A9E0;
}

.page-resources-how-to-read-m88-sports-odds__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 25px 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
}

.page-resources-how-to-read-m88-sports-odds__image--left {
  float: left;
  margin-right: 25px;
  margin-bottom: 15px;
}

.page-resources-how-to-read-m88-sports-odds__image--right {
  float: right;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-resources-how-to-read-m88-sports-odds__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-resources-how-to-read-m88-sports-odds__dark-section {
  background-color: #26A9E0; /* Brand color background */
  color: #ffffff;
  padding: 60px 0;
  border-radius: 12px;
  margin-top: 50px;
}

.page-resources-how-to-read-m88-sports-odds__dark-section .page-resources-how-to-read-m88-sports-odds__container {
  padding: 0 20px;
}

.page-resources-how-to-read-m88-sports-odds__faq-container {
  max-width: 900px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.page-resources-how-to-read-m88-sports-odds__faq-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-resources-how-to-read-m88-sports-odds__faq-item:last-child {
  border-bottom: none;
}

.page-resources-how-to-read-m88-sports-odds__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.05);
  transition: background-color 0.3s ease;
}

.page-resources-how-to-read-m88-sports-odds__faq-question:hover {
  background-color: rgba(255, 255, 255, 0.15);
}

.page-resources-how-to-read-m88-sports-odds__faq-title {
  font-size: 1.2em;
  color: #ffffff;
  margin: 0;
}

.page-resources-how-to-read-m88-sports-odds__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff;
  transition: transform 0.3s ease;
}

.page-resources-how-to-read-m88-sports-odds__faq-item.active .page-resources-how-to-read-m88-sports-odds__faq-toggle {
  transform: rotate(45deg); /* Plus sign rotates to form an X or minus */
}

.page-resources-how-to-read-m88-sports-odds__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-how-to-read-m88-sports-odds__faq-item.active .page-resources-how-to-read-m88-sports-odds__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to reveal content */
  padding: 15px 25px;
}

.page-resources-how-to-read-m88-sports-odds__faq-answer .page-resources-how-to-read-m88-sports-odds__paragraph {
  color: #f0f0f0;
  margin-bottom: 0;
}

/* Clear floats for images */
.page-resources-how-to-read-m88-sports-odds__section::after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-how-to-read-m88-sports-odds__hero-title {
    font-size: 2.8em;
  }

  .page-resources-how-to-read-m88-sports-odds__hero-description {
    font-size: 1.1em;
  }

  .page-resources-how-to-read-m88-sports-odds__image--left,
  .page-resources-how-to-read-m88-sports-odds__image--right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 800px;
    display: block;
  }
}

@media (max-width: 768px) {
  .page-resources-how-to-read-m88-sports-odds__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }

  .page-resources-how-to-read-m88-sports-odds__hero-title {
    font-size: 2em;
  }

  .page-resources-how-to-read-m88-sports-odds__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-read-m88-sports-odds__btn-primary {
    padding: 12px 25px;
    font-size: 0.95em;
  }

  .page-resources-how-to-read-m88-sports-odds__btn-primary--large {
    font-size: 1em;
    padding: 15px 30px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-how-to-read-m88-sports-odds__content-area {
    padding: 40px 0;
  }

  .page-resources-how-to-read-m88-sports-odds__section-title {
    font-size: 2em;
  }

  .page-resources-how-to-read-m88-sports-odds__table-of-contents {
    flex-direction: column;
    align-items: center;
  }

  .page-resources-how-to-read-m88-sports-odds__table-of-contents li {
    width: 90%;
  }

  .page-resources-how-to-read-m88-sports-odds__article-content {
    padding: 20px;
  }

  .page-resources-how-to-read-m88-sports-odds__section-heading {
    font-size: 1.8em;
  }

  .page-resources-how-to-read-m88-sports-odds__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-how-to-read-m88-sports-odds__paragraph,
  .page-resources-how-to-read-m88-sports-odds__list li {
    font-size: 0.95em;
  }

  .page-resources-how-to-read-m88-sports-odds img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  
  .page-resources-how-to-read-m88-sports-odds__section,
  .page-resources-how-to-read-m88-sports-odds__card,
  .page-resources-how-to-read-m88-sports-odds__container,
  .page-resources-how-to-read-m88-sports-odds__cta-wrapper,
  .page-resources-how-to-read-m88-sports-odds__faq-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  .page-resources-how-to-read-m88-sports-odds__faq-question {
    padding: 15px 20px;
  }

  .page-resources-how-to-read-m88-sports-odds__faq-title {
    font-size: 1.1em;
  }

  .page-resources-how-to-read-m88-sports-odds__faq-answer {
    padding: 0 20px;
  }

  .page-resources-how-to-read-m88-sports-odds__faq-item.active .page-resources-how-to-read-m88-sports-odds__faq-answer {
    padding: 10px 20px;
  }
}