.page-blog-88kbet-promo-code-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light backgrounds */
  background-color: #f8f8f8;
}

.page-blog-88kbet-promo-code-guide__dark-bg {
  background-color: #08160F;
  color: #F2FFF6; /* Text Main for dark backgrounds */
}

.page-blog-88kbet-promo-code-guide__card-bg {
  background-color: #11271B;
  color: #F2FFF6; /* Text Main for dark backgrounds */
}

.page-blog-88kbet-promo-code-guide__light-bg {
  background-color: #f8f8f8;
  color: #333333;
}

.page-blog-88kbet-promo-code-guide__text-main {
  color: #F2FFF6;
}

.page-blog-88kbet-promo-code-guide__text-secondary {
  color: #A7D9B8;
}

.page-blog-88kbet-promo-code-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-88kbet-promo-code-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-88kbet-promo-code-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-88kbet-promo-code-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
  color: #F2FFF6;
}

.page-blog-88kbet-promo-code-guide__main-title {
  font-size: clamp(2em, 4vw, 3.5em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #F2FFF6;
}

.page-blog-88kbet-promo-code-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #A7D9B8;
}

.page-blog-88kbet-promo-code-guide__btn-primary {
  display: inline-block;
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-88kbet-promo-code-guide__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
}

.page-blog-88kbet-promo-code-guide__btn-secondary {
  display: inline-block;
  background: #ffffff;
  color: #11A84E;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  border: 2px solid #11A84E;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-88kbet-promo-code-guide__btn-secondary:hover {
  background: #11A84E;
  color: #ffffff;
}

.page-blog-88kbet-promo-code-guide__btn-large {
  padding: 18px 35px;
  font-size: 1.1em;
}

.page-blog-88kbet-promo-code-guide__section {
  padding: 40px 20px;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}

.page-blog-88kbet-promo-code-guide__content-area {
  max-width: 1000px;
  margin: 0 auto;
}

.page-blog-88kbet-promo-code-guide__section-title {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #11A84E;
}

.page-blog-88kbet-promo-code-guide__sub-title {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #11A84E;
}

.page-blog-88kbet-promo-code-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-blog-88kbet-promo-code-guide a {
  color: #11A84E;
  text-decoration: none;
}

.page-blog-88kbet-promo-code-guide a:hover {
  text-decoration: underline;
}

.page-blog-88kbet-promo-code-guide__step-grid,
.page-blog-88kbet-promo-code-guide__benefits-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-88kbet-promo-code-guide__step-card,
.page-blog-88kbet-promo-code-guide__benefit-card {
  background-color: #11271B; /* Card BG */
  border-radius: 12px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-88kbet-promo-code-guide__step-image,
.page-blog-88kbet-promo-code-guide__benefit-icon {
  width: 100%;
  height: auto;
  max-width: 400px;
  border-radius: 8px;
  margin-bottom: 20px;
  object-fit: cover;
}

.page-blog-88kbet-promo-code-guide__card-title {
  font-size: 1.5em;
  font-weight: 600;
  margin-bottom: 15px;
}

.page-blog-88kbet-promo-code-guide__ordered-list,
.page-blog-88kbet-promo-code-guide__unordered-list {
  list-style-position: inside;
  margin-left: 20px;
  margin-bottom: 20px;
  font-size: 1.1em;
}

.page-blog-88kbet-promo-code-guide__ordered-list li,
.page-blog-88kbet-promo-code-guide__unordered-list li {
  margin-bottom: 10px;
}

.page-blog-88kbet-promo-code-guide__video-wrapper {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-88kbet-promo-code-guide__video-link {
  display: block;
  cursor: pointer;
}

.page-blog-88kbet-promo-code-guide__video {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.page-blog-88kbet-promo-code-guide__video-caption {
  text-align: center;
  margin-top: 15px;
  font-style: italic;
  color: #A7D9B8;
}

.page-blog-88kbet-promo-code-guide__faq-list {
  margin-top: 30px;
}

.page-blog-88kbet-promo-code-guide__faq-item {
  background-color: #11271B; /* Card BG */
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #F2FFF6;
}

.page-blog-88kbet-promo-code-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.2em;
  background-color: #0A4B2C; /* Deep Green */
  border-bottom: 1px solid #1E3A2A; /* Divider */
  color: #F2FFF6;
}

.page-blog-88kbet-promo-code-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-88kbet-promo-code-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-88kbet-promo-code-guide__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-88kbet-promo-code-guide__faq-answer {
  padding: 20px 25px;
  font-size: 1.05em;
  color: #A7D9B8;
}

.page-blog-88kbet-promo-code-guide__call-to-action {
  text-align: center;
  padding: 80px 20px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-88kbet-promo-code-guide__main-title {
    font-size: clamp(1.8em, 5vw, 3em);
  }

  .page-blog-88kbet-promo-code-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-88kbet-promo-code-guide__hero-section {
    padding: 40px 15px;
    padding-top: 10px !important;
  }

  .page-blog-88kbet-promo-code-guide__main-title {
    font-size: clamp(1.6em, 7vw, 2.5em);
  }

  .page-blog-88kbet-promo-code-guide__hero-description {
    font-size: 1em;
  }

  .page-blog-88kbet-promo-code-guide__section {
    padding: 30px 15px;
  }

  .page-blog-88kbet-promo-code-guide__section-title {
    font-size: 1.8em;
  }

  .page-blog-88kbet-promo-code-guide__sub-title {
    font-size: 1.5em;
  }

  .page-blog-88kbet-promo-code-guide p,
  .page-blog-88kbet-promo-code-guide__ordered-list li,
  .page-blog-88kbet-promo-code-guide__unordered-list li,
  .page-blog-88kbet-promo-code-guide__faq-answer {
    font-size: 1em;
  }

  .page-blog-88kbet-promo-code-guide__step-grid,
  .page-blog-88kbet-promo-code-guide__benefits-grid {
    grid-template-columns: 1fr;
  }

  /* Image responsiveness */
  .page-blog-88kbet-promo-code-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-88kbet-promo-code-guide__hero-image-wrapper,
  .page-blog-88kbet-promo-code-guide__video-wrapper,
  .page-blog-88kbet-promo-code-guide__step-card,
  .page-blog-88kbet-promo-code-guide__benefit-card,
  .page-blog-88kbet-promo-code-guide__call-to-action,
  .page-blog-88kbet-promo-code-guide__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  /* Video responsiveness */
  .page-blog-88kbet-promo-code-guide video,
  .page-blog-88kbet-promo-code-guide__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  /* Button responsiveness */
  .page-blog-88kbet-promo-code-guide__btn-primary,
  .page-blog-88kbet-promo-code-guide__btn-secondary,
  .page-blog-88kbet-promo-code-guide a[class*="button"],
  .page-blog-88kbet-promo-code-guide 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;
  }

  .page-blog-88kbet-promo-code-guide__cta-buttons,
  .page-blog-88kbet-promo-code-guide__button-group,
  .page-blog-88kbet-promo-code-guide__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-88kbet-promo-code-guide__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }

  .page-blog-88kbet-promo-code-guide__faq-answer {
    padding: 15px 20px;
  }

  .page-blog-88kbet-promo-code-guide__call-to-action {
    padding: 60px 15px;
  }
}