body {
  background-color: #F5F7FA; /* Custom background color */
  color: #333333; /* Main text color */
}

.page-blog-top-nha-cai-da-ga-uy-tin__title-section {
  padding-top: 10px; /* Small top padding to avoid header overlap */
  padding-bottom: 60px;
  background-color: #F5F7FA;
}

.page-blog-top-nha-cai-da-ga-uy-tin__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.page-blog-top-nha-cai-da-ga-uy-tin__content-wrapper {
  flex: 1;
  padding-right: 40px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__image-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-top-nha-cai-da-ga-uy-tin__title-section .page-blog-top-nha-cai-da-ga-uy-tin__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__main-title {
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
  color: #E53935;
  margin-bottom: 20px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__description {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 30px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-top-nha-cai-da-ga-uy-tin__cta-button {
  display: inline-block;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: background 0.3s ease;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-top-nha-cai-da-ga-uy-tin__cta-button:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
}

.page-blog-top-nha-cai-da-ga-uy-tin__section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__intro-content,
.page-blog-top-nha-cai-da-ga-uy-tin__bookmakers-list,
.page-blog-top-nha-cai-da-ga-uy-tin__criteria-section,
.page-blog-top-nha-cai-da-ga-uy-tin__faq-section,
.page-blog-top-nha-cai-da-ga-uy-tin__cta-section {
  padding: 60px 0;
  background-color: #F5F7FA;
}

.page-blog-top-nha-cai-da-ga-uy-tin__intro-content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-top-nha-cai-da-ga-uy-tin__cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__bookmaker-card {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: transform 0.3s ease;
}

.page-blog-top-nha-cai-da-ga-uy-tin__bookmaker-card:hover {
  transform: translateY(-5px);
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: #E53935;
  margin-bottom: 15px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-description {
  font-size: 0.95rem;
  line-height: 1.5;
  color: #333333;
  margin-bottom: 20px;
  flex-grow: 1;
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-features {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  text-align: left;
  width: 100%;
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-features li {
  font-size: 0.9rem;
  color: #333333;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-features li::before {
  content: '✓';
  color: #E53935;
  font-weight: bold;
  margin-right: 10px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__card-button {
  margin-top: auto; /* Push button to the bottom */
  width: auto;
  min-width: 180px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__content-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.page-blog-top-nha-cai-da-ga-uy-tin__text-block {
  flex: 1;
  min-width: 300px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__text-block p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-top-nha-cai-da-ga-uy-tin__text-block ol {
  padding-left: 20px;
  margin-bottom: 20px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__text-block ol li {
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 10px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__text-block ol li strong {
  color: #E53935;
}

.page-blog-top-nha-cai-da-ga-uy-tin__image-block {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 300px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__criteria-image,
.page-blog-top-nha-cai-da-ga-uy-tin__faq-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-list {
  margin-bottom: 40px;
  flex: 1;
  padding-right: 20px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-section .page-blog-top-nha-cai-da-ga-uy-tin__container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background-color: #fcfcfc;
  user-select: none;
  list-style: none;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-qtext {
  flex-grow: 1;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #E53935;
  margin-left: 15px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-item[open] .page-blog-top-nha-cai-da-ga-uy-tin__faq-toggle {
  content: '−';
}

.page-blog-top-nha-cai-da-ga-uy-tin__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  line-height: 1.6;
  color: #333333;
}

.page-blog-top-nha-cai-da-ga-uy-tin__cta-section {
  text-align: center;
  padding: 80px 0;
}

.page-blog-top-nha-cai-da-ga-uy-tin__cta-section p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 40px;
}

.page-blog-top-nha-cai-da-ga-uy-tin__primary-button {
  padding: 18px 40px;
  font-size: 1.2rem;
  border-radius: 10px;
}

/* General image and container responsive styles */
.page-blog-top-nha-cai-da-ga-uy-tin img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-top-nha-cai-da-ga-uy-tin__section,
.page-blog-top-nha-cai-da-ga-uy-tin__card,
.page-blog-top-nha-cai-da-ga-uy-tin__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Placeholder for modules not used on this page, as per strict instruction */
.page-blog-top-nha-cai-da-ga-uy-tin__icon-box-media {
  width: 240px; /* Example desktop size */
  height: 240px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}
.page-blog-top-nha-cai-da-ga-uy-tin__icon-box-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.page-blog-top-nha-cai-da-ga-uy-tin__game-tabs,
.page-blog-top-nha-cai-da-ga-uy-tin__tab-nav,
.page-blog-top-nha-cai-da-ga-uy-tin__game-panel {
  /* Desktop styles for game tabs, if they were used */
  display: block;
}

/* --- Responsive Styles (max-width: 768px) --- */
@media (max-width: 768px) {
  /* HERO 双栏 - __title-section */
  .page-blog-top-nha-cai-da-ga-uy-tin__title-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__title-section .page-blog-top-nha-cai-da-ga-uy-tin__container {
    flex-direction: column;
    gap: 20px;
    padding: 0 15px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__content-wrapper {
    padding-right: 0;
    text-align: center;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__main-title {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__hero-image {
    width: 100% !important;
    height: auto !important;
  }

  /* 模块1 三栏正圆图 (Placeholder if not used) */
  .page-blog-top-nha-cai-da-ga-uy-tin__icon-box-media {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 16px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__icon-box-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* 七 Tab 游戏区 (Placeholder if not used) */
  .page-blog-top-nha-cai-da-ga-uy-tin__game-tabs,
  .page-blog-top-nha-cai-da-ga-uy-tin__tab-nav,
  .page-blog-top-nha-cai-da-ga-uy-tin__game-panel {
    flex-direction: column;
    width: 100%;
    padding: 0 15px;
  }

  /* 教程长文 / 促销 / 信任 / FAQ / 博客 / intro 排版 */
  .page-blog-top-nha-cai-da-ga-uy-tin__intro-content,
  .page-blog-top-nha-cai-da-ga-uy-tin__bookmakers-list,
  .page-blog-top-nha-cai-da-ga-uy-tin__criteria-section,
  .page-blog-top-nha-cai-da-ga-uy-tin__faq-section,
  .page-blog-top-nha-cai-da-ga-uy-tin__cta-section {
    padding: 40px 0;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__container {
    padding: 0 15px !important;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__section-title {
    font-size: 2rem;
    margin-bottom: 30px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__bookmaker-card {
    padding: 20px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__content-grid {
    flex-direction: column;
    gap: 30px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__text-block,
  .page-blog-top-nha-cai-da-ga-uy-tin__image-block {
    min-width: unset;
    width: 100%;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__faq-section .page-blog-top-nha-cai-da-ga-uy-tin__container {
    flex-direction: column;
    gap: 30px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__faq-list {
    padding-right: 0;
    width: 100%;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__faq-answer {
    padding: 0 20px 15px 20px;
  }

  /* 通用图片与容器 */
  .page-blog-top-nha-cai-da-ga-uy-tin img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__section,
  .page-blog-top-nha-cai-da-ga-uy-tin__card,
  .page-blog-top-nha-cai-da-ga-uy-tin__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* 按钮与按钮容器 */
  .page-blog-top-nha-cai-da-ga-uy-tin__cta-button,
  .page-blog-top-nha-cai-da-ga-uy-tin__btn-primary,
  .page-blog-top-nha-cai-da-ga-uy-tin__btn-secondary,
  .page-blog-top-nha-cai-da-ga-uy-tin a[class*="button"],
  .page-blog-top-nha-cai-da-ga-uy-tin a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__cta-buttons,
  .page-blog-top-nha-cai-da-ga-uy-tin__button-group,
  .page-blog-top-nha-cai-da-ga-uy-tin__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
    display: flex;
    flex-direction: column; /* Ensure vertical stacking for multiple buttons */
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__card-button {
    min-width: unset;
  }
  .page-blog-top-nha-cai-da-ga-uy-tin__primary-button {
    font-size: 1.1rem;
    padding: 15px 30px;
  }
}