/* Base styles for the page-blog-kham-pha-game-hot-s66 */
.page-blog-kham-pha-game-hot-s66 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
}

.page-blog-kham-pha-game-hot-s66__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

/* Hero Title Section */
.page-blog-kham-pha-game-hot-s66__hero-title-section {
  padding-top: 10px; /* Small top padding, relying on body for header offset */
  padding-bottom: 40px;
  background-color: #F4F7FB; /* Consistent with page background */
  text-align: center;
}

.page-blog-kham-pha-game-hot-s66__main-title {
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #2F6BFF; /* Primary color for title */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-kham-pha-game-hot-s66__description-text {
  font-size: 1.1rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #1F2D3D;
}

/* CTA Buttons */
.page-blog-kham-pha-game-hot-s66__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-kham-pha-game-hot-s66__btn-primary,
.page-blog-kham-pha-game-hot-s66__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 300px; /* Limit button width */
  text-align: center;
}

.page-blog-kham-pha-game-hot-s66__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-blog-kham-pha-game-hot-s66__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-kham-pha-game-hot-s66__btn-secondary {
  background-color: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-kham-pha-game-hot-s66__btn-secondary:hover {
  background-color: #F4F7FB; /* Background */
  color: #255ad6;
  border-color: #255ad6;
}

.page-blog-kham-pha-game-hot-s66__cta-buttons--bottom {
  margin-top: 40px;
}

.page-blog-kham-pha-game-hot-s66__full-width-btn {
  max-width: 400px;
  width: 100%;
  margin-top: 20px;
}

/* Content Area */
.page-blog-kham-pha-game-hot-s66__content-area,
.page-blog-kham-pha-game-hot-s66__conclusion-section {
  padding: 40px 0;
  background-color: #ffffff; /* Card BG */
  margin-bottom: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-kham-pha-game-hot-s66__content-area .page-blog-kham-pha-game-hot-s66__container,
.page-blog-kham-pha-game-hot-s66__conclusion-section .page-blog-kham-pha-game-hot-s66__container {
  padding: 0 30px;
}

.page-blog-kham-pha-game-hot-s66__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2F6BFF; /* Primary color */
  margin-bottom: 30px;
  text-align: center;
  padding-top: 20px;
}

.page-blog-kham-pha-game-hot-s66__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #1F2D3D; /* Text Main */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-kham-pha-game-hot-s66 p {
  margin-bottom: 15px;
  color: #1F2D3D;
}

/* Images */
.page-blog-kham-pha-game-hot-s66__content-image {
  width: 100%;
  height: auto;
  max-width: 800px;
  display: block;
  margin: 25px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Lists */
.page-blog-kham-pha-game-hot-s66__list,
.page-blog-kham-pha-game-hot-s66__guide-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  counter-reset: step-counter;
}

.page-blog-kham-pha-game-hot-s66__list li,
.page-blog-kham-pha-game-hot-s66__guide-list li {
  background-color: #F4F7FB; /* Background */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 10px;
  font-size: 1.05rem;
  color: #1F2D3D;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-blog-kham-pha-game-hot-s66__list li strong,
.page-blog-kham-pha-game-hot-s66__guide-list li strong {
  color: #2F6BFF;
}

.page-blog-kham-pha-game-hot-s66__guide-list li::before {
  content: counter(step-counter);
  counter-increment: step-counter;
  background-color: #2F6BFF;
  color: #ffffff;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 0.9rem;
  flex-shrink: 0;
}

/* FAQ Section */
.page-blog-kham-pha-game-hot-s66__faq-list {
  margin-top: 30px;
}

.page-blog-kham-pha-game-hot-s66__faq-item {
  background-color: #ffffff; /* Card BG */
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.page-blog-kham-pha-game-hot-s66__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1F2D3D; /* Text Main */
  cursor: pointer;
  list-style: none; /* Hide default marker for details/summary */
}

.page-blog-kham-pha-game-hot-s66__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-kham-pha-game-hot-s66__faq-question::marker {
  display: none;
}

.page-blog-kham-pha-game-hot-s66__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  color: #2F6BFF;
  transition: transform 0.3s ease;
}