.page-blog-huong-dan-choi-rik {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #FFFFFF;
}

.page-blog-huong-dan-choi-rik__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-huong-dan-choi-rik__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-huong-dan-choi-rik__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  padding: 40px 0;
}

.page-blog-huong-dan-choi-rik__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-huong-dan-choi-rik__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem); /* H1 font size with clamp */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  color: #017439;
}

.page-blog-huong-dan-choi-rik__hero-description {
  font-size: 1.1rem;
  margin-bottom: 24px;
  color: #333333;
}

.page-blog-huong-dan-choi-rik__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-rik__btn-primary,
.page-blog-huong-dan-choi-rik__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  text-align: center;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-huong-dan-choi-rik__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-blog-huong-dan-choi-rik__btn-primary:hover {
  background-color: #a30606;
  border-color: #a30606;
}

.page-blog-huong-dan-choi-rik__btn-secondary {
  background-color: #017439;
  color: #FFFFFF;
  border: 2px solid #017439;
}

.page-blog-huong-dan-choi-rik__btn-secondary:hover {
  background-color: #005a2d;
  border-color: #005a2d;
}

.page-blog-huong-dan-choi-rik__btn-small {
  padding: 8px 15px;
  font-size: 0.9rem;
}

.page-blog-huong-dan-choi-rik__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-choi-rik__hero-side-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}

.page-blog-huong-dan-choi-rik__intro-section,
.page-blog-huong-dan-choi-rik__guide-section,
.page-blog-huong-dan-choi-rik__tips-section,
.page-blog-huong-dan-choi-rik__faq-section,
.page-blog-huong-dan-choi-rik__cta-section {
  padding: 60px 0;
}

.page-blog-huong-dan-choi-rik__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-huong-dan-choi-rik__dark-bg {
  background-color: #017439;
  color: #FFFFFF;
}

.page-blog-huong-dan-choi-rik__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: inherit; /* Inherit from section background */
}

.page-blog-huong-dan-choi-rik__section-description {
  font-size: 1.05rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: inherit;
}

.page-blog-huong-dan-choi-rik__guide-step {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  margin-bottom: 60px;
}

.page-blog-huong-dan-choi-rik__guide-step:nth-child(even) .page-blog-huong-dan-choi-rik__step-content {
  flex-direction: row-reverse; /* Image on left for even steps */
}

.page-blog-huong-dan-choi-rik__step-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  margin-bottom: 20px;
  color: #017439;
  width: 100%;
  text-align: center;
}

.page-blog-huong-dan-choi-rik__step-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.page-blog-huong-dan-choi-rik__step-text {
  flex: 1 1 55%;
  min-width: 280px;
}

.page-blog-huong-dan-choi-rik__step-text p {
  margin-bottom: 15px;
}

.page-blog-huong-dan-choi-rik__step-image {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.page-blog-huong-dan-choi-rik__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.page-blog-huong-dan-choi-rik__game-list,
.page-blog-huong-dan-choi-rik__strategy-list,
.page-blog-huong-dan-choi-rik__tips-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  text-align: left;
}

.page-blog-huong-dan-choi-rik__game-list li,
.page-blog-huong-dan-choi-rik__strategy-list li,
.page-blog-huong-dan-choi-rik__tips-list li {
  margin-bottom: 8px;
  color: inherit;
}

.page-blog-huong-dan-choi-rik__faq-list {
  margin-top: 40px;
}

.page-blog-huong-dan-choi-rik__faq-item {
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background-color: #ffffff;
  color: #333333;
}

.page-blog-huong-dan-choi-rik__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  color: #017439;
}

.page-blog-huong-dan-choi-rik__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-choi-rik__faq-qtext {
  flex-grow: 1;
}

.page-blog-huong-dan-choi-rik__faq-toggle {
  font-size: 1.5rem;
  font-weight: 300;
  margin-left: 15px;
}

.page-blog-huong-dan-choi-rik__faq-item[open] .page-blog-huong-dan-choi-rik__faq-toggle {
  content: '−';
}

.page-blog-huong-dan-choi-rik__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  line-height: 1.6;
  color: #555555;
}

.page-blog-huong-dan-choi-rik__faq-answer p {
  margin-bottom: 10px;
}

.page-blog-huong-dan-choi-rik__cta-container {
  text-align: center;
}

.page-blog-huong-dan-choi-rik__cta-buttons.page-blog-huong-dan-choi-rik__cta-container {
  justify-content: center;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-huong-dan-choi-rik__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-huong-dan-choi-rik__hero-content,
  .page-blog-huong-dan-choi-rik__hero-image {
    flex: 1 1 100%;
    max-width: 700px;
  }

  .page-blog-huong-dan-choi-rik__main-title,
  .page-blog-huong-dan-choi-rik__hero-description {
    text-align: center;
  }

  .page-blog-huong-dan-choi-rik__cta-buttons {
    justify-content: center;
  }

  .page-blog-huong-dan-choi-rik__guide-step {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-huong-dan-choi-rik__guide-step:nth-child(even) .page-blog-huong-dan-choi-rik__step-content {
    flex-direction: column; /* Reset for mobile */
  }

  .page-blog-huong-dan-choi-rik__step-text,
  .page-blog-huong-dan-choi-rik__step-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-blog-huong-dan-choi-rik__game-list,
  .page-blog-huong-dan-choi-rik__strategy-list,
  .page-blog-huong-dan-choi-rik__tips-list {
    text-align: left; /* Keep lists left-aligned even if section is centered */
    margin-left: 0;
    padding-left: 20px;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-huong-dan-choi-rik__hero-section {
    padding-top: 10px !important;
    padding-bottom: 30px !important;
  }
  .page-blog-huong-dan-choi-rik__hero-container {
    padding: 20px 15px !important;
  }
  .page-blog-huong-dan-choi-rik__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem) !important;
  }
  .page-blog-huong-dan-choi-rik__hero-description {
    font-size: 1rem !important;
  }
  .page-blog-huong-dan-choi-rik__cta-buttons {
    flex-direction: column !important;
    gap: 10px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box !important;
  }

  /* General Sections */
  .page-blog-huong-dan-choi-rik__intro-section,
  .page-blog-huong-dan-choi-rik__guide-section,
  .page-blog-huong-dan-choi-rik__tips-section,
  .page-blog-huong-dan-choi-rik__faq-section,
  .page-blog-huong-dan-choi-rik__cta-section {
    padding: 40px 0 !important;
  }
  .page-blog-huong-dan-choi-rik__container {
    padding: 0 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-huong-dan-choi-rik__section-title {
    font-size: clamp(1.5rem, 7vw, 2rem) !important;
    margin-bottom: 15px !important;
  }
  .page-blog-huong-dan-choi-rik__section-description {
    font-size: 0.95rem !important;
    margin-bottom: 30px !important;
  }

  /* Guide Steps Section */
  .page-blog-huong-dan-choi-rik__guide-step {
    gap: 20px !important;
    margin-bottom: 40px !important;
  }
  .page-blog-huong-dan-choi-rik__step-title {
    font-size: clamp(1.3rem, 6vw, 1.8rem) !important;
    margin-bottom: 15px !important;
  }
  .page-blog-huong-dan-choi-rik__step-content {
    flex-direction: column !important;
    gap: 15px !important;
  }
  .page-blog-huong-dan-choi-rik__step-text,
  .page-blog-huong-dan-choi-rik__step-image {
    min-width: unset !important;
    max-width: 100% !important;
    width: 100% !important;
  }
  .page-blog-huong-dan-choi-rik__step-text p {
    font-size: 0.95rem !important;
  }

  /* Images */
  .page-blog-huong-dan-choi-rik img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* Buttons */
  .page-blog-huong-dan-choi-rik__btn-primary,
  .page-blog-huong-dan-choi-rik__btn-secondary,
  .page-blog-huong-dan-choi-rik a[class*="button"],
  .page-blog-huong-dan-choi-rik 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;
  }

  /* FAQ Section */
  .page-blog-huong-dan-choi-rik__faq-item summary {
    padding: 15px 20px !important;
    font-size: 1rem !important;
  }
  .page-blog-huong-dan-choi-rik__faq-answer {
    padding: 0 20px 15px !important;
    font-size: 0.95rem !important;
  }

  /* CTA Section */
  .page-blog-huong-dan-choi-rik__cta-buttons.page-blog-huong-dan-choi-rik__cta-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}