.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 60px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff; /* White text for dark background */
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-container {
  max-width: 1170px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 16px;
  gap: 30px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__main-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #ffffff;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-yin__hero-cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-primary,
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-secondary,
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin a[class*="button"],
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin a[class*="btn"] {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  transform: translateY(-2px);
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-secondary:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__content-area {
  max-width: 1170px;
  margin: 0 auto;
  padding: 60px 16px;
  background: #F5F7FA; /* Light background */
  color: #333333; /* Dark text for light background */
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-intro,
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-block,
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-section,
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-section {
  margin-bottom: 50px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #FF5A4F 0%, #E53935 100%);
  margin: 15px auto 0;
  border-radius: 2px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-description,
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__text-block {
  font-size: 1.05rem;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 40px;
  color: #555555;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-item:hover {
  transform: translateY(-10px);
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-heading {
  font-size: 1.5rem;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-description {
  font-size: 1rem;
  color: #666666;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__platform-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s ease;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card:hover {
  transform: translateY(-10px);
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card-title {
  font-size: 1.6rem;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card-description {
  font-size: 1rem;
  color: #666666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-steps {
  list-style: none;
  padding: 0;
  margin-top: 40px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-step-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-step-heading {
  font-size: 1.8rem;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-step-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-step-description {
  font-size: 1.05rem;
  color: #666666;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__cta-center {
  text-align: center;
  margin-top: 40px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-list {
  list-style: none;
  padding: 0;
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-item {
  background: #ffffff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-item:hover {
  transform: translateY(-10px);
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-heading {
  font-size: 1.5rem;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-description {
  font-size: 1rem;
  color: #666666;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-list {
  margin-top: 40px;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #fcfcfc;
  border-bottom: 1px solid #E0E0E0;
  transition: background-color 0.3s ease;
  list-style: none; /* For details/summary */
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-question::-webkit-details-marker {
  display: none; /* Hide default marker */
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-item[open] .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-question {
  background-color: #f0f0f0;
  color: #E53935;
  border-bottom: 1px solid #E53935;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-qtext {
  flex-grow: 1;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-toggle {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
  margin-left: 20px;
  color: #E53935;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-item[open] .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-toggle {
  color: #E53935;
}

.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-answer {
  padding: 20px 30px 30px;
  font-size: 1rem;
  color: #555555;
}

/* Global image responsiveness */
.page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-content,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-cta-buttons {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-container {
    padding: 30px 15px;
    gap: 20px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem);
    margin-bottom: 15px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-cta-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-primary,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__btn-secondary,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin a[class*="button"],
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 10px 15px !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__content-area {
    padding: 40px 15px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section-description,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__text-block {
    font-size: 0.95rem;
    margin-bottom: 30px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-list,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__platform-cards,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-list {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-item,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-step-item,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-item {
    padding: 20px;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__criteria-heading,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card-title,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__guide-step-heading,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__tips-heading {
    font-size: 1.3rem;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-question {
    padding: 15px 20px;
    font-size: 1.05rem;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-toggle {
    font-size: 1.5rem;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__faq-answer {
    padding: 15px 20px 20px;
    font-size: 0.95rem;
  }

  /* Universal image responsiveness for content area */
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__section,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__card,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__container,
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__hero-cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden;
  }
  .page-blog-top-cac-san-choi-da-ga-truc-tiep-uy-tin__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}