.page-blog-huong-dan-choi-g28 {
  font-family: 'Arial', sans-serif;
  color: #333333;
  background-color: #F5F7FA;
  line-height: 1.6;
}

.page-blog-huong-dan-choi-g28__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-huong-dan-choi-g28__hero-section {
  padding-top: 10px; /* Small top padding as per instruction */
  position: relative;
  text-align: center;
  background-color: #f5f7fa;
}

.page-blog-huong-dan-choi-g28__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
}

.page-blog-huong-dan-choi-g28__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-huong-dan-choi-g28__hero-content {
  padding: 40px 20px;
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-huong-dan-choi-g28__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #E53935;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-huong-dan-choi-g28__description {
  font-size: clamp(1rem, 1.5vw, 1.25rem);
  color: #333333;
  margin-bottom: 30px;
}

.page-blog-huong-dan-choi-g28__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-huong-dan-choi-g28__btn-primary,
.page-blog-huong-dan-choi-g28__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-huong-dan-choi-g28__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

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

.page-blog-huong-dan-choi-g28__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-huong-dan-choi-g28__btn-secondary:hover {
  background: #f0f0f0;
  color: #CC2C2C;
  transform: translateY(-2px);
}

.page-blog-huong-dan-choi-g28__content-section {
  padding: 50px 0;
}

.page-blog-huong-dan-choi-g28__section-title {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-huong-dan-choi-g28__section-title--white {
  color: #ffffff;
}

.page-blog-huong-dan-choi-g28__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-huong-dan-choi-g28__article-body p {
  margin-bottom: 15px;
  font-size: 1rem;
  color: #333333;
}

.page-blog-huong-dan-choi-g28__article-body p strong {
  color: #E53935;
}

.page-blog-huong-dan-choi-g28__article-body--white p,
.page-blog-huong-dan-choi-g28__article-body--white li {
  color: #ffffff;
}

.page-blog-huong-dan-choi-g28__article-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-huong-dan-choi-g28__sub-title {
  font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  font-weight: 600;
  color: #E53935;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-huong-dan-choi-g28__article-body ul,
.page-blog-huong-dan-choi-g28__article-body ol {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-blog-huong-dan-choi-g28__article-body li {
  margin-bottom: 10px;
  font-size: 1rem;
  color: #333333;
}

.page-blog-huong-dan-choi-g28__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 40px;
}

.page-blog-huong-dan-choi-g28__game-card {
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-huong-dan-choi-g28__game-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.page-blog-huong-dan-choi-g28__game-card img {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  margin: 0 0 15px 0;
  border-radius: 0;
  box-shadow: none;
}

.page-blog-huong-dan-choi-g28__game-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 15px;
  padding: 0 15px;
  flex-grow: 1;
}

.page-blog-huong-dan-choi-g28__btn-small {
  display: inline-block;
  padding: 10px 20px;
  background: #E53935;
  color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0 15px 15px 15px; /* Margin for button inside card */
  transition: background-color 0.3s ease;
  box-sizing: border-box;
  max-width: calc(100% - 30px);
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-huong-dan-choi-g28__btn-small:hover {
  background: #FF5A4F;
}

.page-blog-huong-dan-choi-g28__dark-bg {
  background-color: #E53935;
  color: #ffffff;
}

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

.page-blog-huong-dan-choi-g28__faq-list {
  max-width: 900px;
  margin: 40px auto;
  padding: 0 20px;
}

details.page-blog-huong-dan-choi-g28__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #E0E0E0;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
details.page-blog-huong-dan-choi-g28__faq-item summary.page-blog-huong-dan-choi-g28__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-huong-dan-choi-g28__faq-item summary.page-blog-huong-dan-choi-g28__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-huong-dan-choi-g28__faq-item summary.page-blog-huong-dan-choi-g28__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-huong-dan-choi-g28__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}
.page-blog-huong-dan-choi-g28__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #E53935;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-huong-dan-choi-g28__faq-item .page-blog-huong-dan-choi-g28__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  color: #333333;
}

.page-blog-huong-dan-choi-g28__cta-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-huong-dan-choi-g28__cta-section .page-blog-huong-dan-choi-g28__description {
  margin-bottom: 40px;
  font-size: 1.15rem;
}

/* Desktop specific styles for game grid */
@media (min-width: 769px) {
  .page-blog-huong-dan-choi-g28__game-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Media Queries for Responsiveness */
@media (max-width: 1024px) {
  .page-blog-huong-dan-choi-g28__hero-image img {
    max-height: 500px;
  }
  .page-blog-huong-dan-choi-g28__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-huong-dan-choi-g28__description {
    font-size: clamp(0.95rem, 1.75vw, 1.15rem);
  }
  .page-blog-huong-dan-choi-g28__section-title {
    font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  }
  .page-blog-huong-dan-choi-g28__sub-title {
    font-size: clamp(1.3rem, 2.2vw, 1.6rem);
  }
  .page-blog-huong-dan-choi-g28__article-body {
    padding: 0 15px;
  }
  .page-blog-huong-dan-choi-g28__btn-primary,
  .page-blog-huong-dan-choi-g28__btn-secondary {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
  .page-blog-huong-dan-choi-g28__game-card img {
    
  }
  .page-blog-huong-dan-choi-g28__faq-qtext {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .page-blog-huong-dan-choi-g28__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO 主图区域 */
  .page-blog-huong-dan-choi-g28__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
  }
  .page-blog-huong-dan-choi-g28__hero-image img {
    object-fit: contain !important; /* 禁止 cover 裁切两侧 */
    aspect-ratio: unset !important;
    max-height: 300px; /* Adjust as needed for mobile */
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-huong-dan-choi-g28__hero-content {
    padding: 20px 15px;
  }
  .page-blog-huong-dan-choi-g28__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-huong-dan-choi-g28__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  /* 按钮与按钮容器 */
  .page-blog-huong-dan-choi-g28__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-huong-dan-choi-g28__btn-primary,
  .page-blog-huong-dan-choi-g28__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    font-size: 1rem;
    padding: 12px 15px;
    white-space: normal !important;
    word-wrap: break-word !important;
  }
  .page-blog-huong-dan-choi-g28__btn-small {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 10px 15px;
  }

  /* 通用图片与容器 */
  .page-blog-huong-dan-choi-g28 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-huong-dan-choi-g28__content-section,
  .page-blog-huong-dan-choi-g28__cta-section {
    padding: 30px 0;
  }
  .page-blog-huong-dan-choi-g28__section-title {
    font-size: clamp(1.5rem, 6vw, 2rem);
    margin-bottom: 30px;
  }
  .page-blog-huong-dan-choi-g28__sub-title {
    font-size: clamp(1.2rem, 5vw, 1.5rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-huong-dan-choi-g28__article-body {
    padding: 0 15px;
  }
  .page-blog-huong-dan-choi-g28__article-body p,
  .page-blog-huong-dan-choi-g28__article-body li {
    font-size: 0.95rem;
  }

  /* 产品展示图区域 */
  .page-blog-huong-dan-choi-g28__game-grid {
    grid-template-columns: repeat(2, 1fr); /* 2 列 × 3 行 */
    gap: 15px;
    margin-top: 25px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-blog-huong-dan-choi-g28__game-card img {
     /* Adjust height for mobile cards */
  }
  .page-blog-huong-dan-choi-g28__game-title {
    font-size: 1.1rem;
    margin-bottom: 10px;
  }

  /* FAQ */
  details.page-blog-huong-dan-choi-g28__faq-item summary.page-blog-huong-dan-choi-g28__faq-question {
    padding: 15px;
  }
  .page-blog-huong-dan-choi-g28__faq-qtext {
    font-size: 0.95rem;
  }
  .page-blog-huong-dan-choi-g28__faq-toggle {
    font-size: 20px;
    width: 24px;
  }
  details.page-blog-huong-dan-choi-g28__faq-item .page-blog-huong-dan-choi-g28__faq-answer {
    padding: 0 15px 15px;
  }
}