.page-blog-kham-pha-no-hu-97win__hero-section {
  padding-top: 10px;
  padding-bottom: 40px;
  background-color: #f5f5f5; /* Light background for contrast */
}

.page-blog-kham-pha-no-hu-97win__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 40px 16px;
  gap: 24px;
}

.page-blog-kham-pha-no-hu-97win__hero-content {
  flex: 1 1 45%;
  color: #333333; /* Dark text for light background */
}

.page-blog-kham-pha-no-hu-97win__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 24px;
  color: #555555;
}

.page-blog-kham-pha-no-hu-97win__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-kham-pha-no-hu-97win__btn-primary,
.page-blog-kham-pha-no-hu-97win__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-kham-pha-no-hu-97win__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__btn-primary:hover {
  background-color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-kham-pha-no-hu-97win__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__btn-secondary:hover {
  background-color: #f0f8ff;
  color: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-kham-pha-no-hu-97win__hero-image {
  flex: 1 1 45%;
  text-align: center;
}

.page-blog-kham-pha-no-hu-97win__hero-side-image {
  max-width: 600px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-kham-pha-no-hu-97win__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
}

.page-blog-kham-pha-no-hu-97win__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__text-block {
  font-size: 1.05em;
  line-height: 1.7;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555555;
}

.page-blog-kham-pha-no-hu-97win__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-blog-kham-pha-no-hu-97win__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__dark-bg .page-blog-kham-pha-no-hu-97win__section-title,
.page-blog-kham-pha-no-hu-97win__dark-bg .page-blog-kham-pha-no-hu-97win__text-block {
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  text-align: center;
  margin-top: 40px;
}

.page-blog-kham-pha-no-hu-97win__feature-item {
  padding: 25px;
  border-radius: 12px;
  background-color: #f9f9f9;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.page-blog-kham-pha-no-hu-97win__icon-box-media {
  width: 240px;
  height: 240px;
  aspect-ratio: 1/1;
  margin: 0 auto 16px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-kham-pha-no-hu-97win__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-kham-pha-no-hu-97win__feature-title {
  font-size: 1.4em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__feature-description {
  font-size: 1em;
  line-height: 1.6;
  color: #666666;
}

.page-blog-kham-pha-no-hu-97win__game-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-no-hu-97win__game-card {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-kham-pha-no-hu-97win__game-thumbnail {
  width: 100%;
  height: 200px; /* Fixed height for thumbnails */
  object-fit: cover;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-kham-pha-no-hu-97win__game-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__game-description {
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-kham-pha-no-hu-97win__btn-play {
  display: inline-block;
  padding: 10px 20px;
  background-color: #EA7C07; /* Login color for play button */
  color: #ffffff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
}

.page-blog-kham-pha-no-hu-97win__btn-play:hover {
  background-color: #c06506;
}

.page-blog-kham-pha-no-hu-97win__cta-center {
  text-align: center;
  margin-top: 50px;
}

.page-blog-kham-pha-no-hu-97win__guide-content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
  margin-top: 40px;
}

.page-blog-kham-pha-no-hu-97win__guide-image {
  flex: 1 1 45%;
  max-width: 500px;
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-kham-pha-no-hu-97win__guide-steps {
  flex: 1 1 45%;
}

.page-blog-kham-pha-no-hu-97win__step-item {
  margin-bottom: 25px;
  padding-left: 15px;
  border-left: 4px solid #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__step-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 8px;
  color: #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__step-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #666666;
}

.page-blog-kham-pha-no-hu-97win__strategy-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-no-hu-97win__strategy-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__strategy-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__strategy-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-blog-kham-pha-no-hu-97win__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-no-hu-97win__promo-card {
  background-color: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  padding-bottom: 20px;
}

.page-blog-kham-pha-no-hu-97win__promo-thumbnail {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
  border-bottom: 1px solid #e0e0e0;
}

.page-blog-kham-pha-no-hu-97win__promo-title {
  font-size: 1.3em;
  font-weight: 600;
  margin: 15px 0 10px;
  color: #26A9E0;
}

.page-blog-kham-pha-no-hu-97win__promo-description {
  font-size: 0.95em;
  line-height: 1.5;
  padding: 0 15px;
  margin-bottom: 20px;
  color: #666666;
}

.page-blog-kham-pha-no-hu-97win__why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-kham-pha-no-hu-97win__reason-item {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__reason-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.page-blog-kham-pha-no-hu-97win__reason-description {
  font-size: 0.95em;
  line-height: 1.6;
  color: #e0e0e0;
}

.page-blog-kham-pha-no-hu-97win__faq-list {
  margin-top: 40px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-kham-pha-no-hu-97win__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-kham-pha-no-hu-97win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #ffffff;
  list-style: none;
}

.page-blog-kham-pha-no-hu-97win__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-kham-pha-no-hu-97win__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  color: #26A9E0;
  transition: transform 0.3s ease;
}

.page-blog-kham-pha-no-hu-97win__faq-item[open] .page-blog-kham-pha-no-hu-97win__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-kham-pha-no-hu-97win__faq-answer {
  padding: 15px 25px 20px;
  font-size: 0.95em;
  line-height: 1.6;
  color: #666666;
  border-top: 1px solid #e0e0e0;
}

.page-blog-kham-pha-no-hu-97win__cta-final-section {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.page-blog-kham-pha-no-hu-97win__cta-final-section .page-blog-kham-pha-no-hu-97win__main-title,
.page-blog-kham-pha-no-hu-97win__cta-final-section .page-blog-kham-pha-no-hu-97win__section-title {
  color: #ffffff;
  margin-bottom: 20px;
}

.page-blog-kham-pha-no-hu-97win__cta-final-section .page-blog-kham-pha-no-hu-97win__text-block {
  color: #f0f0f0;
  margin-bottom: 40px;
}

/* General image responsiveness */
.page-blog-kham-pha-no-hu-97win img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-kham-pha-no-hu-97win__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 30px !important;
  }

  .page-blog-kham-pha-no-hu-97win__hero-container {
    flex-direction: column-reverse; /* Image above content */
    padding: 20px 15px !important;
    gap: 30px !important;
  }

  .page-blog-kham-pha-no-hu-97win__hero-content {
    flex: 1 1 100% !important;
    text-align: center !important;
  }

  .page-blog-kham-pha-no-hu-97win__main-title {
    font-size: 2em !important;
    margin-bottom: 10px !important;
  }

  .page-blog-kham-pha-no-hu-97win__description {
    font-size: 1em !important;
    margin-bottom: 20px !important;
  }

  .page-blog-kham-pha-no-hu-97win__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  .page-blog-kham-pha-no-hu-97win__btn-primary,
  .page-blog-kham-pha-no-hu-97win__btn-secondary,
  .page-blog-kham-pha-no-hu-97win a[class*="button"],
  .page-blog-kham-pha-no-hu-97win a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    font-size: 0.95em !important;
  }

  .page-blog-kham-pha-no-hu-97win__hero-image {
    flex: 1 1 100% !important;
    order: -1; /* Image always on top */
  }

  .page-blog-kham-pha-no-hu-97win__hero-side-image {
    max-width: 100% !important;
    width: 100% !important;
  }

  .page-blog-kham-pha-no-hu-97win__container {
    padding: 30px 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }

  .page-blog-kham-pha-no-hu-97win__section-title {
    font-size: 1.8em !important;
    margin-bottom: 25px !important;
  }

  .page-blog-kham-pha-no-hu-97win__text-block {
    font-size: 0.95em !important;
    margin-bottom: 30px !important;
  }

  .page-blog-kham-pha-no-hu-97win__features-grid,
  .page-blog-kham-pha-no-hu-97win__game-list,
  .page-blog-kham-pha-no-hu-97win__strategy-grid,
  .page-blog-kham-pha-no-hu-97win__promo-grid,
  .page-blog-kham-pha-no-hu-97win__why-choose-grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  .page-blog-kham-pha-no-hu-97win__feature-item,
  .page-blog-kham-pha-no-hu-97win__game-card,
  .page-blog-kham-pha-no-hu-97win__strategy-item,
  .page-blog-kham-pha-no-hu-97win__promo-card,
  .page-blog-kham-pha-no-hu-97win__reason-item {
    padding: 20px !important;
  }

  .page-blog-kham-pha-no-hu-97win__icon-box-media {
    width: 180px !important;
    height: 180px !important;
    margin-bottom: 12px !important;
  }

  .page-blog-kham-pha-no-hu-97win__feature-title,
  .page-blog-kham-pha-no-hu-97win__game-title,
  .page-blog-kham-pha-no-hu-97win__strategy-title,
  .page-blog-kham-pha-no-hu-97win__promo-title,
  .page-blog-kham-pha-no-hu-97win__reason-title {
    font-size: 1.2em !important;
  }

  .page-blog-kham-pha-no-hu-97win__game-thumbnail,
  .page-blog-kham-pha-no-hu-97win__promo-thumbnail {
    height: 160px !important;
  }

  .page-blog-kham-pha-no-hu-97win__guide-content {
    flex-direction: column !important;
    gap: 30px !important;
  }

  .page-blog-kham-pha-no-hu-97win__guide-image {
    max-width: 100% !important;
    width: 100% !important;
    order: -1;
  }

  .page-blog-kham-pha-no-hu-97win__guide-steps {
    flex: 1 1 100% !important;
  }

  .page-blog-kham-pha-no-hu-97win__step-item {
    margin-bottom: 20px !important;
    padding-left: 12px !important;
  }

  .page-blog-kham-pha-no-hu-97win__step-title {
    font-size: 1.1em !important;
  }

  .page-blog-kham-pha-no-hu-97win__faq-question {
    padding: 15px 20px !important;
    font-size: 1em !important;
  }

  .page-blog-kham-pha-no-hu-97win__faq-answer {
    padding: 10px 20px 15px !important;
    font-size: 0.9em !important;
  }

  /* Ensure all images inside content sections are responsive */
  .page-blog-kham-pha-no-hu-97win img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* General content sections container for mobile */
  .page-blog-kham-pha-no-hu-97win__intro-section,
  .page-blog-kham-pha-no-hu-97win__popular-games-section,
  .page-blog-kham-pha-no-hu-97win__guide-section,
  .page-blog-kham-pha-no-hu-97win__strategy-section,
  .page-blog-kham-pha-no-hu-97win__promo-section,
  .page-blog-kham-pha-no-hu-97win__why-choose-section,
  .page-blog-kham-pha-no-hu-97win__faq-section,
  .page-blog-kham-pha-no-hu-97win__cta-final-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
}