/* style/blog-4466club-dang-nhap-login-troubleshooting.css */
.page-blog-4466club-dang-nhap-login-troubleshooting {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F2FFF6);
  background-color: var(--background, #08160F);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-4466club-dang-nhap-login-troubleshooting__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 0; /* Handled by body padding-top in shared.css */
  padding-bottom: 60px;
  color: var(--text-main, #F2FFF6);
  background-color: var(--background, #08160F);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__hero-image-wrapper {
  width: 100%;
  max-height: 675px;
  overflow: hidden;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: center;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__hero-content {
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--gold, #F2C14E);
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__intro-text {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__btn-primary,
.page-blog-4466club-dang-nhap-login-troubleshooting__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 30px;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%);
  color: #ffffff;
  border: 2px solid transparent;
  box-shadow: 0 4px 15px rgba(17, 168, 78, 0.3);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  box-shadow: 0 6px 20px rgba(17, 168, 78, 0.4);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__btn-secondary {
  background-color: transparent;
  color: var(--text-main, #F2FFF6);
  border: 2px solid var(--border, #2E7A4E);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__btn-secondary:hover {
  background-color: rgba(46, 122, 78, 0.2);
  color: var(--gold, #F2C14E);
  border-color: var(--gold, #F2C14E);
}

/* Content Sections */
.page-blog-4466club-dang-nhap-login-troubleshooting__content-section {
  padding: 60px 0;
  background-color: var(--background, #08160F);
  color: var(--text-main, #F2FFF6);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__dark-section {
  background-color: var(--card-bg, #11271B);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: var(--gold, #F2C14E);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__sub-title {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 15px;
  color: var(--glow, #57E38D);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__paragraph {
  font-size: 1.1rem;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--text-secondary, #A7D9B8);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__list-item {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  max-width: 1000px; /* Example max-width for content images */
  object-fit: cover;
}

/* FAQ Section */
.page-blog-4466club-dang-nhap-login-troubleshooting__faq-list {
  margin-top: 30px;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-item {
  background-color: var(--card-bg, #11271B);
  border: 1px solid var(--border, #2E7A4E);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--text-main, #F2FFF6);
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.2rem;
  font-weight: 600;
  cursor: pointer;
  color: var(--text-main, #F2FFF6);
  list-style: none; /* For details/summary */
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-question::-webkit-details-marker,
.page-blog-4466club-dang-nhap-login-troubleshooting__faq-question::marker {
  display: none;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-toggle {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--glow, #57E38D);
  margin-left: 15px;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-answer {
  padding: 0 20px 20px;
  font-size: 1.05rem;
  color: var(--text-secondary, #A7D9B8);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-item[open] .page-blog-4466club-dang-nhap-login-troubleshooting__faq-answer {
  max-height: 500px; /* Adjust as needed */
  padding-top: 10px;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-item.active .page-blog-4466club-dang-nhap-login-troubleshooting__faq-answer {
  max-height: 500px !important; /* For JS-based toggle */
  padding-top: 10px;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-answer p {
  margin-bottom: 0;
  color: inherit;
}

.page-blog-4466club-dang-nhap-login-troubleshooting__faq-answer a {
  color: var(--glow, #57E38D);
  text-decoration: underline;
}

/* Explore Section */
.page-blog-4466club-dang-nhap-login-troubleshooting__explore-section {
  text-align: center;
  padding-bottom: 80px;
}

/* Copyright Section */
.page-blog-4466club-dang-nhap-login-troubleshooting__copyright-section {
  padding: 30px 0;
  background-color: var(--deep-green, #0A4B2C);
  text-align: center;
  color: var(--text-secondary, #A7D9B8);
  font-size: 0.9rem;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-4466club-dang-nhap-login-troubleshooting__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__section-title {
    font-size: 2rem;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__sub-title {
    font-size: 1.6rem;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__intro-text,
  .page-blog-4466club-dang-nhap-login-troubleshooting__paragraph,
  .page-blog-4466club-dang-nhap-login-troubleshooting__list-item {
    font-size: 1rem;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__btn-primary,
  .page-blog-4466club-dang-nhap-login-troubleshooting__btn-secondary {
    padding: 12px 25px;
    font-size: 0.95rem;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__faq-question {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  /* HERO 主图区域 */
  .page-blog-4466club-dang-nhap-login-troubleshooting__hero-section {
    padding-top: 10px !important; /* Small top padding, body handles header-offset */
    padding-bottom: 40px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__intro-text {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  /* 按钮与按钮容器 */
  .page-blog-4466club-dang-nhap-login-troubleshooting__cta-buttons {
    flex-direction: column !important;
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__btn-primary,
  .page-blog-4466club-dang-nhap-login-troubleshooting__btn-secondary {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 15px !important;
    font-size: 1rem !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    box-sizing: border-box !important;
  }

  /* 通用图片与容器 */
  .page-blog-4466club-dang-nhap-login-troubleshooting img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__container,
  .page-blog-4466club-dang-nhap-login-troubleshooting__content-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }

  /* 其他内容模块 */
  .page-blog-4466club-dang-nhap-login-troubleshooting__content-section {
    padding: 40px 0;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__paragraph,
  .page-blog-4466club-dang-nhap-login-troubleshooting__list-item {
    font-size: 0.95rem;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__faq-question {
    font-size: 1rem;
    padding: 15px;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__faq-answer {
    padding: 0 15px 15px;
    font-size: 0.9rem;
  }

  .page-blog-4466club-dang-nhap-login-troubleshooting__copyright-section {
    padding: 20px 15px;
    font-size: 0.8rem;
  }
  /* Sản phẩm trưng bày (nếu có), sẽ được thêm vào đây */
  /* Hiện tại trang này không có phần sản phẩm trưng bày, nên không cần thêm */
}