:root {
  --primary-color: #017439;
  --secondary-color: #FFFFFF;
  --register-btn-bg: #C30808;
  --login-btn-bg: #C30808;
  --register-login-text: #FFFF00;
  --body-bg: #FFFFFF; /* Default to white as per shared.css */
  --text-color-dark: #333333;
  --text-color-light: #ffffff;
}

.page-blog-k8bet-no-hu-gameplay-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-color-dark); /* Default text color for light body background */
  background-color: var(--body-bg);
}

.page-blog-k8bet-no-hu-gameplay-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-k8bet-no-hu-gameplay-guide__section {
  padding: 60px 0;
}

.page-blog-k8bet-no-hu-gameplay-guide__section:nth-of-type(even) {
  background-color: #f9f9f9;
}

.page-blog-k8bet-no-hu-gameplay-guide__dark-section,
.page-blog-k8bet-no-hu-gameplay-guide__dark-bg {
  background-color: var(--primary-color);
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__dark-section .page-blog-k8bet-no-hu-gameplay-guide__section-title,
.page-blog-k8bet-no-hu-gameplay-guide__dark-bg .page-blog-k8bet-no-hu-gameplay-guide__section-title {
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__dark-section .page-blog-k8bet-no-hu-gameplay-guide__link,
.page-blog-k8bet-no-hu-gameplay-guide__dark-bg .page-blog-k8bet-no-hu-gameplay-guide__link {
  color: var(--register-login-text); /* Yellow for contrast */
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background-color: var(--primary-color);
  color: var(--text-color-light);
  position: relative;
  overflow: hidden;
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-image-wrapper {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: brightness(0.7); /* Slightly dim the image for text readability */
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  max-width: 900px;
  margin-top: -100px; /* Overlap slightly with the image for visual flow */
  background-color: rgba(1, 116, 57, 0.85); /* Semi-transparent primary color */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 1.2;
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__hero-buttons,
.page-blog-k8bet-no-hu-gameplay-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-k8bet-no-hu-gameplay-guide__btn-primary,
.page-blog-k8bet-no-hu-gameplay-guide__btn-secondary,
.page-blog-k8bet-no-hu-gameplay-guide a[class*="btn"] {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-k8bet-no-hu-gameplay-guide__btn-primary {
  background-color: var(--register-btn-bg); /* #C30808 */
  color: var(--register-login-text); /* #FFFF00 */
  border: 2px solid var(--register-btn-bg);
}

.page-blog-k8bet-no-hu-gameplay-guide__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-blog-k8bet-no-hu-gameplay-guide__btn-secondary {
  background-color: transparent;
  color: var(--register-login-text); /* #FFFF00 */
  border: 2px solid var(--register-login-text);
}

.page-blog-k8bet-no-hu-gameplay-guide__btn-secondary:hover {
  background-color: var(--register-login-text);
  color: var(--primary-color);
}

.page-blog-k8bet-no-hu-gameplay-guide__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-k8bet-no-hu-gameplay-guide__text-block {
  margin-bottom: 20px;
  font-size: 1.05rem;
  color: var(--text-color-dark);
}

.page-blog-k8bet-no-hu-gameplay-guide__dark-section .page-blog-k8bet-no-hu-gameplay-guide__text-block {
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.page-blog-k8bet-no-hu-gameplay-guide__ordered-list,
.page-blog-k8bet-no-hu-gameplay-guide__unordered-list {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-k8bet-no-hu-gameplay-guide__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: var(--text-color-dark);
}

.page-blog-k8bet-no-hu-gameplay-guide__dark-section .page-blog-k8bet-no-hu-gameplay-guide__list-item {
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__link {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}

.page-blog-k8bet-no-hu-gameplay-guide__link:hover {
  text-decoration: underline;
}

.page-blog-k8bet-no-hu-gameplay-guide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.page-blog-k8bet-no-hu-gameplay-guide__card {
  background-color: var(--secondary-color);
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  padding: 30px;
  text-align: left;
  color: var(--text-color-dark);
  transition: transform 0.3s ease;
}

.page-blog-k8bet-no-hu-gameplay-guide__card:hover {
  transform: translateY(-5px);
}

.page-blog-k8bet-no-hu-gameplay-guide__card-title {
  font-size: 1.5rem;
  color: var(--primary-color);
  margin-bottom: 15px;
}

.page-blog-k8bet-no-hu-gameplay-guide__card-description {
  font-size: 1rem;
  line-height: 1.5;
}

.page-blog-k8bet-no-hu-gameplay-guide__button-wrapper {
  text-align: center;
  margin-top: 40px;
}

/* FAQ Section */
.page-blog-k8bet-no-hu-gameplay-guide__faq-list {
  margin-top: 30px;
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-color-dark);
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--primary-color);
  cursor: pointer;
  list-style: none;
  position: relative;
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-qtext {
  flex-grow: 1;
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text-color-dark);
}

.page-blog-k8bet-no-hu-gameplay-guide__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-k8bet-no-hu-gameplay-guide__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-blog-k8bet-no-hu-gameplay-guide__cta-section .page-blog-k8bet-no-hu-gameplay-guide__section-title {
  color: var(--text-color-light);
}

.page-blog-k8bet-no-hu-gameplay-guide__cta-section .page-blog-k8bet-no-hu-gameplay-guide__text-block {
  color: var(--text-color-light);
  max-width: 800px;
  margin: 0 auto 40px auto;
}

/* Responsive Styles */

/* Tablet and Mobile */
@media (max-width: 1024px) {
  .page-blog-k8bet-no-hu-gameplay-guide__hero-title {
    font-size: clamp(2rem, 4vw, 3rem);
  }

  .page-blog-k8bet-no-hu-gameplay-guide__hero-description {
    font-size: 1rem;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__section-title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
  }

  .page-blog-k8bet-no-hu-gameplay-guide__container {
    padding: 15px;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__section {
    padding: 40px 0;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__hero-content {
    margin-top: -80px;
  }
}

/* Mobile Styles */
@media (max-width: 768px) {
  /* HERO Section - MUST BE INCLUDED */
  .page-blog-k8bet-no-hu-gameplay-guide__hero-section {
    padding-top: 10px !important; /* Small top padding for mobile */
    padding-bottom: 20px;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__hero-content {
    margin-top: -60px;
    padding: 15px;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__hero-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-k8bet-no-hu-gameplay-guide__hero-description {
    font-size: 0.95rem;
  }

  /* General Images and Containers - MUST BE INCLUDED */
  .page-blog-k8bet-no-hu-gameplay-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto !important;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__section,
  .page-blog-k8bet-no-hu-gameplay-guide__card,
  .page-blog-k8bet-no-hu-gameplay-guide__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    overflow-x: hidden;
  }

  /* Product Showcase (if any) - Not explicitly in this page but required for the list */
  /* Assuming a grid of cards for products/games */
  .page-blog-k8bet-no-hu-gameplay-guide__grid {
    grid-template-columns: 1fr; /* Single column for cards */
    gap: 20px;
  }

  /* Buttons and Button Containers - MUST BE INCLUDED */
  .page-blog-k8bet-no-hu-gameplay-guide__btn-primary,
  .page-blog-k8bet-no-hu-gameplay-guide__btn-secondary,
  .page-blog-k8bet-no-hu-gameplay-guide a[class*="button"],
  .page-blog-k8bet-no-hu-gameplay-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: 12px 15px !important;
    font-size: 1rem !important;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__hero-buttons,
  .page-blog-k8bet-no-hu-gameplay-guide__cta-buttons {
    flex-direction: column !important; /* Stack buttons vertically */
    gap: 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  /* Other Content Modules (e.g., FAQ, lists) - MUST BE INCLUDED */
  .page-blog-k8bet-no-hu-gameplay-guide__section-title {
    font-size: clamp(1.5rem, 5vw, 2rem);
    margin-bottom: 20px;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__text-block,
  .page-blog-k8bet-no-hu-gameplay-guide__list-item,
  .page-blog-k8bet-no-hu-gameplay-guide__card-description,
  .page-blog-k8bet-no-hu-gameplay-guide__faq-question,
  .page-blog-k8bet-no-hu-gameplay-guide__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__card {
    padding: 20px;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__faq-question {
    padding: 15px;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-blog-k8bet-no-hu-gameplay-guide__cta-section {
    padding: 40px 0;
  }
}