/* Base styles for the page */
.page-blog-bi-quyet-thang-lon-e88-nha-cai {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D; /* Text Main */
  background: #F4F7FB; /* Background color */
}

/* Hero Section */
.page-blog-bi-quyet-thang-lon-e88-nha-cai__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as shared.css handles body padding-top */
  margin-bottom: 40px;
  background-color: #F4F7FB;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__hero-image {
  width: 100%;
  max-height: 600px; /* Adjust as needed */
  overflow: hidden;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__hero-content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
  text-align: center;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  color: #000000; /* Custom Color_1776249996415 */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__intro-description {
  font-size: 1.15rem;
  color: #1F2D3D;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* General Buttons */
.page-blog-bi-quyet-thang-lon-e88-nha-cai__btn-primary,
.page-blog-bi-quyet-thang-lon-e88-nha-cai__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  white-space: nowrap;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: none;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.3);
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(47, 107, 255, 0.1);
}

/* Content Area */
.page-blog-bi-quyet-thang-lon-e88-nha-cai__content-area {
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 0 20px;
  background: #ffffff; /* Card BG */
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__article-body {
  padding: 40px;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__publish-date {
  font-size: 0.9rem;
  color: #666;
  text-align: right;
  margin-bottom: 30px;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__section-title {
  font-size: 2.2rem;
  color: #000000; /* Custom Color_1776249996415 */
  margin-top: 40px;
  margin-bottom: 25px;
  font-weight: 700;
  line-height: 1.3;
  border-left: 5px solid #2F6BFF;
  padding-left: 15px;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__sub-section-title {
  font-size: 1.6rem;
  color: #1F2D3D; /* Text Main */
  margin-top: 35px;
  margin-bottom: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai p {
  margin-bottom: 1em;
  font-size: 1.05rem;
  color: #1F2D3D;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai ul {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 1em;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai li {
  margin-bottom: 0.5em;
  font-size: 1.05rem;
  color: #1F2D3D;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai a {
  color: #2F6BFF;
  text-decoration: underline;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai a:hover {
  text-decoration: none;
  color: #6FA3FF;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__image-container {
  margin: 30px 0;
  text-align: center;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__image-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__image-caption {
  font-size: 0.9rem;
  color: #666;
  margin-top: 10px;
}

/* FAQ Section */
details.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF; /* Border color */
  overflow: hidden;
  background: #fff; /* Card BG */
}

details.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-item summary.page-blog-bi-quyet-thang-lon-e88-nha-cai__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-bi-quyet-thang-lon-e88-nha-cai__faq-item summary.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-item summary.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #1F2D3D; /* Text Main */
}

.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #2F6BFF; /* Main Color */
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-item .page-blog-bi-quyet-thang-lon-e88-nha-cai__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #1F2D3D; /* Text Main */
}