.page-blog-k89-broker-betting-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #F2FFF6; /* Text Main */
  background-color: #08160F; /* Background */
}

.page-blog-k89-broker-betting-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-k89-broker-betting-guide__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding */
}

.page-blog-k89-broker-betting-guide__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-k89-broker-betting-guide__hero-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(0deg, rgba(8, 22, 15, 0.9) 0%, rgba(8, 22, 15, 0.7) 50%, rgba(8, 22, 15, 0) 100%);
  padding: 40px 20px;
  color: #F2FFF6;
}

.page-blog-k89-broker-betting-guide__main-title {
  font-size: clamp(2em, 5vw, 3.5em);
  font-weight: bold;
  color: #F2FFF6;
  margin-bottom: 10px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(87, 227, 141, 0.5);
}

.page-blog-k89-broker-betting-guide__hero-description {
  font-size: clamp(1em, 2vw, 1.3em);
  color: #A7D9B8;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-k89-broker-betting-guide__section-title {
  font-size: clamp(1.8em, 4vw, 2.5em);
  color: #57E38D; /* Glow color for titles */
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(87, 227, 141, 0.3);
}

.page-blog-k89-broker-betting-guide__sub-section-title {
  font-size: clamp(1.4em, 3vw, 1.8em);
  color: #22C768;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-k89-broker-betting-guide__text-content {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #F2FFF6;
}

.page-blog-k89-broker-betting-guide__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #F2FFF6;
}

.page-blog-k89-broker-betting-guide__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
  color: #F2FFF6;
}

.page-blog-k89-broker-betting-guide__list-item {
  margin-bottom: 10px;
}

.page-blog-k89-broker-betting-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E;
}

.page-blog-k89-broker-betting-guide__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #F2FFF6;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.page-blog-k89-broker-betting-guide__cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  opacity: 0.9;
}

.page-blog-k89-broker-betting-guide__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-blog-k89-broker-betting-guide__faq-section {
  background-color: #11271B; /* Card BG */
  padding: 60px 0;
  margin-top: 40px;
  border-top: 1px solid #2E7A4E;
  border-bottom: 1px solid #2E7A4E;
}

.page-blog-k89-broker-betting-guide__faq-list {
  margin-top: 30px;
}

.page-blog-k89-broker-betting-guide__faq-item {
  background-color: #0A4B2C; /* Deep Green */
  border: 1px solid #2E7A4E;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.page-blog-k89-broker-betting-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.15em;
  color: #F2FFF6;
  position: relative;
  list-style: none;
  transition: background-color 0.3s ease;
}

.page-blog-k89-broker-betting-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-k89-broker-betting-guide__faq-question:hover {
  background-color: rgba(34, 199, 104, 0.1);
}

.page-blog-k89-broker-betting-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #57E38D;
  transition: transform 0.3s ease;
}

.page-blog-k89-broker-betting-guide__faq-item[open] .page-blog-k89-broker-betting-guide__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-k89-broker-betting-guide__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1em;
  color: #A7D9B8;
  background-color: #08160F;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-k89-broker-betting-guide__main-title {
    font-size: clamp(1.8em, 6vw, 3em);
  }
  .page-blog-k89-broker-betting-guide__hero-description {
    font-size: clamp(0.9em, 2.5vw, 1.2em);
  }
}

@media (max-width: 768px) {
  .page-blog-k89-broker-betting-guide__hero-content {
    padding: 20px 15px;
  }

  .page-blog-k89-broker-betting-guide__main-title {
    font-size: clamp(1.5em, 7vw, 2.5em) !important;
  }

  .page-blog-k89-broker-betting-guide__hero-description {
    font-size: clamp(0.8em, 3vw, 1em) !important;
    margin-bottom: 20px;
  }

  .page-blog-k89-broker-betting-guide__cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-k89-broker-betting-guide__cta-button--small {
    width: auto !important;
    max-width: none !important;
  }

  .page-blog-k89-broker-betting-guide__section-title {
    font-size: clamp(1.5em, 5vw, 2em);
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .page-blog-k89-broker-betting-guide__sub-section-title {
    font-size: clamp(1.2em, 4vw, 1.5em);
    margin-top: 25px;
    margin-bottom: 15px;
  }

  .page-blog-k89-broker-betting-guide__text-content,
  .page-blog-k89-broker-betting-guide__list-item,
  .page-blog-k89-broker-betting-guide__faq-answer {
    font-size: 1em !important;
  }

  .page-blog-k89-broker-betting-guide__image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto;
  }

  .page-blog-k89-broker-betting-guide__faq-question {
    font-size: 1em !important;
    padding: 15px 20px;
  }

  .page-blog-k89-broker-betting-guide__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-k89-broker-betting-guide__container,
  .page-blog-k89-broker-betting-guide__introduction-section,
  .page-blog-k89-broker-betting-guide__why-choose-k89-section,
  .page-blog-k89-broker-betting-guide__registration-section,
  .page-blog-k89-broker-betting-guide__payment-section,
  .page-blog-k89-broker-betting-guide__game-types-section,
  .page-blog-k89-broker-betting-guide__strategy-section,
  .page-blog-k89-broker-betting-guide__responsible-gambling-section,
  .page-blog-k89-broker-betting-guide__faq-section,
  .page-blog-k89-broker-betting-guide__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
}