/* General Styling */
.page-blog-chien-thuat-choi-game-bai-8live {
  background-color: #08160F; /* Background */
  color: #F2FFF6; /* Text Main */
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

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

.page-blog-chien-thuat-choi-game-bai-8live__section-title {
  font-size: 36px;
  font-weight: 700;
  color: #F2FFF6; /* Text Main */
  text-align: center;
  margin-bottom: 40px;
  padding-top: 40px;
}

.page-blog-chien-thuat-choi-game-bai-8live__sub-title {
  font-size: 24px;
  font-weight: 600;
  color: #22C768; /* Auxiliary color for sub-titles */
  margin-top: 30px;
  margin-bottom: 15px;
  border-left: 4px solid #11A84E; /* Main color as accent */
  padding-left: 10px;
}

.page-blog-chien-thuat-choi-game-bai-8live__article-body p,
.page-blog-chien-thuat-choi-game-bai-8live__article-body ul,
.page-blog-chien-thuat-choi-game-bai-8live__article-body li {
  font-size: 17px;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-bai-8live__article-body strong {
  color: #57E38D; /* Glow */
}

.page-blog-chien-thuat-choi-game-bai-8live__article-body a {
  color: #F2C14E; /* Gold for links */
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-bai-8live__article-body a:hover {
  color: #57E38D; /* Glow on hover */
}

.page-blog-chien-thuat-choi-game-bai-8live__article-body ul {
  list-style: disc;
  padding-left: 30px;
}

.page-blog-chien-thuat-choi-game-bai-8live__article-figure {
  display: block;
  margin: 30px auto;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  border: 1px solid #2E7A4E; /* Border */
}

/* Hero Section */
.page-blog-chien-thuat-choi-game-bai-8live__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as shared.css handles body padding */
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  background-color: #08160F; /* Background */
}

.page-blog-chien-thuat-choi-game-bai-8live__hero-image {
  width: 100%;
  max-height: 70vh; /* Limit height to prevent image being too tall */
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien-thuat-choi-game-bai-8live__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border-radius: 0 0 15px 15px; /* Slightly rounded bottom corners */
}

.page-blog-chien-thuat-choi-game-bai-8live__hero-content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin-top: 30px; /* Space between image and content */
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-game-bai-8live__main-title {
  font-size: clamp(32px, 5vw, 48px); /* H1 font size clamp */
  font-weight: 800;
  color: #F2FFF6; /* Text Main */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-blog-chien-thuat-choi-game-bai-8live__intro-text {
  font-size: 19px;
  color: #A7D9B8; /* Text Secondary */
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-game-bai-8live__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap; /* Allow buttons to wrap on smaller screens */
  width: 100%; /* Ensure container takes full width for wrapping */
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-game-bai-8live__cta-buttons--center {
    margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-bai-8live__btn-primary,
.page-blog-chien-thuat-choi-game-bai-8live__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 180px;
  text-align: center;
  box-sizing: border-box;
  white-space: normal; /* Allow text to wrap */
  word-wrap: break-word; /* Allow text to break words */
  max-width: 100%; /* Ensure buttons don't exceed container width */
}

.page-blog-chien-thuat-choi-game-bai-8live__btn-primary {
  background: linear-gradient(180deg, #2AD16F 0%, #13994A 100%); /* Button gradient */
  color: #F2FFF6; /* Text Main */
  border: none;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-game-bai-8live__btn-primary:hover {
  background: linear-gradient(180deg, #13994A 0%, #2AD16F 100%);
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-game-bai-8live__btn-secondary {
  background: transparent;
  color: #F2FFF6; /* Text Main */
  border: 2px solid #2E7A4E; /* Border */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-game-bai-8live__btn-secondary:hover {
  background: rgba(46, 122, 78, 0.2); /* Border color with transparency */
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
}

/* Content Sections */
.page-blog-chien-thuat-choi-game-bai-8live__content-section {
  padding: 60px 0;
  border-bottom: 1px solid #1E3A2A; /* Divider */
}

.page-blog-chien-thuat-choi-game-bai-8live__content-section:last-of-type {
  border-bottom: none;
}

.page-blog-chien-thuat-choi-game-bai-8live__dark-bg {
  background-color: #11271B; /* Card BG */
}

/* FAQ Section */
details.page-blog-chien-thuat-choi-game-bai-8live__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid #2E7A4E; /* Border */
  overflow: hidden;
  background: #11271B; /* Card BG */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
details.page-blog-chien-thuat-choi-game-bai-8live__faq-item summary.page-blog-chien-thuat-choi-game-bai-8live__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #F2FFF6; /* Text Main */
}
details.page-blog-chien-thuat-choi-game-bai-8live__faq-item summary.page-blog-chien-thuat-choi-game-bai-8live__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-chien-thuat-choi-game-bai-8live__faq-item summary.page-blog-chien-thuat-choi-game-bai-8live__faq-question:hover {
  background: #0A4B2C; /* Deep Green */
}
.page-blog-chien-thuat-choi-game-bai-8live__faq-qtext {
  flex: 1;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: #F2FFF6; /* Text Main */
}
.page-blog-chien-thuat-choi-game-bai-8live__faq-toggle {
  font-size: 28px;
  font-weight: bold;
  color: #F2C14E; /* Gold */
  flex-shrink: 0;
  margin-left: 15px;
  width: 30px;
  text-align: center;
}
details.page-blog-chien-thuat-choi-game-bai-8live__faq-item .page-blog-chien-thuat-choi-game-bai-8live__faq-answer {
  padding: 0 25px 20px;
  background: rgba(17, 39, 27, 0.8); /* Slightly transparent Card BG */
  border-radius: 0 0 8px 8px;
  color: #A7D9B8; /* Text Secondary */
}
.page-blog-chien-thuat-choi-game-bai-8live__faq-answer p {
  font-size: 16px;
  color: #A7D9B8; /* Text Secondary */
}


/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-bai-8live__container {
    padding: 20px 30px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__main-title {
    font-size: clamp(30px, 4.5vw, 42px);
  }
  .page-blog-chien-thuat-choi-game-bai-8live__intro-text {
    font-size: 18px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__section-title {
    font-size: 32px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__sub-title {
    font-size: 22px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__article-body p,
  .page-blog-chien-thuat-choi-game-bai-8live__article-body ul,
  .page-blog-chien-thuat-choi-game-bai-8live__article-body li {
    font-size: 16px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-8live__btn-secondary {
    padding: 12px 25px;
    font-size: 16px;
    min-width: 160px;
  }
  details.page-blog-chien-thuat-choi-game-bai-8live__faq-item summary.page-blog-chien-thuat-choi-game-bai-8live__faq-question {
    padding: 15px 20px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__faq-qtext {
    font-size: 17px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__faq-toggle {
    font-size: 26px;
    width: 28px;
  }
  details.page-blog-chien-thuat-choi-game-bai-8live__faq-item .page-blog-chien-thuat-choi-game-bai-8live__faq-answer {
    padding: 0 20px 15px;
  }
}

@media (max-width: 849px) { /* HERO object-fit:contain for smaller desktops/large tablets */
  .page-blog-chien-thuat-choi-game-bai-8live__hero-image img {
    object-fit: contain !important; /* Ensure image is fully visible, not cropped */
    aspect-ratio: unset !important; /* Remove fixed aspect ratio for better fit */
  }
}

@media (max-width: 768px) {
  /* General mobile container padding */
  .page-blog-chien-thuat-choi-game-bai-8live__container {
    padding: 0 15px !important;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* HERO Section Mobile */
  .page-blog-chien-thuat-choi-game-bai-8live__hero-section {
    padding-top: 10px; /* Small top padding, shared.css handles body padding */
    padding-bottom: 30px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__hero-image {
    max-height: 50vh; /* Adjust hero image height for mobile */
  }
  .page-blog-chien-thuat-choi-game-bai-8live__hero-image img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    object-fit: contain !important; /* Ensure image is fully visible */
    aspect-ratio: unset !important;
    border-radius: 0 0 10px 10px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__hero-content {
    margin-top: 20px;
    padding: 0 15px;
  }
  .page-blog-chien-thuat-choi-game-bai-8live__main-title {
    font-size: clamp(28px, 8vw, 38px); /* H1 font size for mobile */
    margin-bottom: 15px;
  }
}