.page-blog-how-to-choose-88hi-game {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D;
  background-color: #F4F7FB; /* Custom Background */
  line-height: 1.6;
}

.page-blog-how-to-choose-88hi-game__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-88hi-game__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, shared.css handles body padding-top */
  padding-bottom: 60px;
  background-color: #F4F7FB; /* Fallback */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-how-to-choose-88hi-game__hero-image {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-88hi-game__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.page-blog-how-to-choose-88hi-game__hero-content {
  z-index: 1;
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-how-to-choose-88hi-game__main-title {
  font-size: 48px;
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-choose-88hi-game__intro-description {
  font-size: 18px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 40px;
}

.page-blog-how-to-choose-88hi-game__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-blog-how-to-choose-88hi-game__btn-primary,
.page-blog-how-to-choose-88hi-game__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-how-to-choose-88hi-game__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-how-to-choose-88hi-game__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-how-to-choose-88hi-game__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-how-to-choose-88hi-game__btn-secondary:hover {
  background: #F4F7FB;
  color: #1a4cd2;
  border-color: #1a4cd2;
  box-shadow: 0 6px 15px rgba(47, 107, 255, 0.2);
}

.page-blog-how-to-choose-88hi-game__section {
  padding: 60px 0;
}

.page-blog-how-to-choose-88hi-game__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #1F2D3D; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-88hi-game__section-title--light {
  color: #ffffff;
}

.page-blog-how-to-choose-88hi-game__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 17px;
  line-height: 1.7;
  color: #1F2D3D;
}

.page-blog-how-to-choose-88hi-game__article-body p {
  margin-bottom: 20px;
}

.page-blog-how-to-choose-88hi-game__article-body ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-how-to-choose-88hi-game__article-body li {
  margin-bottom: 10px;
}

.page-blog-how-to-choose-88hi-game__sub-title {
  font-size: 28px;
  font-weight: 600;
  color: #2F6BFF;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: left;
}

.page-blog-how-to-choose-88hi-game__article-figure {
  margin: 30px auto;
  text-align: center;
}

.page-blog-how-to-choose-88hi-game__article-figure img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-how-to-choose-88hi-game__cta-block {
  text-align: center;
  padding: 40px 20px;
  background-color: #FFFFFF; /* Card BG */
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.page-blog-how-to-choose-88hi-game__cta-block p {
  font-size: 20px;
  color: #1F2D3D; /* Text Main */
  margin-bottom: 30px;
}

.page-blog-how-to-choose-88hi-game__section--dark-bg {
  background: linear-gradient(135deg, #2F6BFF 0%, #6FA3FF 100%);
  color: #ffffff;
  padding: 80px 0;
}

.page-blog-how-to-choose-88hi-game__description--light {
  color: #ffffff;
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto 40px;
  text-align: center;
}

.page-blog-how-to-choose-88hi-game__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

details.page-blog-how-to-choose-88hi-game__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D6E2FF; /* Border */
  overflow: hidden;
  background: #FFFFFF; /* Card BG */
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
details.page-blog-how-to-choose-88hi-game__faq-item summary.page-blog-how-to-choose-88hi-game__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
}
details.page-blog-how-to-choose-88hi-game__faq-item summary.page-blog-how-to-choose-88hi-game__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-how-to-choose-88hi-game__faq-item summary.page-blog-how-to-choose-88hi-game__faq-question:hover {
  background: #F4F7FB; /* Lighter background */
}
.page-blog-how-to-choose-88hi-game__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D; /* Text Main */
}
.page-blog-how-to-choose-88hi-game__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-how-to-choose-88hi-game__faq-item .page-blog-how-to-choose-88hi-game__faq-answer {
  padding: 0 25px 25px;
  background: #F4F7FB; /* Lighter background */
  border-radius: 0 0 8px 8px;
  color: #1F2D3D;
}

.page-blog-how-to-choose-88hi-game__faq-answer p {
  margin-bottom: 0;
}

.page-blog-how-to-choose-88hi-game__faq-answer a {
  color: #2F6BFF;
  text-decoration: underline;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-88hi-game__main-title {
    font-size: 40px;
  }
  .page-blog-how-to-choose-88hi-game__section-title {
    font-size: 32px;
  }
  .page-blog-how-to-choose-88hi-game__sub-title {
    font-size: 24px;
  }
  .page-blog-how-to-choose-88hi-game__article-body {
    font-size: 16px;
  }
  .page-blog-how-to-choose-88hi-game__btn-primary,
  .page-blog-how-to-choose-88hi-game__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
  }
  details.page-blog-how-to-choose-88hi-game__faq-item summary.page-blog-how-to-choose-88hi-game__faq-question {
    padding: 15px 20px;
  }
  .page-blog-how-to-choose-88hi-game__faq-qtext {
    font-size: 16px;
  }
  .page-blog-how-to-choose-88hi-game__faq-toggle {
    font-size: 24px;
    width: 25px;
  }
  details.page-blog-how-to-choose-88hi-game__faq-item .page-blog-how-to-choose-88hi-game__faq-answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-88hi-game__hero-section {
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-88hi-game__hero-image img {
    object-fit: contain !important; /* HERO 主图区域 */
    aspect-ratio: unset !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-88hi-game__hero-content {
    padding: 0 10px;
  }
  .page-blog-how-to-choose-88hi-game__main-title {
    font-size: clamp(30px, 8vw, 40px); /* 页面标题区 H1 字号 */
    margin-bottom: 15px;
  }
  .page-blog-how-to-choose-88hi-game__intro-description {
    font-size: 16px;
    margin-bottom: 30px;
  }
  .page-blog-how-to-choose-88hi-game__cta-buttons {
    flex-direction: column; /* 按钮与按钮容器 */
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-88hi-game__btn-primary,
  .page-blog-how-to-choose-88hi-game__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    font-size: 16px !important;
    padding: 12px 15px !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-choose-88hi-game__section {
    padding: 40px 0;
  }
  .page-blog-how-to-choose-88hi-game__section-title {
    font-size: 28px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-88hi-game__sub-title {
    font-size: 22px;
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-88hi-game__article-body {
    font-size: 15px;
    padding: 0 15px; /* 装饰主标题 + 长文 SEO 区 */
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-blog-how-to-choose-88hi-game__article-body img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-88hi-game__article-figure {
    margin: 20px auto;
  }
  .page-blog-how-to-choose-88hi-game__cta-block {
    padding: 30px 15px;
    margin-top: 40px;
  }
  .page-blog-how-to-choose-88hi-game__cta-block p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-88hi-game__description--light {
    font-size: 16px;
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-88hi-game__faq-list {
    margin-top: 30px;
    padding: 0 15px;
  }
  details.page-blog-how-to-choose-88hi-game__faq-item summary.page-blog-how-to-choose-88hi-game__faq-question {
    padding: 15px;
  }
  .page-blog-how-to-choose-88hi-game__faq-qtext {
    font-size: 15px;
  }
  details.page-blog-how-to-choose-88hi-game__faq-item .page-blog-how-to-choose-88hi-game__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-how-to-choose-88hi-game__container {
    padding: 0;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-choose-88hi-game img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-how-to-choose-88hi-game__section,
  .page-blog-how-to-choose-88hi-game__card,
  .page-blog-how-to-choose-88hi-game__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-how-to-choose-88hi-game__products-grid { /* Placeholder for products grid, if any */
    overflow-x: hidden;
  }
}