.page-blog-chien-thuat-choi-game-bai-pu88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: #F5F7FA; /* Background color from custom scheme */
}

.page-blog-chien-thuat-choi-game-bai-pu88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-bai-pu88__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding for hero */
  margin-bottom: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-pu88__hero-image-wrapper {
  width: 100%;
  height: 500px; /* Adjust as needed */
  overflow: hidden;
  position: relative;
}

.page-blog-chien-thuat-choi-game-bai-pu88__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-game-bai-pu88__hero-content-wrapper {
  padding: 40px 20px;
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  position: relative;
  margin-top: -100px; /* Overlap slightly with image */
  padding-top: 120px; /* More padding to account for overlap */
}

.page-blog-chien-thuat-choi-game-bai-pu88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-pu88__hero-description {
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-game-bai-pu88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.1rem;
  transition: all 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-game-bai-pu88__btn-primary {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-game-bai-pu88__btn-primary:hover {
  background: linear-gradient(180deg, #E53935 0%, #FF5A4F 100%);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-bai-pu88__btn-secondary {
  background: #ffffff;
  color: #E53935;
  border: 2px solid #E53935;
}

.page-blog-chien-thuat-choi-game-bai-pu88__btn-secondary:hover {
  background: #f0f0f0;
  color: #FF5A4F;
  border-color: #FF5A4F;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-bai-pu88__content-section {
  padding: 60px 0;
  margin-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-bai-pu88__section-title {
  font-size: clamp(2rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #E53935;
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.3;
}

.page-blog-chien-thuat-choi-game-bai-pu88__section-title--light {
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-body {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1rem;
  line-height: 1.7;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-body p {
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-game-bai-pu88__sub-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 600;
  color: #E53935;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.4;
}

.page-blog-chien-thuat-choi-game-bai-pu88__cta-buttons-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-game-bai-pu88__faq-list {
  max-width: 900px;
  margin: 40px auto;
}

details.page-blog-chien-thuat-choi-game-bai-pu88__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}

details.page-blog-chien-thuat-choi-game-bai-pu88__faq-item summary.page-blog-chien-thuat-choi-game-bai-pu88__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-chien-thuat-choi-game-bai-pu88__faq-item summary.page-blog-chien-thuat-choi-game-bai-pu88__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-chien-thuat-choi-game-bai-pu88__faq-item summary.page-blog-chien-thuat-choi-game-bai-pu88__faq-question:hover {
  background: #f5f5f5;
}

.page-blog-chien-thuat-choi-game-bai-pu88__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #333333;
}

.page-blog-chien-thuat-choi-game-bai-pu88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-chien-thuat-choi-game-bai-pu88__faq-item .page-blog-chien-thuat-choi-game-bai-pu88__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #333333;
}

.page-blog-chien-thuat-choi-game-bai-pu88__related-articles-section {
  background: linear-gradient(180deg, #FF5A4F 0%, #E53935 100%);
  padding: 60px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-pu88__articles-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-card {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #333333;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-card-content {
  padding: 25px;
  flex-grow: 1;
  text-align: left;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-card-title {
  font-size: 1.3rem;
  font-weight: 600;
  margin-bottom: 10px;
  color: #E53935;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-card-text {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-bai-pu88__read-more {
  display: inline-block;
  font-weight: 600;
  color: #E53935;
  text-decoration: none;
  position: relative;
  padding-right: 15px;
}

.page-blog-chien-thuat-choi-game-bai-pu88__read-more::after {
  content: '»';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: right 0.3s ease;
}

.page-blog-chien-thuat-choi-game-bai-pu88__article-card:hover .page-blog-chien-thuat-choi-game-bai-pu88__read-more::after {
  right: -5px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-image-wrapper {
    height: 400px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__main-title {
    font-size: clamp(2rem, 4.5vw, 3rem);
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-description {
    font-size: 1.1rem;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__section-title {
    font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__sub-title {
    font-size: clamp(1.4rem, 2.5vw, 1.8rem);
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__articles-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-bai-pu88 {
    font-size: 16px;
    line-height: 1.6;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__container {
    padding: 0 15px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-section {
    margin-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-image-wrapper {
    height: 300px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-image {
    object-fit: contain !important; /* HERO 主图区域 */
    aspect-ratio: unset !important;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-content-wrapper {
    padding: 30px 15px;
    margin-top: -80px;
    padding-top: 100px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 10px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__cta-button,
  .page-blog-chien-thuat-choi-game-bai-pu88__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-pu88__btn-secondary,
  .page-blog-chien-thuat-choi-game-bai-pu88 a[class*="button"],
  .page-blog-chien-thuat-choi-game-bai-pu88 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: 12px 20px;
    font-size: 1rem;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__cta-buttons-wrapper {
    flex-direction: column; /* Buttons stack vertically on mobile */
    gap: 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__content-section {
    padding: 40px 0;
    margin-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__section-title {
    font-size: clamp(1.5rem, 5vw, 2.2rem);
    margin-bottom: 30px;
    padding: 0 10px; /* Adjust padding for title */
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__article-body {
    font-size: 1rem;
    padding: 0 10px; /* Ensure content is within bounds */
    max-width: 100% !important; /* 通用图片与容器 */
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__article-body img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__sub-title {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
    margin-top: 25px;
    margin-bottom: 10px;
    padding: 0 10px;
  }
  details.page-blog-chien-thuat-choi-game-bai-pu88__faq-item summary.page-blog-chien-thuat-choi-game-bai-pu88__faq-question {
    padding: 15px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__faq-qtext {
    font-size: 15px;
  }
  details.page-blog-chien-thuat-choi-game-bai-pu88__faq-item .page-blog-chien-thuat-choi-game-bai-pu88__faq-answer {
    padding: 0 15px 15px;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__related-articles-section {
    padding: 40px 0;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__articles-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 30px;
    max-width: 100% !important; /* 产品展示图区域 */
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden; /* Prevent horizontal scroll */
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__article-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__article-card-title {
    font-size: 1.1rem;
  }
  .page-blog-chien-thuat-choi-game-bai-pu88__article-card-text {
    font-size: 0.9rem;
  }
}