.page-blog-how-to-choose-reliable-tai-xiu {
  font-family: 'Arial', sans-serif;
  color: #FFF3E6; /* Text Main */
  background-color: #0D0E12; /* Background */
  line-height: 1.6;
}

.page-blog-how-to-choose-reliable-tai-xiu a {
  color: #FFA53A;
  text-decoration: none;
}

.page-blog-how-to-choose-reliable-tai-xiu a:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-reliable-tai-xiu__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  text-align: center;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-tai-xiu__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.page-blog-how-to-choose-reliable-tai-xiu__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-reliable-tai-xiu__hero-content {
  max-width: 900px;
  padding: 0 20px;
  z-index: 1;
  position: relative; /* Ensure text is above image but not overlapping */
}

.page-blog-how-to-choose-reliable-tai-xiu__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #FFA53A;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-how-to-choose-reliable-tai-xiu__intro-text {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-tai-xiu__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-tai-xiu__dark-bg {
  background-color: #0D0E12;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-tai-xiu__light-bg {
  background-color: #17191F; /* Card BG as light bg for contrast */
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-tai-xiu__section-title {
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  font-weight: 600;
  color: #FFA53A;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-reliable-tai-xiu__section-title--dark-text {
  color: #FFA53A; /* Still using brand color for title on lighter bg */
}

.page-blog-how-to-choose-reliable-tai-xiu__text-block {
  font-size: 1.1rem;
  margin-bottom: 30px;
  text-align: justify;
}

.page-blog-how-to-choose-reliable-tai-xiu__text-block--dark-text {
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-tai-xiu__criteria-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-choose-reliable-tai-xiu__card {
  background-color: #17191F; /* Card BG */
  border: 1px solid #A84F0C; /* Border */
  border-radius: 10px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-blog-how-to-choose-reliable-tai-xiu__card-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 20px;
  object-fit: contain;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-reliable-tai-xiu__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #FFA53A;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-reliable-tai-xiu__card-text {
  font-size: 1rem;
  color: #FFF3E6;
  text-align: justify;
}

.page-blog-how-to-choose-reliable-tai-xiu__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-choose-reliable-tai-xiu__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: none;
}

.page-blog-how-to-choose-reliable-tai-xiu__btn-primary:hover {
  background: linear-gradient(180deg, #D96800 0%, #FFA53A 100%);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-how-to-choose-reliable-tai-xiu__btn-secondary {
  background-color: transparent;
  color: #FFA53A;
  border: 2px solid #FFA53A;
}

.page-blog-how-to-choose-reliable-tai-xiu__btn-secondary:hover {
  background-color: #FFA53A;
  color: #0D0E12;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 165, 58, 0.4);
}

.page-blog-how-to-choose-reliable-tai-xiu__cta-bottom {
  text-align: center;
  margin-top: 40px;
  padding: 30px;
  background-color: #17191F;
  border-radius: 10px;
  border: 1px solid #A84F0C;
}

.page-blog-how-to-choose-reliable-tai-xiu__cta-text {
  font-size: 1.3rem;
  color: #FFF3E6;
  margin-bottom: 25px;
  font-weight: 500;
}

.page-blog-how-to-choose-reliable-tai-xiu__verification-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-how-to-choose-reliable-tai-xiu__list-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  padding: 25px;
  margin-bottom: 20px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

.page-blog-how-to-choose-reliable-tai-xiu__list-title {
  font-size: 1.4rem;
  color: #FFA53A;
  margin-bottom: 10px;
}

.page-blog-how-to-choose-reliable-tai-xiu__list-text {
  font-size: 1rem;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-tai-xiu__content-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-top: 40px;
  min-width: 200px;
  min-height: 200px;
  object-fit: cover;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-section {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFA53A;
  cursor: pointer;
  background-color: #17191F;
  position: relative;
  list-style: none;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  margin-left: 15px;
  color: #FFF3E6;
}

.page-blog-how-to-choose-reliable-tai-xiu__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #FFF3E6;
  text-align: justify;
}

.page-blog-how-to-choose-reliable-tai-xiu__related-articles {
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-direction: column;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #FFA53A;
  padding: 15px 20px 0;
  margin-bottom: 10px;
  flex-grow: 1;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-title a {
  color: #FFA53A;
  text-decoration: none;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-title a:hover {
  text-decoration: underline;
}

.page-blog-how-to-choose-reliable-tai-xiu__article-excerpt {
  font-size: 0.95rem;
  color: #FFF3E6;
  padding: 0 20px;
  margin-bottom: 15px;
}

.page-blog-how-to-choose-reliable-tai-xiu__read-more {
  display: inline-block;
  padding: 10px 20px;
  background-color: #A84F0C;
  color: #FFF3E6;
  border-radius: 5px;
  margin: 0 20px 20px;
  align-self: flex-start;
  transition: background-color 0.3s ease;
}

.page-blog-how-to-choose-reliable-tai-xiu__read-more:hover {
  background-color: #FFA53A;
}

.page-blog-how-to-choose-reliable-tai-xiu__view-all-wrapper {
  text-align: center;
  margin-top: 40px;
}

.page-blog-how-to-choose-reliable-tai-xiu__view-all-button {
  padding: 15px 40px;
  font-size: 1.1rem;
  border-radius: 50px;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
  .page-blog-how-to-choose-reliable-tai-xiu__hero-content {
    max-width: 768px;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }

  .page-blog-how-to-choose-reliable-tai-xiu__intro-text {
    font-size: clamp(0.95rem, 1.5vw, 1.1rem);
  }

  .page-blog-how-to-choose-reliable-tai-xiu__section-title {
    font-size: clamp(1.6rem, 3.5vw, 2.5rem);
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-choose-reliable-tai-xiu__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__hero-image-wrapper {
    max-height: 400px;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__hero-image,
  .page-blog-how-to-choose-reliable-tai-xiu__content-image,
  .page-blog-how-to-choose-reliable-tai-xiu__article-image,
  .page-blog-how-to-choose-reliable-tai-xiu__card-icon {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__hero-content,
  .page-blog-how-to-choose-reliable-tai-xiu__content-area,
  .page-blog-how-to-choose-reliable-tai-xiu__faq-section,
  .page-blog-how-to-choose-reliable-tai-xiu__related-articles,
  .page-blog-how-to-choose-reliable-tai-xiu__criteria-grid,
  .page-blog-how-to-choose-reliable-tai-xiu__card,
  .page-blog-how-to-choose-reliable-tai-xiu__article-grid,
  .page-blog-how-to-choose-reliable-tai-xiu__article-card,
  .page-blog-how-to-choose-reliable-tai-xiu__cta-bottom,
  .page-blog-how-to-choose-reliable-tai-xiu__view-all-wrapper,
  .page-blog-how-to-choose-reliable-tai-xiu__faq-list {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
  }

  .page-blog-how-to-choose-reliable-tai-xiu__intro-text {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
  }

  .page-blog-how-to-choose-reliable-tai-xiu__text-block {
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__cta-button {
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__cta-text {
    font-size: 1.1rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__list-title {
    font-size: 1.2rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__faq-question {
    font-size: 1.1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__article-title {
    font-size: 1.15rem;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__read-more {
    width: calc(100% - 40px);
    text-align: center;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__article-grid {
    grid-template-columns: 1fr;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__view-all-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-choose-reliable-tai-xiu__hero-image-wrapper {
    max-height: 300px;
  }

  .page-blog-how-to-choose-reliable-tai-xiu__main-title {
    font-size: clamp(1.6rem, 7vw, 2.2rem);
  }

  .page-blog-how-to-choose-reliable-tai-xiu__section-title {
    font-size: clamp(1.3rem, 6vw, 2rem);
  }

  .page-blog-how-to-choose-reliable-tai-xiu__card-title {
    font-size: 1.3rem;
  }
}