/* Base styles for the page */
.page-blog-chien-thuat-choi-tai-xiu-pk88 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #F3F8FF); /* Default text color for dark body background */
  background-color: transparent; /* Body background from shared.css */
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-blog-chien-thuat-choi-tai-xiu-pk88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 50px;
  overflow: hidden;
  color: var(--text-main, #F3F8FF);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.5); /* Darken image for text readability */
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  padding: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__main-title {
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--text-main, #F3F8FF);
  font-size: clamp(2.5rem, 5vw, 3.8rem); /* H1 font size constraint */
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__subtitle {
  font-size: 1.2rem;
  margin-bottom: 30px;
  color: var(--text-secondary, #AFC4E8);
}

/* CTA Button General */
.page-blog-chien-thuat-choi-tai-xiu-pk88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  background: linear-gradient(180deg, #2B73F6 0%, #1144A6 100%);
  color: #F3F8FF; /* Button text always white */
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__cta-button:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__cta-button--secondary {
  background: #10233F; /* Card BG as secondary button background */
  border: 1px solid var(--border-color, #244D84);
  color: var(--text-main, #F3F8FF);
}

/* Content Section */
.page-blog-chien-thuat-choi-tai-xiu-pk88__content-section {
  padding: 60px 0;
  background: var(--deep-navy, #08162B); /* Dark background for content */
  color: var(--text-main, #F3F8FF);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__article-body {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--gold, #F2C14E);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__sub-section-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: var(--text-main, #F3F8FF);
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88 p {
  margin-bottom: 15px;
  font-size: 1.1rem;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88 ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88 li {
  margin-bottom: 10px;
  font-size: 1.1rem;
  color: var(--text-secondary, #AFC4E8);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88 strong {
  color: var(--text-main, #F3F8FF);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__article-figure {
  margin: 40px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__article-figure figcaption {
  margin-top: 15px;
  font-style: italic;
  color: var(--text-secondary, #AFC4E8);
  font-size: 0.95rem;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-list {
  margin-top: 40px;
}

details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item {
  margin-bottom: 15px;
  border-radius: 8px;
  border: 1px solid var(--border-color, #244D84);
  overflow: hidden;
  background: var(--card-bg, #10233F);
}

details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-pk88__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: var(--text-main, #F3F8FF);
}

details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-question::-webkit-details-marker {
  display: none;
}

details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-question:hover {
  background: rgba(var(--card-bg, #10233F), 0.8); /* Slightly darker on hover */
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-qtext {
  flex: 1;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
  color: var(--text-main, #F3F8FF);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: var(--gold, #F2C14E);
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}

details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item .page-blog-chien-thuat-choi-tai-xiu-pk88__faq-answer {
  padding: 0 25px 25px;
  background: rgba(var(--card-bg, #10233F), 0.7);
  border-radius: 0 0 8px 8px;
  color: var(--text-secondary, #AFC4E8);
  font-size: 1rem;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-answer p {
  margin-bottom: 0;
}

/* CTA Section at the end */
.page-blog-chien-thuat-choi-tai-xiu-pk88__cta-section {
  text-align: center;
  padding: 60px 20px;
  background: var(--deep-navy, #08162B);
  color: var(--text-main, #F3F8FF);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__cta-section .page-blog-chien-thuat-choi-tai-xiu-pk88__section-title {
  color: var(--gold, #F2C14E);
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__cta-section p {
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__button-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* Responsive Styles */

/* Desktop/Tablet (up to 1024px) - General adjustments */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-pk88__main-title {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__subtitle {
    font-size: 1.1rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__section-title {
    font-size: 2rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__sub-section-title {
    font-size: 1.6rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__cta-button {
    padding: 12px 25px;
    font-size: 1rem;
  }
}

/* Mobile (up to 768px) */
@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-chien-thuat-choi-tai-xiu-pk88__hero-section {
    padding-top: 10px; /* Ensure small top padding */
    padding-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important; /* Allow image to scale freely */
    filter: brightness(0.6); /* Slightly less darken for mobile */
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__hero-content {
    padding: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__main-title {
    font-size: clamp(2rem, 8vw, 2.8rem); /* Adjust H1 for smaller screens */
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__subtitle {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    padding: 12px 15px !important;
    font-size: 1rem !important;
  }

  /* Content Section */
  .page-blog-chien-thuat-choi-tai-xiu-pk88__content-section {
    padding: 30px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__article-body {
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__sub-section-title {
    font-size: 1.4rem;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88 p,
  .page-blog-chien-thuat-choi-tai-xiu-pk88 li {
    font-size: 1rem;
  }

  /* Images and Containers */
  .page-blog-chien-thuat-choi-tai-xiu-pk88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__article-figure {
    margin: 30px 0;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__container,
  .page-blog-chien-thuat-choi-tai-xiu-pk88__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* FAQ Section */
  details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item summary.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-question {
    padding: 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__faq-qtext {
    font-size: 1rem;
  }

  .page-blog-chien-thuat-choi-tai-xiu-pk88__faq-toggle {
    font-size: 20px;
    width: 24px;
  }

  details.page-blog-chien-thuat-choi-tai-xiu-pk88__faq-item .page-blog-chien-thuat-choi-tai-xiu-pk88__faq-answer {
    padding: 0 15px 15px;
  }

  /* Button Group */
  .page-blog-chien-thuat-choi-tai-xiu-pk88__button-group {
    flex-direction: column; /* Stack buttons vertically on mobile */
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* No products grid on this page, but if there were: */
  /* .page-blog-chien-thuat-choi-tai-xiu-pk88__products-grid { overflow-x: hidden; } */
}

/* @media (max-width: 849px) specifically for HERO image object-fit: contain */
@media (max-width: 849px) {
  .page-blog-chien-thuat-choi-tai-xiu-pk88__hero-image {
    object-fit: contain !important;
    aspect-ratio: unset !important;
  }
}

/* Color Contrast Fixes (if needed) */
.page-blog-chien-thuat-choi-tai-xiu-pk88__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-chien-thuat-choi-tai-xiu-pk88__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}