/* style/blog-bi-quyet-choi-no-hu-fe88-thang-lon.css */
.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon {
  color: #FFF6D6; /* Main text color based on dark background */
  background-color: var(--background-color, #0A0A0A); /* Inherit from body or default dark */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-section {
  padding-top: 10px; /* Small top padding, not --header-offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #1A1A1A 0%, #0A0A0A 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Adjust based on content */
  margin-bottom: 30px;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-content-wrapper {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__main-title {
  font-size: clamp(2em, 3.5vw, 3.2em); /* Using clamp for H1 */
  color: #FFD36B; /* Glow color for title */
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 211, 107, 0.5);
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__description {
  font-size: 1.1em;
  color: #FFF6D6;
  margin-bottom: 30px;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-primary,
.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-secondary {
  display: inline-block;
  padding: 14px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1em;
  transition: all 0.3s ease;
  text-align: center;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-primary {
  background: linear-gradient(180deg, #FFD86A 0%, #DDA11D 100%);
  color: #111111; /* Dark text for bright button */
  border: none;
  box-shadow: 0 4px 15px rgba(242, 193, 78, 0.4);
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(242, 193, 78, 0.6);
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-secondary {
  background: #111111; /* Card BG */
  color: #FFD36B; /* Glow color */
  border: 2px solid #3A2A12; /* Border color */
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-secondary:hover {
  background: rgba(255, 211, 107, 0.1);
  transform: translateY(-2px);
  border-color: #FFD36B;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #111111; /* Card BG for content area */
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #FFF6D6;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__article-meta {
  font-size: 0.9em;
  color: #FFD36B;
  margin-bottom: 30px;
  text-align: right;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__section-title {
  font-size: 2em;
  color: #F2C14E; /* Main brand color */
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid #3A2A12;
  padding-bottom: 10px;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__sub-title {
  font-size: 1.5em;
  color: #FFD36B; /* Glow color */
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon p {
  margin-bottom: 1em;
  color: #FFF6D6;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__list,
.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__ordered-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
  color: #FFF6D6;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__ordered-list {
  list-style-type: decimal;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__list li,
.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__ordered-list li {
  margin-bottom: 0.5em;
  color: #FFF6D6;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon a {
  color: #F2C14E; /* Link color */
  text-decoration: none;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon a:hover {
  text-decoration: underline;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-list {
  margin-top: 30px;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-item {
  background-color: #0A0A0A; /* Darker background for FAQ item */
  border: 1px solid #3A2A12;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #FFF6D6;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  color: #F2C14E; /* Main brand color for question */
  background-color: #111111; /* Card BG for question header */
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-item[open] > .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-question {
  background-color: #1A1A1A;
  color: #FFD36B;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1em;
  color: #FFF6D6;
  border-top: 1px solid #3A2A12;
}

.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__final-cta {
  text-align: center;
  margin-top: 50px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon {
    font-size: 16px;
    line-height: 1.6;
  }

  /* HERO Section */
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-content-wrapper {
    padding: 0 15px;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__description {
    font-size: 1em;
    margin-bottom: 25px;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-primary,
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* Content Area */
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__section-title {
    font-size: 1.7em;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__sub-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon p,
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon li {
    font-size: 0.95em;
  }

  /* General Images */
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* No specific __icon-box-media for this page, but if it were present, it would maintain aspect ratio */

  /* FAQ */
  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-question {
    padding: 15px 20px;
    font-size: 1em;
  }

  .page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__faq-answer {
    padding: 10px 20px 15px;
  }
}

/* Ensure content containers don't cause overflow */
.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__hero-section,
.page-blog-bi-quyet-choi-no-hu-fe88-thang-lon__content-area {
  overflow-x: hidden;
  box-sizing: border-box;
}