.page-blog-ku3936-latest-promotions-game-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: #000000; /* Assuming body background is black */
}

.page-blog-ku3936-latest-promotions-game-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, more bottom padding */
  background-color: #000000; /* Ensure dark background for hero */
}

.page-blog-ku3936-latest-promotions-game-strategy__hero-image {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1920px;
  object-fit: cover;
}

.page-blog-ku3936-latest-promotions-game-strategy__hero-content {
  max-width: 900px;
  margin: 20px auto 0 auto;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-ku3936-latest-promotions-game-strategy__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-ku3936-latest-promotions-game-strategy__hero-description {
  font-size: 1.1rem;
  color: #f0f0f0;
  margin-bottom: 30px;
}

.page-blog-ku3936-latest-promotions-game-strategy__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-primary,
.page-blog-ku3936-latest-promotions-game-strategy__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-primary:hover {
  background-color: #1e8dc2;
  border-color: #1e8dc2;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-ku3936-latest-promotions-game-strategy__content-section {
  padding: 60px 20px;
  background-color: #ffffff; /* Light background for content area */
  color: #333333; /* Dark text for light background */
}

.page-blog-ku3936-latest-promotions-game-strategy__container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-blog-ku3936-latest-promotions-game-strategy__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
  font-weight: 700;
}

.page-blog-ku3936-latest-promotions-game-strategy__sub-title {
  font-size: 1.8rem;
  color: #333333;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}

.page-blog-ku3936-latest-promotions-game-strategy__sub-sub-title {
  font-size: 1.4rem;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 500;
}

.page-blog-ku3936-latest-promotions-game-strategy__paragraph {
  font-size: 1.05rem;
  margin-bottom: 15px;
  line-height: 1.7;
}

.page-blog-ku3936-latest-promotions-game-strategy__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-ku3936-latest-promotions-game-strategy__content-image {
  width: 100%;
  max-width: 800px; /* Example content image size */
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-ku3936-latest-promotions-game-strategy__list {
  list-style: disc inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-ku3936-latest-promotions-game-strategy__ordered-list {
  list-style: decimal inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-ku3936-latest-promotions-game-strategy__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-text-link {
  color: #26A9E0;
  text-decoration: none;
  font-weight: 600;
  display: inline-block;
  margin-top: 10px;
  transition: color 0.3s ease;
}

.page-blog-ku3936-latest-promotions-game-strategy__btn-text-link:hover {
  color: #1e8dc2;
  text-decoration: underline;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-list {
  margin-top: 30px;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #eaf6fc; /* Light background for FAQ question */
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-question:hover {
  background-color: #dbeaf5;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-answer {
  padding: 20px 25px;
  font-size: 1rem;
  color: #555555;
  background-color: #ffffff;
}

.page-blog-ku3936-latest-promotions-game-strategy__faq-item[open] .page-blog-ku3936-latest-promotions-game-strategy__faq-question {
  border-bottom: 1px solid transparent;
}

.page-blog-ku3936-latest-promotions-game-strategy__cta-buttons--bottom {
  margin-top: 50px;
  margin-bottom: 20px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-ku3936-latest-promotions-game-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__main-title {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-ku3936-latest-promotions-game-strategy__hero-description {
    font-size: 1rem;
    padding: 0 15px;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding: 0 15px;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__btn-primary,
  .page-blog-ku3936-latest-promotions-game-strategy__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__content-section {
    padding: 40px 15px;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__section-title {
    font-size: 1.8rem;
    margin-bottom: 25px;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__sub-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__sub-sub-title {
    font-size: 1.2rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__paragraph,
  .page-blog-ku3936-latest-promotions-game-strategy__list-item {
    font-size: 0.95rem;
  }

  .page-blog-ku3936-latest-promotions-game-strategy img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__image-wrapper,
  .page-blog-ku3936-latest-promotions-game-strategy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-ku3936-latest-promotions-game-strategy__faq-answer {
    padding: 15px 20px;
  }
}