.page-blog-top-game-nohu-88-hap-dan {
  font-family: 'Arial', sans-serif;
  color: #FFF5E1; /* Text Main */
  background-color: var(--background-color, #B71C1C); /* Fallback to Deep Red if var not set */
  line-height: 1.6;
}

.page-blog-top-game-nohu-88-hap-dan__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-top-game-nohu-88-hap-dan__section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-top-game-nohu-88-hap-dan__section:nth-of-type(even) {
  background-color: #7A0E0E; /* Deep Red */
}

.page-blog-top-game-nohu-88-hap-dan__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding, body handles header offset */
  color: #FFF5E1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 600px;
}

.page-blog-top-game-nohu-88-hap-dan__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.page-blog-top-game-nohu-88-hap-dan__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.7);
}

.page-blog-top-game-nohu-88-hap-dan__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text readability */
  border-radius: 10px;
}

.page-blog-top-game-nohu-88-hap-dan__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  color: #F4D34D; /* Gold */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.page-blog-top-game-nohu-88-hap-dan__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  line-height: 1.8;
  color: #FFF5E1;
}

.page-blog-top-game-nohu-88-hap-dan__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.page-blog-top-game-nohu-88-hap-dan__btn-primary,
.page-blog-top-game-nohu-88-hap-dan__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-game-nohu-88-hap-dan__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
  color: #7A0E0E; /* Deep Red for contrast */
  border: 2px solid #FFD86A;
}

.page-blog-top-game-nohu-88-hap-dan__btn-primary:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-top-game-nohu-88-hap-dan__btn-secondary {
  background: #C91F17; /* Main Color */
  color: #FFF5E1; /* Text Main */
  border: 2px solid #E53935; /* Auxiliary Color */
}

.page-blog-top-game-nohu-88-hap-dan__btn-secondary:hover {
  background: #E53935;
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-top-game-nohu-88-hap-dan__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  margin-bottom: 40px;
  color: #F4D34D; /* Gold */
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.page-blog-top-game-nohu-88-hap-dan__text-block {
  font-size: 1.05rem;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #FFF5E1;
  text-align: left;
}

.page-blog-top-game-nohu-88-hap-dan__top-games .page-blog-top-game-nohu-88-hap-dan__description {
  margin-bottom: 50px;
}

.page-blog-top-game-nohu-88-hap-dan__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-game-nohu-88-hap-dan__game-card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-align: left;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-top-game-nohu-88-hap-dan__game-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.page-blog-top-game-nohu-88-hap-dan__game-title {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 20px 20px 10px;
  color: #F4D34D; /* Gold */
}

.page-blog-top-game-nohu-88-hap-dan__game-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-blog-top-game-nohu-88-hap-dan__game-title a:hover {
  color: #FFD86A; /* Lighter Gold */
}

.page-blog-top-game-nohu-88-hap-dan__game-description {
  font-size: 0.95rem;
  color: #FFF5E1;
  padding: 0 20px 20px;
  flex-grow: 1;
}

.page-blog-top-game-nohu-88-hap-dan__btn-small {
  display: inline-block;
  padding: 10px 20px;
  margin: 0 20px 20px;
  border-radius: 30px;
  background: linear-gradient(180deg, #FFD86A 0%, #E6B800 100%); /* Button color */
  color: #7A0E0E;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  max-width: calc(100% - 40px); /* Account for padding */
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-game-nohu-88-hap-dan__btn-small:hover {
  background: linear-gradient(180deg, #E6B800 0%, #FFD86A 100%);
  transform: translateY(-2px);
}

.page-blog-top-game-nohu-88-hap-dan__why-choose .page-blog-top-game-nohu-88-hap-dan__description {
  margin-bottom: 50px;
}

.page-blog-top-game-nohu-88-hap-dan__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-game-nohu-88-hap-dan__feature-item {
  background-color: #D32F2F; /* Card BG */
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.page-blog-top-game-nohu-88-hap-dan__feature-title {
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  color: #FFD86A; /* Gold */
}

.page-blog-top-game-nohu-88-hap-dan__feature-description {
  font-size: 1rem;
  color: #FFF5E1;
  line-height: 1.7;
}

.page-blog-top-game-nohu-88-hap-dan__tip-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  text-align: left;
}

.page-blog-top-game-nohu-88-hap-dan__tip-item {
  background-color: #D32F2F; /* Card BG */
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  font-size: 1.05rem;
  color: #FFF5E1;
  line-height: 1.7;
}

.page-blog-top-game-nohu-88-hap-dan__tip-item strong {
  color: #FFD86A; /* Gold */
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}

.page-blog-top-game-nohu-88-hap-dan__promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-game-nohu-88-hap-dan__promo-card {
  background-color: #D32F2F; /* Card BG */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-blog-top-game-nohu-88-hap-dan__promo-image {
  width: 100%;
  height: 225px;
  object-fit: cover;
  display: block;
}

.page-blog-top-game-nohu-88-hap-dan__promo-title {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 20px 20px 10px;
  color: #F4D34D; /* Gold */
}

.page-blog-top-game-nohu-88-hap-dan__promo-description {
  font-size: 0.95rem;
  color: #FFF5E1;
  padding: 0 20px 20px;
  flex-grow: 1;
}

/* FAQ Styles */
details.page-blog-top-game-nohu-88-hap-dan__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #F2B544; /* Border color */
  overflow: hidden;
  background: #D32F2F; /* Card BG */
  color: #FFF5E1;
}
details.page-blog-top-game-nohu-88-hap-dan__faq-item summary.page-blog-top-game-nohu-88-hap-dan__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-top-game-nohu-88-hap-dan__faq-item summary.page-blog-top-game-nohu-88-hap-dan__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-top-game-nohu-88-hap-dan__faq-item summary.page-blog-top-game-nohu-88-hap-dan__faq-question:hover {
  background: #C91F17; /* Main Color */
}
.page-blog-top-game-nohu-88-hap-dan__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F4D34D; /* Gold */
}
.page-blog-top-game-nohu-88-hap-dan__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #FFD86A; /* Button color for toggle */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-top-game-nohu-88-hap-dan__faq-item .page-blog-top-game-nohu-88-hap-dan__faq-answer {
  padding: 0 20px 20px;
  background: #B71C1C; /* Background */
  border-radius: 0 0 5px 5px;
  color: #FFF5E1;
  font-size: 1rem;
  line-height: 1.7;
  text-align: left;
}

/* General image styling */
.page-blog-top-game-nohu-88-hap-dan img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-top-game-nohu-88-hap-dan__container {
    padding: 15px;
  }

  .page-blog-top-game-nohu-88-hap-dan__section {
    padding: 40px 0;
  }

  .page-blog-top-game-nohu-88-hap-dan__hero-content {
    padding: 30px 15px;
  }

  .page-blog-top-game-nohu-88-hap-dan__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-top-game-nohu-88-hap-dan__description {
    font-size: 1rem;
  }

  .page-blog-top-game-nohu-88-hap-dan__btn-primary,
  .page-blog-top-game-nohu-88-hap-dan__btn-secondary {
    padding: 12px 25px;
    font-size: 1rem;
  }

  .page-blog-top-game-nohu-88-hap-dan__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }

  .page-blog-top-game-nohu-88-hap-dan__game-grid,
  .page-blog-top-game-nohu-88-hap-dan__features-grid,
  .page-blog-top-game-nohu-88-hap-dan__promo-grid {
    gap: 20px;
  }

  .page-blog-top-game-nohu-88-hap-dan__game-title {
    font-size: 1.3rem;
  }

  .page-blog-top-game-nohu-88-hap-dan__feature-title {
    font-size: 1.4rem;
  }

  .page-blog-top-game-nohu-88-hap-dan__promo-title {
    font-size: 1.2rem;
  }

  .page-blog-top-game-nohu-88-hap-dan__faq-qtext {
    font-size: 1rem;
  }
}

@media (max-width: 849px) {
  .page-blog-top-game-nohu-88-hap-dan__hero-image {
    object-fit: contain !important; /* Ensure image is not cropped */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio if any */
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-blog-top-game-nohu-88-hap-dan {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-game-nohu-88-hap-dan__container,
  .page-blog-top-game-nohu-88-hap-dan__hero-content,
  .page-blog-top-game-nohu-88-hap-dan__game-card,
  .page-blog-top-game-nohu-88-hap-dan__feature-item,
  .page-blog-top-game-nohu-88-hap-dan__promo-card,
  .page-blog-top-game-nohu-88-hap-dan__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* HERO 主图区域 */
  .page-blog-top-game-nohu-88-hap-dan__hero-section {
    padding-top: 10px; /* Small top padding, body handles header offset */
    min-height: 450px;
  }
  .page-blog-top-game-nohu-88-hap-dan__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    height: auto !important;
  }

  .page-blog-top-game-nohu-88-hap-dan__main-title {
    font-size: clamp(2rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-top-game-nohu-88-hap-dan__description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-top-game-nohu-88-hap-dan__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-top-game-nohu-88-hap-dan__btn-primary,
  .page-blog-top-game-nohu-88-hap-dan__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 1rem;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-game-nohu-88-hap-dan__section-title {
    font-size: clamp(1.6rem, 6vw, 2.2rem);
    margin-bottom: 30px;
  }

  .page-blog-top-game-nohu-88-hap-dan__text-block {
    font-size: 0.95rem;
  }

  /* 产品展示图区域 - Game Grid */
  .page-blog-top-game-nohu-88-hap-dan__game-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-blog-top-game-nohu-88-hap-dan__game-image {
    height: 180px;
  }
  .page-blog-top-game-nohu-88-hap-dan__game-title {
    font-size: 1.2rem;
    padding: 15px 15px 8px;
  }
  .page-blog-top-game-nohu-88-hap-dan__game-description {
    font-size: 0.9rem;
    padding: 0 15px 15px;
  }
  .page-blog-top-game-nohu-88-hap-dan__btn-small {
    margin: 0 15px 15px;
    max-width: calc(100% - 30px);
  }

  /* 装饰主标题 + 长文 SEO 区 */
  .page-blog-top-game-nohu-88-hap-dan__about-nohu88 .page-blog-top-game-nohu-88-hap-dan__text-block,
  .page-blog-top-game-nohu-88-hap-dan__tips .page-blog-top-game-nohu-88-hap-dan__tip-item {
    text-align: left;
    font-size: 0.95rem;
  }
  .page-blog-top-game-nohu-88-hap-dan__tip-item {
    padding: 20px;
  }

  /* 通用图片与容器 */
  .page-blog-top-game-nohu-88-hap-dan img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-top-game-nohu-88-hap-dan__features-grid,
  .page-blog-top-game-nohu-88-hap-dan__promo-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-blog-top-game-nohu-88-hap-dan__feature-item {
    padding: 25px;
  }
  .page-blog-top-game-nohu-88-hap-dan__feature-title {
    font-size: 1.3rem;
  }
  .page-blog-top-game-nohu-88-hap-dan__promo-image {
    height: 180px;
  }
  .page-blog-top-game-nohu-88-hap-dan__promo-title {
    font-size: 1.2rem;
  }

  /* FAQ */
  details.page-blog-top-game-nohu-88-hap-dan__faq-item summary.page-blog-top-game-nohu-88-hap-dan__faq-question {
    padding: 15px;
  }
  .page-blog-top-game-nohu-88-hap-dan__faq-qtext {
    font-size: 0.95rem;
  }
  .page-blog-top-game-nohu-88-hap-dan__faq-toggle {
    font-size: 20px;
    width: 24px;
    height: 24px;
    margin-left: 10px;
  }
  details.page-blog-top-game-nohu-88-hap-dan__faq-item .page-blog-top-game-nohu-88-hap-dan__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }
}

/* Color contrast fixes if needed, though default colors are set for good contrast */
.page-blog-top-game-nohu-88-hap-dan__dark-bg {
  color: #ffffff; /* Deep Red and other dark backgrounds use light text */
}
.page-blog-top-game-nohu-88-hap-dan__light-bg {
  color: #333333; /* Not explicitly used, but for safety */
}
.page-blog-top-game-nohu-88-hap-dan__medium-bg {
  color: #000000; /* Not explicitly used, but for safety */
}