.page-blog-chien-thuat-choi-game-tai-vf55 {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1F2D3D;
  background-color: #F4F7FB;
}

.page-blog-chien-thuat-choi-game-tai-vf55__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding as body handles header offset */
  margin-bottom: 40px;
  text-align: center;
  background-color: #F4F7FB; /* Light background for hero section */
}

.page-blog-chien-thuat-choi-game-tai-vf55__hero-image {
  width: 100%;
  max-height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien-thuat-choi-game-tai-vf55__hero-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-game-tai-vf55__hero-content {
  max-width: 960px;
  margin: 20px auto 0;
  padding: 0 20px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-tai-vf55__main-title {
  font-size: clamp(2.2rem, 4vw, 3rem);
  color: #1F2D3D;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
}

.page-blog-chien-thuat-choi-game-tai-vf55__intro-text {
  font-size: 1.15rem;
  color: #1F2D3D;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-game-tai-vf55__cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-tai-vf55__btn-primary,
.page-blog-chien-thuat-choi-game-tai-vf55__btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  white-space: normal;
  word-wrap: break-word;
  box-sizing: border-box;
  max-width: 100%;
}

.page-blog-chien-thuat-choi-game-tai-vf55__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-chien-thuat-choi-game-tai-vf55__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 4px 15px rgba(47, 107, 255, 0.4);
}

.page-blog-chien-thuat-choi-game-tai-vf55__btn-secondary {
  background: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-chien-thuat-choi-game-tai-vf55__btn-secondary:hover {
  background: #F4F7FB;
  color: #2F6BFF;
  border-color: #6FA3FF;
}

.page-blog-chien-thuat-choi-game-tai-vf55__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-tai-vf55__content-section {
  padding: 40px 0;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.page-blog-chien-thuat-choi-game-tai-vf55__light-bg {
  background-color: #ffffff;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-tai-vf55__dark-bg {
  background-color: #2F6BFF;
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-tai-vf55__dark-bg .page-blog-chien-thuat-choi-game-tai-vf55__section-title,
.page-blog-chien-thuat-choi-game-tai-vf55__dark-bg h3,
.page-blog-chien-thuat-choi-game-tai-vf55__dark-bg h4 {
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-tai-vf55__dark-bg a {
  color: #A5C4FF;
}

.page-blog-chien-thuat-choi-game-tai-vf55__container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-tai-vf55__section-title {
  font-size: clamp(1.8rem, 3.5vw, 2.5rem);
  color: #1F2D3D;
  text-align: center;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.3;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body {
  font-size: 1.05rem;
  line-height: 1.7;
  max-width: 800px;
  margin: 0 auto;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body h3 {
  font-size: clamp(1.4rem, 2.8vw, 1.8rem);
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body h4 {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body p {
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body ul {
  list-style: disc;
  padding-left: 25px;
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body li {
  margin-bottom: 8px;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body a {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: 600;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-body a:hover {
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-figure {
  margin: 25px auto;
  max-width: 800px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-tai-vf55__article-figure img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

/* FAQ Section */
.page-blog-chien-thuat-choi-game-tai-vf55__faq-section {
  padding: 40px 0;
  margin-bottom: 0;
  background-color: #F4F7FB; /* Use background color for FAQ section */
  color: #1F2D3D;
}

.page-blog-chien-thuat-choi-game-tai-vf55__faq-list {
  max-width: 800px;
  margin: 0 auto;
}

details.page-blog-chien-thuat-choi-game-tai-vf55__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #D6E2FF;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

details.page-blog-chien-thuat-choi-game-tai-vf55__faq-item summary.page-blog-chien-thuat-choi-game-tai-vf55__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;
  font-weight: 600;
  color: #1F2D3D;
}

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

details.page-blog-chien-thuat-choi-game-tai-vf55__faq-item summary.page-blog-chien-thuat-choi-game-tai-vf55__faq-question:hover {
  background: #F4F7FB;
}

.page-blog-chien-thuat-choi-game-tai-vf55__faq-qtext {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}

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

details.page-blog-chien-thuat-choi-game-tai-vf55__faq-item .page-blog-chien-thuat-choi-game-tai-vf55__faq-answer {
  padding: 0 20px 20px;
  background: #F4F7FB;
  border-radius: 0 0 5px 5px;
  font-size: 1rem;
  color: #1F2D3D;
}

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

/* General image responsiveness */
.page-blog-chien-thuat-choi-game-tai-vf55 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-tai-vf55__hero-image img {
    max-height: 400px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__main-title {
    font-size: clamp(2rem, 4.5vw, 2.8rem);
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__intro-text {
    font-size: 1.1rem;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__section-title {
    font-size: clamp(1.6rem, 3.8vw, 2.2rem);
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__article-body {
    font-size: 1rem;
  }
}

@media (max-width: 849px) {
  .page-blog-chien-thuat-choi-game-tai-vf55__hero-image img {
    object-fit: contain !important; /* Prevents cropping on smaller screens */
    aspect-ratio: unset !important; /* Allows natural aspect ratio */
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-tai-vf55 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__hero-section {
    padding-top: 10px; /* Ensure small top padding */
    margin-bottom: 30px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__hero-image {
    max-height: none;
  }

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

  .page-blog-chien-thuat-choi-game-tai-vf55__hero-content {
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__main-title {
    font-size: clamp(1.8rem, 6vw, 2.5rem);
    margin-bottom: 10px;
  }

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

  .page-blog-chien-thuat-choi-game-tai-vf55__cta-buttons {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__btn-primary,
  .page-blog-chien-thuat-choi-game-tai-vf55__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 15px;
    font-size: 0.95rem;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__content-section {
    padding: 30px 0;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__container {
    padding: 0 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__section-title {
    font-size: clamp(1.5rem, 5.5vw, 2rem);
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__article-body {
    font-size: 0.95rem;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__article-body h3 {
    font-size: clamp(1.2rem, 4.5vw, 1.6rem);
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__article-body h4 {
    font-size: clamp(1.1rem, 4vw, 1.3rem);
    margin-top: 15px;
    margin-bottom: 8px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__article-figure {
    margin: 20px auto;
    max-width: 100%;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__article-figure img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  details.page-blog-chien-thuat-choi-game-tai-vf55__faq-item summary.page-blog-chien-thuat-choi-game-tai-vf55__faq-question {
    padding: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__faq-qtext {
    font-size: 15px;
  }

  .page-blog-chien-thuat-choi-game-tai-vf55__faq-answer {
    padding: 0 15px 15px;
  }
}