/* -------------------------------------------------------------------------- */
/*                            Base & Layout Styles                            */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  line-height: 1.6;
  background-color: var(--background-color, #F4F7FB); /* Background */
}

.page-blog-how-to-choose-nohu90-best-games__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 15px;
}

.page-blog-how-to-choose-nohu90-best-games__section-title {
  font-size: clamp(28px, 4vw, 38px);
  color: #000000; /* Custom Color_1776249996415 */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-how-to-choose-nohu90-best-games__text-block {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-how-to-choose-nohu90-best-games__btn-primary,
.page-blog-how-to-choose-nohu90-best-games__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 28px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-how-to-choose-nohu90-best-games__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  border: none;
}

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

.page-blog-how-to-choose-nohu90-best-games__btn-secondary {
  background: #FFFFFF;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-how-to-choose-nohu90-best-games__btn-secondary:hover {
  background: #E0EFFF;
  color: #1F52CC;
  border-color: #1F52CC;
}

.page-blog-how-to-choose-nohu90-best-games__btn-link {
  display: inline-block;
  margin-top: 15px;
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.page-blog-how-to-choose-nohu90-best-games__btn-link:hover {
  color: #1F52CC;
  text-decoration: underline;
}

/* Image base styles */
.page-blog-how-to-choose-nohu90-best-games img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

/* Color Contrast Helpers */
.page-blog-how-to-choose-nohu90-best-games__dark-bg {
  background: #2F6BFF;
  color: #ffffff;
}

.page-blog-how-to-choose-nohu90-best-games__light-bg {
  background: #F4F7FB;
  color: #1F2D3D;
}

.page-blog-how-to-choose-nohu90-best-games__medium-bg {
  background: #6FA3FF;
  color: #1F2D3D; /* Adjusted for better contrast on medium blue */
}

/* -------------------------------------------------------------------------- */
/*                                Hero Section                                */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 50px;
  background-color: #F4F7FB;
  overflow: hidden;
}

.page-blog-how-to-choose-nohu90-best-games__hero-image-wrapper {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-nohu90-best-games__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.page-blog-how-to-choose-nohu90-best-games__hero-content {
  max-width: 900px;
  text-align: center;
  padding: 0 15px;
}

.page-blog-how-to-choose-nohu90-best-games__main-title {
  font-size: clamp(32px, 5vw, 48px);
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 20px;
  font-weight: 800;
  line-height: 1.1;
}

.page-blog-how-to-choose-nohu90-best-games__hero-description {
  font-size: 19px;
  color: #1F2D3D;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-nohu90-best-games__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

/* -------------------------------------------------------------------------- */
/*                             Why Nohu90 Section                             */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__why-nohu90 {
  padding: 60px 0;
}

.page-blog-how-to-choose-nohu90-best-games__why-nohu90 .page-blog-how-to-choose-nohu90-best-games__section-title {
  color: #ffffff;
}

.page-blog-how-to-choose-nohu90-best-games__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-nohu90-best-games__feature-card {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  color: #ffffff;
}

.page-blog-how-to-choose-nohu90-best-games__feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-how-to-choose-nohu90-best-games__feature-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-how-to-choose-nohu90-best-games__feature-description {
  font-size: 16px;
  line-height: 1.7;
  color: #f0f0f0;
}

/* -------------------------------------------------------------------------- */
/*                              Factors Section                               */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__factors {
  padding: 60px 0;
}

.page-blog-how-to-choose-nohu90-best-games__factor-item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-how-to-choose-nohu90-best-games__factor-item .page-blog-how-to-choose-nohu90-best-games__article-image {
  margin-bottom: 25px;
  max-width: 800px;
  border-radius: 10px;
}

.page-blog-how-to-choose-nohu90-best-games__factor-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

/* -------------------------------------------------------------------------- */
/*                             Game Types Section                             */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__game-types {
  padding: 60px 0;
}

.page-blog-how-to-choose-nohu90-best-games__game-types .page-blog-how-to-choose-nohu90-best-games__section-title {
  color: #1F2D3D;
}

.page-blog-how-to-choose-nohu90-best-games__game-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-choose-nohu90-best-games__game-card {
  background: #FFFFFF;
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-choose-nohu90-best-games__game-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-choose-nohu90-best-games__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
}

.page-blog-how-to-choose-nohu90-best-games__game-card > div {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-choose-nohu90-best-games__card-title {
  font-size: 22px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-nohu90-best-games__card-description {
  font-size: 16px;
  color: #1F2D3D;
  line-height: 1.6;
  flex-grow: 1;
}

/* -------------------------------------------------------------------------- */
/*                          Tips & Strategies Section                         */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__tips-strategies {
  padding: 60px 0;
}

.page-blog-how-to-choose-nohu90-best-games__strategy-item {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-how-to-choose-nohu90-best-games__strategy-item .page-blog-how-to-choose-nohu90-best-games__article-image {
  margin-bottom: 25px;
  max-width: 800px;
  border-radius: 10px;
}

.page-blog-how-to-choose-nohu90-best-games__strategy-title {
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}

/* -------------------------------------------------------------------------- */
/*                           Promotions Section                               */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__promotions {
  padding: 60px 0;
  text-align: center;
}

.page-blog-how-to-choose-nohu90-best-games__promotions .page-blog-how-to-choose-nohu90-best-games__section-title,
.page-blog-how-to-choose-nohu90-best-games__promotions .page-blog-how-to-choose-nohu90-best-games__text-block {
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */
/*                                FAQ Section                                 */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__faq-section {
  padding: 60px 0;
}

details.page-blog-how-to-choose-nohu90-best-games__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #FFFFFF;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
details.page-blog-how-to-choose-nohu90-best-games__faq-item summary.page-blog-how-to-choose-nohu90-best-games__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-nohu90-best-games__faq-item summary.page-blog-how-to-choose-nohu90-best-games__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-how-to-choose-nohu90-best-games__faq-item summary.page-blog-how-to-choose-nohu90-best-games__faq-question:hover {
  background: #F4F7FB;
}
.page-blog-how-to-choose-nohu90-best-games__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D;
}
.page-blog-how-to-choose-nohu90-best-games__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #2F6BFF;
  flex-shrink: 0;
  margin-left: 20px;
  width: 32px;
  text-align: center;
}
details.page-blog-how-to-choose-nohu90-best-games__faq-item[open] .page-blog-how-to-choose-nohu90-best-games__faq-toggle {
  color: #1F52CC;
}
details.page-blog-how-to-choose-nohu90-best-games__faq-item .page-blog-how-to-choose-nohu90-best-games__faq-answer {
  padding: 0 25px 20px;
  background: #f9f9f9;
  border-radius: 0 0 8px 8px;
  color: #1F2D3D;
}

/* -------------------------------------------------------------------------- */
/*                            Conclusion Section                              */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__conclusion-section {
  padding: 60px 0;
  text-align: center;
}

.page-blog-how-to-choose-nohu90-best-games__conclusion-section .page-blog-how-to-choose-nohu90-best-games__section-title,
.page-blog-how-to-choose-nohu90-best-games__conclusion-section .page-blog-how-to-choose-nohu90-best-games__text-block {
  color: #ffffff;
}

/* -------------------------------------------------------------------------- */
/*                               CTA Buttons                                  */
/* -------------------------------------------------------------------------- */
.page-blog-how-to-choose-nohu90-best-games__cta-buttons {
  margin-top: 30px;
}

/* -------------------------------------------------------------------------- */
/*                              Responsive Design                             */
/* -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-nohu90-best-games__main-title {
    font-size: clamp(30px, 4.5vw, 40px);
  }
  .page-blog-how-to-choose-nohu90-best-games__hero-description {
    font-size: 18px;
  }
  .page-blog-how-to-choose-nohu90-best-games__section-title {
    font-size: clamp(26px, 3.5vw, 34px);
  }
  .page-blog-how-to-choose-nohu90-best-games__game-cards-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .page-blog-how-to-choose-nohu90-best-games__game-card .page-blog-how-to-choose-nohu90-best-games__card-title {
    font-size: 20px;
  }
  .page-blog-how-to-choose-nohu90-best-games__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 849px) {
  /* HERO主图区域 - 强制object-fit:contain，两侧不裁切 */
  .page-blog-how-to-choose-nohu90-best-games__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
    padding: 0 15px; /* Add some padding to prevent image touching edges */
  }
}

@media (max-width: 768px) {
  /* 1. HERO 主图区域 */
  .page-blog-how-to-choose-nohu90-best-games__hero-section {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .page-blog-how-to-choose-nohu90-best-games__hero-image-wrapper {
    margin-bottom: 20px;
  }
  .page-blog-how-to-choose-nohu90-best-games__main-title {
    font-size: clamp(28px, 8vw, 36px);
    padding: 0 10px;
  }
  .page-blog-how-to-choose-nohu90-best-games__hero-description {
    font-size: 16px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-nohu90-best-games__cta-buttons {
    flex-direction: column;
    gap: 15px;
    max-width: 300px; /* Constrain width for mobile buttons */
    padding: 0 15px;
  }

  /* 2. Sản phẩm hiển thị / Game Cards Grid */
  .page-blog-how-to-choose-nohu90-best-games__game-cards-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .page-blog-how-to-choose-nohu90-best-games__game-types .page-blog-how-to-choose-nohu90-best-games__container {
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-blog-how-to-choose-nohu90-best-games__game-card .page-blog-how-to-choose-nohu90-best-games__card-image {
    height: 180px;
  }
  .page-blog-how-to-choose-nohu90-best-games__game-card > div {
    padding: 20px;
  }
  .page-blog-how-to-choose-nohu90-best-games__card-title {
    font-size: 18px;
  }
  .page-blog-how-to-choose-nohu90-best-games__card-description {
    font-size: 15px;
  }

  /* 3. Tiêu đề trang trí + Khu vực SEO văn bản dài */
  .page-blog-how-to-choose-nohu90-best-games__section-title {
    font-size: clamp(24px, 7vw, 30px);
    margin-bottom: 25px;
    padding: 0 10px;
  }
  .page-blog-how-to-choose-nohu90-best-games__text-block {
    font-size: 15px;
    padding: 0 15px;
  }
  .page-blog-how-to-choose-nohu90-best-games__article-image,
  .page-blog-how-to-choose-nohu90-best-games__factor-item .page-blog-how-to-choose-nohu90-best-games__article-image,
  .page-blog-how-to-choose-nohu90-best-games__strategy-item .page-blog-how-to-choose-nohu90-best-games__article-image {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .page-blog-how-to-choose-nohu90-best-games__factor-item, .page-blog-how-to-choose-nohu90-best-games__strategy-item {
    padding: 0 15px;
  }

  /* 4. Hình ảnh và vùng chứa chung */
  .page-blog-how-to-choose-nohu90-best-games img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }
  .page-blog-how-to-choose-nohu90-best-games__container,
  .page-blog-how-to-choose-nohu90-best-games__intro-section,
  .page-blog-how-to-choose-nohu90-best-games__why-nohu90,
  .page-blog-how-to-choose-nohu90-best-games__factors,
  .page-blog-how-to-choose-nohu90-best-games__game-types,
  .page-blog-how-to-choose-nohu90-best-games__tips-strategies,
  .page-blog-how-to-choose-nohu90-best-games__promotions,
  .page-blog-how-to-choose-nohu90-best-games__faq-section,
  .page-blog-how-to-choose-nohu90-best-games__conclusion-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 5. Nút và vùng chứa nút */
  .page-blog-how-to-choose-nohu90-best-games__btn-primary,
  .page-blog-how-to-choose-nohu90-best-games__btn-secondary,
  .page-blog-how-to-choose-nohu90-best-games a[class*="button"],
  .page-blog-how-to-choose-nohu90-best-games 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-how-to-choose-nohu90-best-games__cta-buttons,
  .page-blog-how-to-choose-nohu90-best-games__button-group,
  .page-blog-how-to-choose-nohu90-best-games__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }
  .page-blog-how-to-choose-nohu90-best-games__cta-buttons {
    flex-direction: column;
  }

  /* FAQ Mobile */
  details.page-blog-how-to-choose-nohu90-best-games__faq-item summary.page-blog-how-to-choose-nohu90-best-games__faq-question {
    padding: 15px 20px;
  }
  .page-blog-how-to-choose-nohu90-best-games__faq-qtext {
    font-size: 16px;
  }
  .page-blog-how-to-choose-nohu90-best-games__faq-toggle {
    font-size: 24px;
    width: 28px;
  }
  details.page-blog-how-to-choose-nohu90-best-games__faq-item .page-blog-how-to-choose-nohu90-best-games__faq-answer {
    padding: 0 20px 15px;
  }
}

/* Ensure contrast for text on brand colors */
.page-blog-how-to-choose-nohu90-best-games__dark-bg .page-blog-how-to-choose-nohu90-best-games__text-block,
.page-blog-how-to-choose-nohu90-best-games__dark-bg .page-blog-how-to-choose-nohu90-best-games__feature-description {
  color: #ffffff;
}
.page-blog-how-to-choose-nohu90-best-games__medium-bg .page-blog-how-to-choose-nohu90-best-games__text-block {
  color: #1F2D3D; /* Ensure dark text on medium blue */
}