.page-resources-how-to-bet-on-m88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light body background */
  background-color: #FFFFFF;
}

.page-resources-how-to-bet-on-m88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-resources-how-to-bet-on-m88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px;
  padding-top: var(--header-offset, 120px); /* Account for fixed header */
  background-color: #f0f8ff; /* Light background for hero */
  overflow: hidden;
}

.page-resources-how-to-bet-on-m88__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
  opacity: 0.2; /* Make image subtle background */
}

.page-resources-how-to-bet-on-m88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  color: #333333;
}

.page-resources-how-to-bet-on-m88__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #26A9E0;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}

.page-resources-how-to-bet-on-m88__hero-description {
  font-size: 1.3em;
  margin-bottom: 30px;
  color: #555555;
}

.page-resources-how-to-bet-on-m88__section {
  padding: 60px 0;
  background-color: #FFFFFF;
}

.page-resources-how-to-bet-on-m88__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-resources-how-to-bet-on-m88__section-title {
  font-size: 2.5em;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-how-to-bet-on-m88__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #26A9E0;
  border-radius: 2px;
}

.page-resources-how-to-bet-on-m88__section-title--white {
  color: #FFFFFF;
}

.page-resources-how-to-bet-on-m88__section-title--white::after {
  background-color: #FFFFFF;
}

.page-resources-how-to-bet-on-m88__sub-title {
  font-size: 1.8em;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-on-m88 p {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
  color: #333333;
}

.page-resources-how-to-bet-on-m88__text-block--white {
  color: #FFFFFF;
}

.page-resources-how-to-bet-on-m88__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-resources-how-to-bet-on-m88__list li {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.page-resources-how-to-bet-on-m88__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, color 0.3s ease, border-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-resources-how-to-bet-on-m88__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-bet-on-m88__btn-primary:hover {
  background: #1e87b8;
  border-color: #1e87b8;
}

.page-resources-how-to-bet-on-m88__btn-secondary {
  background: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-resources-how-to-bet-on-m88__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
}

.page-resources-how-to-bet-on-m88__image-content {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-how-to-bet-on-m88__product-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-resources-how-to-bet-on-m88__product-card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  padding: 25px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333333;
}

.page-resources-how-to-bet-on-m88__product-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.page-resources-how-to-bet-on-m88__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-resources-how-to-bet-on-m88__card-title {
  font-size: 1.5em;
  color: #26A9E0;
  margin-bottom: 15px;
}

.page-resources-how-to-bet-on-m88__card-link {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-bet-on-m88__card-link:hover {
  background-color: #1e87b8;
}

.page-resources-how-to-bet-on-m88__faq-section {
  background-color: #f0f8ff;
}

.page-resources-how-to-bet-on-m88__faq-list {
  margin-top: 30px;
}

.page-resources-how-to-bet-on-m88__faq-item {
  background: #ffffff;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  overflow: hidden;
}

.page-resources-how-to-bet-on-m88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  background-color: #FFFFFF;
  border-bottom: 1px solid #eee;
  transition: background-color 0.3s ease;
}

.page-resources-how-to-bet-on-m88__faq-question:hover {
  background-color: #f5f5f5;
}

.page-resources-how-to-bet-on-m88__faq-title {
  font-size: 1.2em;
  color: #26A9E0;
  margin: 0;
}

.page-resources-how-to-bet-on-m88__faq-toggle {
  font-size: 1.5em;
  font-weight: bold;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-resources-how-to-bet-on-m88__faq-item.active .page-resources-how-to-bet-on-m88__faq-toggle {
  transform: rotate(45deg);
}

.page-resources-how-to-bet-on-m88__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-how-to-bet-on-m88__faq-item.active .page-resources-how-to-bet-on-m88__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to show content */
  padding: 20px;
  padding-top: 0;
}

.page-resources-how-to-bet-on-m88__dark-section {
  background-color: #26A9E0; /* Brand primary color */
  color: #ffffff;
}

.page-resources-how-to-bet-on-m88__dark-section .page-resources-how-to-bet-on-m88__section-title {
  color: #ffffff;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-resources-how-to-bet-on-m88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-resources-how-to-bet-on-m88__hero-section {
    padding: 60px 15px;
    padding-top: var(--header-offset, 120px) !important;
  }

  .page-resources-how-to-bet-on-m88__hero-title {
    font-size: 2.2em;
  }

  .page-resources-how-to-bet-on-m88__hero-description {
    font-size: 1em;
  }

  .page-resources-how-to-bet-on-m88__cta-button,
  .page-resources-how-to-bet-on-m88__btn-primary,
  .page-resources-how-to-bet-on-m88__btn-secondary,
  .page-resources-how-to-bet-on-m88 a[class*="button"],
  .page-resources-how-to-bet-on-m88 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .page-resources-how-to-bet-on-m88__section-title {
    font-size: 1.8em;
  }

  .page-resources-how-to-bet-on-m88__sub-title {
    font-size: 1.5em;
  }

  .page-resources-how-to-bet-on-m88__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-resources-how-to-bet-on-m88 img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset !important; /* Allow images to shrink below 200px on mobile if needed, but not smaller than content allows */
    min-height: unset !important;
  }

  .page-resources-how-to-bet-on-m88__product-grid {
    grid-template-columns: 1fr;
  }

  .page-resources-how-to-bet-on-m88__product-card {
    padding: 20px;
  }

  .page-resources-how-to-bet-on-m88__faq-question {
    padding: 15px;
  }

  .page-resources-how-to-bet-on-m88__faq-answer {
    padding: 0 15px;
  }

  .page-resources-how-to-bet-on-m88__faq-item.active .page-resources-how-to-bet-on-m88__faq-answer {
    padding: 15px;
    padding-top: 0;
  }

  .page-resources-how-to-bet-on-m88__dark-section {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
}