.page-blog-huong-dan-choi-hit-club-2026 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
}

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

.page-blog-huong-dan-choi-hit-club-2026__section-title {
  font-size: 36px;
  font-weight: bold;
  color: #FF8C1A;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 40px;
}

.page-blog-huong-dan-choi-hit-club-2026__section-description {
  font-size: 18px;
  color: #FFF3E6;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-section {
  padding-top: 10px; /* Specific requirement: small top padding */
  padding-bottom: 60px;
  background-color: #17191F; /* Card BG for hero section */
}

.page-blog-huong-dan-choi-hit-club-2026__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-title {
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 700;
  line-height: 1.2;
  color: #FF8C1A;
  margin-bottom: 20px;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-description {
  font-size: 18px;
  color: #FFF3E6;
  margin-bottom: 30px;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-cta-buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-huong-dan-choi-hit-club-2026__hero-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-huong-dan-choi-hit-club-2026__btn-primary,
.page-blog-huong-dan-choi-hit-club-2026__btn-secondary,
.page-blog-huong-dan-choi-hit-club-2026 a[class*="button"],
.page-blog-huong-dan-choi-hit-club-2026 a[class*="btn"] {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  max-width: 100%; /* For responsiveness */
  box-sizing: border-box; /* For responsiveness */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow word breaking */
}

.page-blog-huong-dan-choi-hit-club-2026__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
}

.page-blog-huong-dan-choi-hit-club-2026__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-huong-dan-choi-hit-club-2026__btn-secondary {
  background: #17191F;
  color: #FF8C1A;
  border: 2px solid #FF8C1A;
}

.page-blog-huong-dan-choi-hit-club-2026__btn-secondary:hover {
  background: #FF8C1A;
  color: #ffffff;
  transform: translateY(-2px);
}

/* Intro Section (features) */
.page-blog-huong-dan-choi-hit-club-2026__intro-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-blog-huong-dan-choi-hit-club-2026__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  justify-content: center;
}

.page-blog-huong-dan-choi-hit-club-2026__feature-item {
  background-color: #17191F;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #A84F0C;
}

.page-blog-huong-dan-choi-hit-club-2026__icon-box-media {
  width: 200px;
  height: 200px;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #FFB04D; /* Glow */
  box-shadow: 0 0 15px #FFB04D;
}

.page-blog-huong-dan-choi-hit-club-2026__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}

.page-blog-huong-dan-choi-hit-club-2026__feature-title {
  font-size: 24px;
  font-weight: bold;
  color: #FF8C1A;
  margin-bottom: 10px;
}

.page-blog-huong-dan-choi-hit-club-2026__feature-text {
  font-size: 16px;
  color: #FFF3E6;
}

/* Guide Section */
.page-blog-huong-dan-choi-hit-club-2026__guide-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-blog-huong-dan-choi-hit-club-2026__guide-step {
  margin-bottom: 60px;
  background-color: #17191F;
  padding: 30px;
  border-radius: 12px;
  border: 1px solid #A84F0C;
}

.page-blog-huong-dan-choi-hit-club-2026__guide-step:last-child {
  margin-bottom: 0;
}

.page-blog-huong-dan-choi-hit-club-2026__step-title {
  font-size: 28px;
  font-weight: bold;
  color: #FFA53A;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-huong-dan-choi-hit-club-2026__step-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
}

.page-blog-huong-dan-choi-hit-club-2026__step-text {
  flex: 1 1 55%;
  min-width: 300px;
}

.page-blog-huong-dan-choi-hit-club-2026__step-text p,
.page-blog-huong-dan-choi-hit-club-2026__step-text ul,
.page-blog-huong-dan-choi-hit-club-2026__step-text ol {
  font-size: 16px;
  color: #FFF3E6;
  margin-bottom: 20px;
}

.page-blog-huong-dan-choi-hit-club-2026__step-text ul li,
.page-blog-huong-dan-choi-hit-club-2026__step-text ol li {
  margin-bottom: 10px;
  padding-left: 10px;
}

.page-blog-huong-dan-choi-hit-club-2026__step-text ul {
  list-style: disc;
  padding-left: 20px;
}

.page-blog-huong-dan-choi-hit-club-2026__step-text ol {
  list-style: decimal;
  padding-left: 20px;
}

.page-blog-huong-dan-choi-hit-club-2026__step-image {
  flex: 1 1 35%;
  min-width: 250px;
  text-align: center;
}

.page-blog-huong-dan-choi-hit-club-2026__step-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-huong-dan-choi-hit-club-2026__guide-step--reverse .page-blog-huong-dan-choi-hit-club-2026__step-content {
  flex-direction: row-reverse;
}

/* FAQ Section */
.page-blog-huong-dan-choi-hit-club-2026__faq-section {
  padding: 60px 0;
  background-color: #0D0E12;
}

.page-blog-huong-dan-choi-hit-club-2026__faq-list {
  margin-top: 30px;
}

.page-blog-huong-dan-choi-hit-club-2026__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-huong-dan-choi-hit-club-2026__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 20px;
  font-weight: bold;
  color: #FFA53A;
  cursor: pointer;
  list-style: none;
}

.page-blog-huong-dan-choi-hit-club-2026__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-huong-dan-choi-hit-club-2026__faq-toggle {
  font-size: 24px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-huong-dan-choi-hit-club-2026__faq-item[open] .page-blog-huong-dan-choi-hit-club-2026__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-huong-dan-choi-hit-club-2026__faq-answer {
  padding: 0 25px 20px;
  font-size: 16px;
  color: #FFF3E6;
}

/* CTA Bottom Section */
.page-blog-huong-dan-choi-hit-club-2026__cta-bottom-section {
  padding: 60px 0;
  text-align: center;
  background-color: #17191F;
}

.page-blog-huong-dan-choi-hit-club-2026__cta-bottom-section .page-blog-huong-dan-choi-hit-club-2026__section-title,
.page-blog-huong-dan-choi-hit-club-2026__cta-bottom-section .page-blog-huong-dan-choi-hit-club-2026__section-description {
  padding-top: 0;
}

.page-blog-huong-dan-choi-hit-club-2026__cta-bottom-section .page-blog-huong-dan-choi-hit-club-2026__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General image responsiveness */
.page-blog-huong-dan-choi-hit-club-2026 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-huong-dan-choi-hit-club-2026 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-huong-dan-choi-hit-club-2026__container,
  .page-blog-huong-dan-choi-hit-club-2026__hero-container,
  .page-blog-huong-dan-choi-hit-club-2026__hero-cta-buttons,
  .page-blog-huong-dan-choi-hit-club-2026__features-grid,
  .page-blog-huong-dan-choi-hit-club-2026__guide-step,
  .page-blog-huong-dan-choi-hit-club-2026__step-content,
  .page-blog-huong-dan-choi-hit-club-2026__faq-list,
  .page-blog-huong-dan-choi-hit-club-2026__cta-bottom-section .page-blog-huong-dan-choi-hit-club-2026__cta-buttons {
    padding-left: 15px !important;
    padding-right: 15px !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-huong-dan-choi-hit-club-2026__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__hero-container {
    flex-direction: column;
    gap: 30px;
    padding: 30px 15px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__hero-content,
  .page-blog-huong-dan-choi-hit-club-2026__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-huong-dan-choi-hit-club-2026__hero-title {
    font-size: 32px;
    text-align: center;
  }

  .page-blog-huong-dan-choi-hit-club-2026__hero-description {
    font-size: 16px;
    text-align: center;
  }

  .page-blog-huong-dan-choi-hit-club-2026__hero-cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__btn-primary,
  .page-blog-huong-dan-choi-hit-club-2026__btn-secondary,
  .page-blog-huong-dan-choi-hit-club-2026 a[class*="button"],
  .page-blog-huong-dan-choi-hit-club-2026 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;
  }

  .page-blog-huong-dan-choi-hit-club-2026__section-title {
    font-size: 28px;
    padding-top: 30px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__section-description {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__intro-section,
  .page-blog-huong-dan-choi-hit-club-2026__guide-section,
  .page-blog-huong-dan-choi-hit-club-2026__faq-section,
  .page-blog-huong-dan-choi-hit-club-2026__cta-bottom-section {
    padding: 40px 0;
  }

  .page-blog-huong-dan-choi-hit-club-2026__features-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-huong-dan-choi-hit-club-2026__feature-item {
    padding: 25px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__icon-box-media {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__feature-title {
    font-size: 20px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__guide-step {
    padding: 25px;
    margin-bottom: 40px;
  }

  .page-blog-huong-dan-choi-hit-club-2026__step-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}