:root {
  --primary-color: #26A9E0;
  --secondary-color: #FFFFFF;
  --text-dark: #333333;
  --text-light: #ffffff;
  --login-button-color: #EA7C07;
  --background-color: #FFFFFF;
  --black-color: #000000;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-dark); /* Default to dark text for light background */
  background-color: var(--background-color); /* Matches body background if not overridden */
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__text-center {
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-section {
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: var(--secondary-color); /* Light background for the hero section */
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-section .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: var(--text-dark);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-visual {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__main-title {
  font-size: clamp(2em, 4vw, 2.8em); /* Responsive font size for H1 */
  font-weight: 700;
  color: var(--primary-color);
  margin-bottom: 15px;
  line-height: 1.2;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__description {
  font-size: 1.1em;
  color: var(--text-dark);
  margin-bottom: 20px;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__publish-date {
  font-size: 0.9em;
  color: #666;
  display: block;
  margin-top: 10px;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__content-area {
  padding: 60px 0;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__heading {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__sub-heading {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: var(--primary-color);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn p {
  margin-bottom: 1em;
  color: var(--text-dark);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__tip-list,
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__advantage-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__tip-item,
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__advantage-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--text-dark);
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__tip-item::before,
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__advantage-item::before {
  content: '✔';
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.2em;
  margin-right: 5px;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-section {
  background-color: var(--primary-color);
  padding: 80px 0;
  color: var(--text-light);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-section .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__heading {
  color: var(--text-light);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-section p {
  color: var(--text-light);
  margin-bottom: 30px;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  margin: 0 10px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__btn-primary {
  background-color: var(--login-button-color); /* Specific login color */
  color: var(--text-light);
  border: 2px solid var(--login-button-color);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__btn-primary:hover {
  background-color: darken(var(--login-button-color), 10%);
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__btn-secondary {
  background-color: var(--secondary-color);
  color: var(--primary-color);
  border: 2px solid var(--secondary-color);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__btn-secondary:hover {
  background-color: #f0f0f0;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-section {
  background-color: #f9f9f9;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-item {
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: var(--primary-color);
  cursor: pointer;
  list-style: none;
  outline: none;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-qtext {
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-item[open] .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--text-dark);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__related-articles-section {
  background-color: var(--secondary-color);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-list {
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-card {
  flex: 0 1 calc(50% - 15px);
  max-width: 500px;
  background-color: var(--secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: var(--text-dark);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-thumbnail {
  width: 100%;
  height: 250px; /* Fixed height for thumbnails */
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-card h3 {
  font-size: 1.3em;
  color: var(--primary-color);
  padding: 15px 20px 10px;
  margin: 0;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-excerpt {
  font-size: 0.95em;
  color: #555;
  padding: 0 20px 20px;
  margin: 0;
}

/* Ensure images are not filtered */
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn img {
  filter: none; /* Absolutely no CSS filters */
}

/* Global image responsive styles */
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn img {
  max-width: 100%;
  height: auto;
  display: block;
}

.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__section,
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__card,
.page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* --- Media Queries --- */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-section .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__container {
    flex-direction: column;
    text-align: center;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-content,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-image {
    flex: 1 1 100%;
    max-width: 700px; /* Constrain image on larger tablets */
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-card {
    flex: 0 1 calc(100% - 30px);
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__main-title {
    font-size: 2em;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__description {
    font-size: 1em;
  }

  /* Mapped: 模块1 三栏正圆图 (unused in HTML for this page, but CSS included as per strict rule) */
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__icon-box-media {
    width: 200px !important;
    height: 200px !important;
    margin: 0 auto 10px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__icon-box-media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  /* Mapped: 七 Tab 游戏区 (unused in HTML for this page, but CSS included as per strict rule) */
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__game-tabs {
    padding: 20px 0 !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__tab-nav {
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__tab-nav button {
    flex: 1 1 auto !important;
    max-width: 100% !important;
    width: 100% !important;
    font-size: 0.9em !important;
    padding: 10px 15px !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__game-panel {
    padding: 20px 0 !important;
  }

  /* 教程长文 / 促销 / 信任 / FAQ / 博客 / intro 排版 */
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__content-area {
    padding: 30px 0 !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__heading {
    font-size: 1.8em !important;
    margin-bottom: 20px !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__sub-heading {
    font-size: 1.3em !important;
    margin-top: 20px !important;
    margin-bottom: 10px !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__tip-item,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__advantage-item {
    padding: 10px 15px !important;
    font-size: 0.95em !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-section {
    padding: 50px 0 !important;
  }

  /* 通用图片与容器 */
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__section,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__card,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* 按钮与按钮容器 */
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-button,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__btn-primary,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__btn-secondary,
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn a[class*="button"],
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn 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;
    margin: 10px 0 !important; /* Stack buttons vertically */
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__cta-section .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-item summary {
    padding: 15px 20px !important;
    font-size: 1em !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__faq-answer {
    padding: 0 20px 15px !important;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-list {
    flex-direction: column;
    gap: 20px;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-card {
    flex: 0 1 100%;
  }
  .page-blog-chien-thuat-choi-tai-xiu-luon-thang-tai-95vn__article-thumbnail {
    height: 200px; /* Adjust height for mobile */
  }
}