.page-blog-top-5-meo-choi-game-bai-thang-lon {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #FFF6D6; /* Text Main */
  background-color: #0A0A0A; /* Background */
}

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

.page-blog-top-5-meo-choi-game-bai-thang-lon__hero-section {
  padding-top: 10px; /* Small top padding, assuming body handles header offset */
  margin-bottom: 40px;
  background-color: #0A0A0A; /* Background */
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__hero-image-wrapper {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  margin-bottom: 30px;
}

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

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

.page-blog-top-5-meo-choi-game-bai-thang-lon__main-title {
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 700;
  color: #FFD36B; /* Glow */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 8px rgba(255, 211, 107, 0.5);
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF6D6;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__btn-primary,
.page-blog-top-5-meo-choi-game-bai-thang-lon__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%); /* Button Color */
  color: #111111;
  border: none;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__btn-primary:hover {
  background: linear-gradient(180deg, #FFE699 0%, #EBB03D 100%);
  transform: translateY(-2px);
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__btn-secondary {
  background: transparent;
  color: #FFD36B; /* Glow */
  border: 2px solid #3A2A12; /* Border */
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__btn-secondary:hover {
  background: rgba(255, 211, 107, 0.1);
  color: #FFF6D6;
  border-color: #FFD36B;
  transform: translateY(-2px);
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__content-section {
  padding: 40px 0;
  background-color: #0A0A0A;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 20px;
  background-color: #111111; /* Card BG */
  border-radius: 10px;
  border: 1px solid #3A2A12; /* Border */
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__article-body p {
  margin-bottom: 1em;
  font-size: 1rem;
  color: #FFF6D6;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__article-body strong {
  color: #FFD36B;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__section-title {
  font-size: 2rem;
  color: #F2C14E;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  object-fit: cover;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__list {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 1.5em;
  color: #FFF6D6;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__list li {
  margin-bottom: 0.5em;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__cta-bottom {
  margin-top: 50px;
  padding: 30px;
  background: #111111; /* Card BG */
  border: 1px solid #3A2A12; /* Border */
  border-radius: 10px;
  text-align: center;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__cta-title {
  font-size: 1.8rem;
  color: #FFD36B; /* Glow */
  margin-bottom: 15px;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-section {
  padding: 60px 0;
  background-color: #0A0A0A;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-list {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

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

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

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

.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #FFD36B; /* Glow */
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E;
  flex-shrink: 0;
  margin-left: 15px;
  width: 32px;
  text-align: center;
}

details.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-item .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-answer {
  padding: 0 25px 25px;
  background: rgba(255, 255, 255, 0.03);
  border-radius: 0 0 8px 8px;
}

.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-answer p {
  font-size: 1rem;
  color: #FFF6D6;
}

/* --- Responsive Styles --- */
@media (max-width: 1024px) {
  .page-blog-top-5-meo-choi-game-bai-thang-lon__main-title {
    font-size: clamp(1.8rem, 5vw, 2.8rem);
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__section-title {
    font-size: 1.8rem;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__btn-primary,
  .page-blog-top-5-meo-choi-game-bai-thang-lon__btn-secondary {
    min-width: unset;
    padding: 12px 24px;
    font-size: 0.95rem;
  }
}

@media (max-width: 768px) {
  .page-blog-top-5-meo-choi-game-bai-thang-lon__hero-section {
    padding-top: 10px;
    margin-bottom: 30px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__hero-image-wrapper {
    max-height: 300px;
    margin-bottom: 20px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__hero-image {
    object-fit: contain !important; 
    aspect-ratio: unset !important; 
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__hero-content {
    padding: 0 15px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__main-title {
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    margin-bottom: 15px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__cta-buttons {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__btn-primary,
  .page-blog-top-5-meo-choi-game-bai-thang-lon__btn-secondary,
  .page-blog-top-5-meo-choi-game-bai-thang-lon a[class*="button"],
  .page-blog-top-5-meo-choi-game-bai-thang-lon 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: 12px 15px;
  }
  
  .page-blog-top-5-meo-choi-game-bai-thang-lon__content-section {
    padding: 30px 0;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__container {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__article-body {
    padding: 15px;
    border-radius: 0;
    margin: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__article-body p {
    font-size: 0.95rem;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__section-title {
    font-size: 1.5rem;
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__article-image {
    margin: 20px 0;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__list {
    margin-left: 20px;
    font-size: 0.95rem;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__cta-bottom {
    margin-top: 30px;
    padding: 20px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__cta-title {
    font-size: 1.5rem;
  }
  
  .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-section {
    padding: 40px 0;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-list {
    padding: 0;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  details.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-item {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  details.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-item summary.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-question {
    padding: 15px 20px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-qtext {
    font-size: 1rem;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-toggle {
    font-size: 24px;
    width: 28px;
  }
  details.page-blog-top-5-meo-choi-game-bai-thang-lon__faq-item .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-answer {
    padding: 0 20px 20px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__faq-answer p {
    font-size: 0.95rem;
  }
  
  /* General image and container rules for mobile */
  .page-blog-top-5-meo-choi-game-bai-thang-lon img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__section,
  .page-blog-top-5-meo-choi-game-bai-thang-lon__card,
  .page-blog-top-5-meo-choi-game-bai-thang-lon__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__products-grid { /* Example for product grid if present */
    grid-template-columns: repeat(2, 1fr) !important; /* 2 columns for mobile */
    gap: 15px !important;
    overflow-x: hidden !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__products-section { /* Example for product section */
    overflow-x: hidden !important;
  }
  .page-blog-top-5-meo-choi-game-bai-thang-lon__section-title-wrap, /* Example for decorative title wrap */
  .page-blog-top-5-meo-choi-game-bai-thang-lon__article-body, 
  .page-blog-top-5-meo-choi-game-bai-thang-lon__article-figure {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }
}