.page-blog-chien-thuat-choi-tai-xiu-tai-fly88 {
  color: #FFF3E6;
  background-color: #0D0E12;
  font-family: 'Arial', sans-serif;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-section {
  padding-top: 10px; /* Consistent with shared body padding-top */
  padding-bottom: 60px;
  background: linear-gradient(180deg, rgba(255, 165, 58, 0.1) 0%, rgba(255, 140, 26, 0.05) 100%);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 40px 20px;
  gap: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__main-title {
  font-size: 2.8em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FF8C1A; /* Brand primary color for title */
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-description {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-primary,
.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 700;
  font-size: 1em;
  transition: all 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-primary {
  background: linear-gradient(180deg, #FFA53A 0%, #D96800 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-primary:hover {
  background: linear-gradient(180deg, #FFB04D 0%, #FF8C1A 100%);
  box-shadow: 0 4px 15px rgba(255, 140, 26, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-secondary {
  background: #17191F;
  color: #FF8C1A;
  border: 2px solid #A84F0C;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-secondary:hover {
  background: #2a2d36;
  color: #FFB04D;
  border-color: #FFB04D;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-image {
  flex: 1 1 40%;
  min-width: 280px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
  line-height: 1.7;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__section-header {
  text-align: center;
  margin-bottom: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: #FF8C1A;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__text-block {
  margin-bottom: 40px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__text-block p {
  margin-bottom: 15px;
  font-size: 1.05em;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__text-block ul {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__text-block li {
  margin-bottom: 8px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__sub-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #FFA53A;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-section {
  max-width: 1000px;
  margin: 60px auto;
  padding: 0 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-item {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 8px;
  overflow: hidden;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  color: #FF8C1A;
  list-style: none; /* For details/summary native marker */
}

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

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #FFF3E6;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: #FFF3E6;
}

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

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__call-to-action {
  text-align: center;
  max-width: 800px;
  margin: 60px auto;
  padding: 40px 20px;
  background-color: #17191F;
  border-radius: 12px;
  border: 1px solid #A84F0C;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-title {
  font-size: 2em;
  color: #FF8C1A;
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-description {
  font-size: 1.1em;
  color: #FFF3E6;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-large {
  padding: 16px 32px;
  font-size: 1.1em;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__related-articles {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

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

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__article-card {
  background-color: #17191F;
  border: 1px solid #A84F0C;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-image {
  width: 100%;
  height: 200px; /* Fixed height for consistency */
  object-fit: cover;
  display: block;
}

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

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-title {
  font-size: 1.3em;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1.4;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-title a {
  color: #FF8C1A;
  text-decoration: none;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-title a:hover {
  color: #FFA53A;
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-excerpt {
  font-size: 0.95em;
  color: #FFF3E6;
  margin-bottom: 15px;
  line-height: 1.5;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__read-more {
  display: inline-block;
  color: #FFA53A;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95em;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__read-more:hover {
  text-decoration: underline;
  color: #FFB04D;
}

.page-blog-chien-thuat-choi-tai-xiu-tai-fly88__view-all-button {
  text-align: center;
  margin-top: 50px;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__main-title {
    font-size: 2.4em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-description,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-description {
    font-size: 1em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-secondary {
    padding: 12px 24px;
    font-size: 0.95em;
  }

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

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__sub-title {
    font-size: 1.4em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-title {
    font-size: 1.8em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-title {
    font-size: 1.2em;
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-container {
    flex-direction: column;
    padding: 30px 15px;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-content,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-image {
    flex: 1 1 100%;
    width: 100%;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__main-title {
    font-size: 2em;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__hero-description {
    font-size: 0.95em;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-buttons {
    flex-direction: column;
    align-items: center;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-secondary,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88 a[class*="button"],
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 1em !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__content-area {
    padding: 40px 15px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__section-title {
    font-size: 1.8em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__sub-title {
    font-size: 1.3em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__text-block p,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__text-block li {
    font-size: 0.95em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__content-image {
    max-width: 100% !important;
    height: auto !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-section,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__call-to-action,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__related-articles {
    padding: 0 15px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.9em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__cta-title {
    font-size: 1.6em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__btn-large {
    padding: 14px 28px;
    font-size: 1em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__article-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-image {
    height: 180px; /* Adjust height for mobile card images */
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-title {
    font-size: 1.1em;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card-excerpt {
    font-size: 0.9em;
  }

  /* General image and container responsiveness for mobile */
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__section,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__card,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__container,
  .page-blog-chien-thuat-choi-tai-xiu-tai-fly88__call-to-action {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden;
  }
}