.page-blog-go99-betting-guide {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  background-color: #FFFFFF; /* Background color from custom config */
  color: #333333; /* Default text color */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-go99-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-go99-betting-guide__hero-section {
  text-align: center;
  margin-bottom: 40px;
  background-color: #F0F8FF; /* Light background for hero section */
  padding-bottom: 30px;
}

.page-blog-go99-betting-guide__hero-image-wrapper {
  margin-bottom: 20px;
}

.page-blog-go99-betting-guide__hero-section img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9; /* For hero image */
  object-fit: cover;
  object-position: center;
  filter: none; /* No color filters */
}

.page-blog-go99-betting-guide__hero-content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-go99-betting-guide__main-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  font-weight: 700;
  color: #26A9E0; /* Main color */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-go99-betting-guide__intro-text {
  font-size: 1.1rem;
  color: #555555;
  margin-bottom: 30px;
}

.page-blog-go99-betting-guide__cta-button {
  display: inline-block;
  background-color: #EA7C07; /* Login color for CTA */
  color: #FFFFFF;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
  min-width: 200px; /* Ensure button is not too small */
}

.page-blog-go99-betting-guide__cta-button:hover {
  background-color: #D66C06; /* Slightly darker orange on hover */
}

.page-blog-go99-betting-guide__content-section {
  padding: 40px 0;
}

.page-blog-go99-betting-guide__section-title {
  font-size: clamp(1.5rem, 4vw, 2.2rem);
  color: #26A9E0; /* Main color */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: left;
}

.page-blog-go99-betting-guide__sub-title {
  font-size: clamp(1.2rem, 3.5vw, 1.8rem);
  color: #000000; /* Black color */
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
  text-align: left;
}

.page-blog-go99-betting-guide__content-section p {
  margin-bottom: 15px;
  color: #333333;
  font-size: 1rem; /* Base font size */
}

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

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

.page-blog-go99-betting-guide__list li,
.page-blog-go99-betting-guide__ordered-list li {
  margin-bottom: 10px;
  color: #333333;
  font-size: 1rem;
}

.page-blog-go99-betting-guide__list li strong,
.page-blog-go99-betting-guide__ordered-list li strong {
  color: #26A9E0; /* Main color for strong text in lists */
}

.page-blog-go99-betting-guide__image-figure {
  margin: 30px 0;
  text-align: center;
}

.page-blog-go99-betting-guide__image-figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  filter: none; /* No color filters */
  min-width: 200px;
  min-height: 200px;
}

.page-blog-go99-betting-guide__image-caption {
  font-style: italic;
  font-size: 0.9rem;
  color: #777777;
  margin-top: 10px;
}

.page-blog-go99-betting-guide__cta-bottom {
  text-align: center;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #EEEEEE;
}

.page-blog-go99-betting-guide__cta-button--large {
  padding: 18px 35px;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.page-blog-go99-betting-guide__cta-link {
  display: block;
  color: #26A9E0; /* Main color */
  text-decoration: none;
  font-weight: 500;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.page-blog-go99-betting-guide__cta-link:hover {
  color: #1A7BB8; /* Slightly darker blue on hover */
  text-decoration: underline;
}

.page-blog-go99-betting-guide__content-section a {
  color: #26A9E0; /* Main color for internal links */
  text-decoration: none;
  font-weight: 500;
}

.page-blog-go99-betting-guide__content-section a:hover {
  text-decoration: underline;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-go99-betting-guide__hero-section {
    margin-bottom: 20px;
  }

  .page-blog-go99-betting-guide__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
    margin-bottom: 15px;
  }

  .page-blog-go99-betting-guide__intro-text {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-go99-betting-guide__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
    min-width: unset;
  }

  .page-blog-go99-betting-guide__section-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem);
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-go99-betting-guide__sub-title {
    font-size: clamp(1.1rem, 5vw, 1.5rem);
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .page-blog-go99-betting-guide__content-section p,
  .page-blog-go99-betting-guide__list li,
  .page-blog-go99-betting-guide__ordered-list li {
    font-size: 0.95rem;
  }

  .page-blog-go99-betting-guide__image-figure img {
    max-width: 100%;
    height: auto;
  }
}

/* Content area images CSS size lower limit */
.page-blog-go99-betting-guide img {
  min-width: 200px;
  min-height: 200px;
}

@media (max-width: 768px) {
  .page-blog-go99-betting-guide img {
    max-width: 100%;
    height: auto;
  }
}