/* Base styles for the page */
.page-blog-meo-choi-game-bai-thang-lon {
  color: #FFF6D6; /* Main text color for dark background */
  background: #0A0A0A; /* Main background color */
  line-height: 1.6;
  font-family: Arial, sans-serif;
}

.page-blog-meo-choi-game-bai-thang-lon__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.page-blog-meo-choi-game-bai-thang-lon__section-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #F2C14E; /* Brand color for titles */
  position: relative;
  padding-bottom: 15px;
}

.page-blog-meo-choi-game-bai-thang-lon__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, transparent, #FFD36B, transparent);
  border-radius: 2px;
}

.page-blog-meo-choi-game-bai-thang-lon__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #FFD36B; /* Auxiliary color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-meo-choi-game-bai-thang-lon__text-block {
  font-size: 17px;
  margin-bottom: 20px;
  color: #FFF6D6;
}

.page-blog-meo-choi-game-bai-thang-lon__list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-blog-meo-choi-game-bai-thang-lon__list-item {
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  padding: 15px 20px;
  margin-bottom: 10px;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  color: #FFF6D6;
}

.page-blog-meo-choi-game-bai-thang-lon__list-item strong {
  color: #FFD36B; /* Glow color for strong text */
  margin-right: 8px;
  flex-shrink: 0;
}

/* Hero Section */
.page-blog-meo-choi-game-bai-thang-lon__hero-section {
  padding-top: 10px; /* Small top padding, relies on body padding-top from shared.css */
  background-color: #0A0A0A;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 40px;
}

.page-blog-meo-choi-game-bai-thang-lon__hero-image-wrapper {
  width: 100%;
  max-width: 1600px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.5);
}

.page-blog-meo-choi-game-bai-thang-lon__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 12px;
}

.page-blog-meo-choi-game-bai-thang-lon__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-meo-choi-game-bai-thang-lon__main-title {
  font-weight: 700;
  color: #FFF6D6;
  margin-bottom: 20px;
  line-height: 1.2;
  font-size: clamp(2.2em, 4vw, 3.5em); /* Responsive font size for H1 */
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.4);
}

.page-blog-meo-choi-game-bai-thang-lon__hero-description {
  font-size: 18px;
  color: #FFF6D6;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-blog-meo-choi-game-bai-thang-lon__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-meo-choi-game-bai-thang-lon__cta-buttons--center {
  margin-top: 40px;
}

.page-blog-meo-choi-game-bai-thang-lon__btn-primary,
.page-blog-meo-choi-game-bai-thang-lon__btn-secondary {
  padding: 14px 30px;
  border-radius: 30px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-meo-choi-game-bai-thang-lon__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #ffffff; /* White text for primary button */
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-meo-choi-game-bai-thang-lon__btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
  opacity: 0.9;
}

.page-blog-meo-choi-game-bai-thang-lon__btn-secondary {
  background: #111111; /* Card BG */
  color: #F2C14E; /* Brand color for secondary button text */
  border: 2px solid #F2C14E;
}

.page-blog-meo-choi-game-bai-thang-lon__btn-secondary:hover {
  transform: translateY(-3px);
  background: #F2C14E;
  color: #111111;
}

/* Content Section */
.page-blog-meo-choi-game-bai-thang-lon__content-section {
  padding: 60px 0;
}

.page-blog-meo-choi-game-bai-thang-lon__dark-bg {
  background: #0A0A0A;
  color: #FFF6D6;
}

.page-blog-meo-choi-game-bai-thang-lon__light-bg {
  background: #111111; /* Card BG */
  color: #FFF6D6;
}

.page-blog-meo-choi-game-bai-thang-lon__article-figure {
  margin: 30px auto;
  max-width: 800px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #3A2A12;
}

.page-blog-meo-choi-game-bai-thang-lon__article-figure img {
  width: 100%;
  height: auto;
  display: block;
}

.page-blog-meo-choi-game-bai-thang-lon__figcaption {
  font-size: 14px;
  text-align: center;
  padding: 10px 15px;
  background: #1a1a1a;
  color: #b0b0b0;
}

/* FAQ Section */
details.page-blog-meo-choi-game-bai-thang-lon__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #3A2A12; /* Border */
  overflow: hidden;
  background: #111111; /* Card BG */
}

details.page-blog-meo-choi-game-bai-thang-lon__faq-item summary.page-blog-meo-choi-game-bai-thang-lon__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;
  color: #FFF6D6;
  font-weight: 600;
}

details.page-blog-meo-choi-game-bai-thang-lon__faq-item summary.page-blog-meo-choi-game-bai-thang-lon__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-meo-choi-game-bai-thang-lon__faq-item summary.page-blog-meo-choi-game-bai-thang-lon__faq-question:hover {
  background: rgba(255, 211, 107, 0.05); /* Subtle hover effect */
}

.page-blog-meo-choi-game-bai-thang-lon__faq-qtext {
  flex: 1;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
  color: #FFF6D6;
}

.page-blog-meo-choi-game-bai-thang-lon__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #FFD36B; /* Glow color for toggle icon */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}

details.page-blog-meo-choi-game-bai-thang-lon__faq-item .page-blog-meo-choi-game-bai-thang-lon__faq-answer {
  padding: 0 20px 20px;
  background: #0A0A0A; /* Background color for answer */
  border-radius: 0 0 8px 8px;
  color: #b0b0b0;
  font-size: 16px;
}

/* General image responsiveness */
.page-blog-meo-choi-game-bai-thang-lon img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Media Queries */
@media (max-width: 1024px) {
  .page-blog-meo-choi-game-bai-thang-lon__hero-image-wrapper {
    margin-bottom: 20px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__main-title {
    font-size: clamp(2em, 4.5vw, 3em);
  }
  .page-blog-meo-choi-game-bai-thang-lon__hero-description {
    font-size: 17px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__section-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__sub-title {
    font-size: 22px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__text-block {
    font-size: 16px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__list-item {
    padding: 12px 18px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__faq-qtext {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-meo-choi-game-bai-thang-lon__hero-section {
    padding-top: 10px; /* Small top padding for mobile */
    padding-bottom: 30px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__hero-image-wrapper {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 20px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__hero-image {
    object-fit: contain !important; /* Prevent cropping on mobile */
    aspect-ratio: unset !important;
    border-radius: 0;
  }
  .page-blog-meo-choi-game-bai-thang-lon__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
    margin-bottom: 15px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__hero-description {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__btn-primary,
  .page-blog-meo-choi-game-bai-thang-lon__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 20px;
    font-size: 16px;
  }

  /* 内容区通用样式 */
  .page-blog-meo-choi-game-bai-thang-lon__container {
    padding: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-meo-choi-game-bai-thang-lon__section-title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__sub-title {
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 10px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__text-block {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__article-figure {
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  }
  .page-blog-meo-choi-game-bai-thang-lon__figcaption {
    font-size: 13px;
    padding: 8px 10px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__list-item {
    font-size: 15px;
    padding: 10px 15px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__list-item strong {
    margin-right: 5px;
  }

  /* FAQ */
  details.page-blog-meo-choi-game-bai-thang-lon__faq-item {
    margin-bottom: 10px;
    border-radius: 6px;
  }
  details.page-blog-meo-choi-game-bai-thang-lon__faq-item summary.page-blog-meo-choi-game-bai-thang-lon__faq-question {
    padding: 15px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__faq-qtext {
    font-size: 16px;
  }
  .page-blog-meo-choi-game-bai-thang-lon__faq-toggle {
    font-size: 24px;
    width: 25px;
    margin-left: 10px;
  }
  details.page-blog-meo-choi-game-bai-thang-lon__faq-item .page-blog-meo-choi-game-bai-thang-lon__faq-answer {
    padding: 0 15px 15px;
  }

  /* Ensure all images are responsive and do not overflow */
  .page-blog-meo-choi-game-bai-thang-lon img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-meo-choi-game-bai-thang-lon__content-section,
  .page-blog-meo-choi-game-bai-thang-lon__faq-section {
    overflow-x: hidden;
  }
}