.page-blog-understanding-8kbe-betting {
  --primary-color: #11A84E;
  --secondary-color: #22C768;
  --text-main-color: #F2FFF6;
  --text-secondary-color: #A7D9B8;
  --card-bg-color: #11271B;
  --background-color: #08160F;
  --button-gradient: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  --border-color: #2E7A4E;
  --glow-color: #57E38D;
  --gold-color: #F2C14E;
  --divider-color: #1E3A2A;
  --deep-green-color: #0A4B2C;

  color: var(--text-main-color); /* Default text color for the page */
  background-color: var(--background-color); /* Ensure body background is respected by setting main content background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-understanding-8kbe-betting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-understanding-8kbe-betting__section-title {
  font-size: clamp(1.8rem, 2.5vw, 2.8rem); /* H1 font size rule applied */
  color: var(--gold-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.5px;
}

.page-blog-understanding-8kbe-betting__sub-title {
  font-size: clamp(1.4rem, 2vw, 2rem);
  color: var(--secondary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-understanding-8kbe-betting__text-block p,
.page-blog-understanding-8kbe-betting__contact-list li,
.page-blog-understanding-8kbe-betting__responsible-list li,
.page-blog-understanding-8kbe-betting__step-list li,
.page-blog-understanding-8kbe-betting__faq-answer p {
  color: var(--text-secondary-color);
  margin-bottom: 15px;
}

/* Hero Section */
.page-blog-understanding-8kbe-betting__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: var(--deep-green-color);
  overflow: hidden;
}

.page-blog-understanding-8kbe-betting__hero-image-wrapper {
  width: 100%;
  max-height: 700px; /* Limit height of hero image wrapper */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-understanding-8kbe-betting__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-understanding-8kbe-betting__hero-content {
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  z-index: 1; /* Ensure content is above any potential background elements */
  background-color: var(--background-color); /* Opaque background for text readability */
  width: 100%;
  box-sizing: border-box;
}