/* style/blog-chien-thuat-choi-game-vh88.css */

:root {
  --page-primary-color: #017439;
  --page-secondary-color: #FFFFFF;
  --page-register-color: #C30808;
  --page-login-color: #C30808;
  --page-background-color: #FFFFFF;
  --page-register-login-font-color: #FFFF00;
  --page-text-color: #333333; /* Default for light backgrounds */
}

.page-blog-chien-thuat-choi-game-vh88 {
  font-family: 'Arial', sans-serif;
  color: var(--page-text-color);
  line-height: 1.6;
  background-color: var(--page-background-color);
}

.page-blog-chien-thuat-choi-game-vh88__hero-section {
  padding-top: 10px; /* Adjusted for shared body padding */
  padding-bottom: 60px;
  background-color: var(--page-secondary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-chien-thuat-choi-game-vh88__hero-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  padding: 40px 16px;
}

.page-blog-chien-thuat-choi-game-vh88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-game-vh88__main-title {
  font-size: clamp(2em, 4vw, 3.2em); /* Responsive font size for H1 */
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: var(--page-primary-color);
}

.page-blog-chien-thuat-choi-game-vh88__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-game-vh88__cta-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.page-blog-chien-thuat-choi-game-vh88__btn-primary,
.page-blog-chien-thuat-choi-game-vh88__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.05em;
  transition: all 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-chien-thuat-choi-game-vh88__btn-primary {
  background-color: var(--page-primary-color);
  color: var(--page-secondary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-chien-thuat-choi-game-vh88__btn-primary:hover {
  background-color: darken(var(--page-primary-color), 10%);
  border-color: darken(var(--page-primary-color), 10%);
}

.page-blog-chien-thuat-choi-game-vh88__btn-secondary {
  background-color: var(--page-secondary-color);
  color: var(--page-primary-color);
  border: 2px solid var(--page-primary-color);
}

.page-blog-chien-thuat-choi-game-vh88__btn-secondary:hover {
  background-color: var(--page-primary-color);
  color: var(--page-secondary-color);
}

.page-blog-chien-thuat-choi-game-vh88__btn-lg {
  padding: 16px 32px;
  font-size: 1.15em;
}

.page-blog-chien-thuat-choi-game-vh88__hero-image {
  flex: 1 1 40%;
  min-width: 300px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-vh88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.page-blog-chien-thuat-choi-game-vh88__content-area {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-vh88__section-title {
  font-size: 2.2em;
  font-weight: 700;
  color: var(--page-primary-color);
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: left;
}

.page-blog-chien-thuat-choi-game-vh88__sub-section-title {
  font-size: 1.6em;
  font-weight: 600;
  color: #333333;
  margin-top: 35px;
  margin-bottom: 15px;
  text-align: left;
}

.page-blog-chien-thuat-choi-game-vh88__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-game-vh88__paragraph a {
  color: var(--page-primary-color);
  text-decoration: underline;
}

.page-blog-chien-thuat-choi-game-vh88__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-game-vh88__list-item {
  margin-bottom: 10px;
  font-size: 1.05em;
}

.page-blog-chien-thuat-choi-game-vh88__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-vh88__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-chien-thuat-choi-game-vh88__cta-section {
  background-color: var(--page-primary-color);
  padding: 50px 30px;
  border-radius: 15px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  color: var(--page-secondary-color);
}

.page-blog-chien-thuat-choi-game-vh88__cta-title {
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 30px;
  color: var(--page-secondary-color);
}

.page-blog-chien-thuat-choi-game-vh88__faq-section {
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-blog-chien-thuat-choi-game-vh88__faq-list {
  margin-top: 30px;
}

.page-blog-chien-thuat-choi-game-vh88__faq-item {
  background-color: var(--page-secondary-color);
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  margin-bottom: 15px;
  overflow: hidden;
  color: var(--page-text-color);
}

.page-blog-chien-thuat-choi-game-vh88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15em;
  font-weight: 600;
  cursor: pointer;
  color: var(--page-primary-color);
  list-style: none; /* For details/summary */
}

.page-blog-chien-thuat-choi-game-vh88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-chien-thuat-choi-game-vh88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: var(--page-primary-color);
}

.page-blog-chien-thuat-choi-game-vh88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.6;
  color: var(--page-text-color);
}

/* Ensure all images are responsive */
.page-blog-chien-thuat-choi-game-vh88 img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Ensure all containers are responsive */
.page-blog-chien-thuat-choi-game-vh88__section,
.page-blog-chien-thuat-choi-game-vh88__card,
.page-blog-chien-thuat-choi-game-vh88__container,
.page-blog-chien-thuat-choi-game-vh88__hero-container,
.page-blog-chien-thuat-choi-game-vh88__content-area {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

/* --- Responsive Styles --- */

@media (max-width: 1024px) {
  .page-blog-chien-thuat-choi-game-vh88__main-title {
    font-size: clamp(1.8em, 5vw, 2.8em);
  }

  .page-blog-chien-thuat-choi-game-vh88__section-title {
    font-size: 2em;
  }

  .page-blog-chien-thuat-choi-game-vh88__sub-section-title {
    font-size: 1.4em;
  }

  .page-blog-chien-thuat-choi-game-vh88__hero-container {
    flex-direction: column;
    padding: 30px 16px;
  }

  .page-blog-chien-thuat-choi-game-vh88__hero-content,
  .page-blog-chien-thuat-choi-game-vh88__hero-image {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .page-blog-chien-thuat-choi-game-vh88__hero-image {
    order: -1; /* Image above text on smaller screens */
  }

  .page-blog-chien-thuat-choi-game-vh88__cta-buttons {
    justify-content: center;
  }
}

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

  .page-blog-chien-thuat-choi-game-vh88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-game-vh88__hero-container {
    padding: 20px 15px;
    gap: 25px;
  }

  .page-blog-chien-thuat-choi-game-vh88__main-title {
    font-size: clamp(1.6em, 7vw, 2.5em) !important; /* Force smaller H1 on mobile */
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-vh88__hero-description {
    font-size: 1em;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-vh88__cta-buttons {
    flex-direction: column; /* Buttons stack vertically */
    gap: 10px;
    width: 100%;
  }

  .page-blog-chien-thuat-choi-game-vh88__btn-primary,
  .page-blog-chien-thuat-choi-game-vh88__btn-secondary,
  .page-blog-chien-thuat-choi-game-vh88 a[class*="button"],
  .page-blog-chien-thuat-choi-game-vh88 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-chien-thuat-choi-game-vh88__content-area {
    padding: 30px 15px;
  }

  .page-blog-chien-thuat-choi-game-vh88__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-vh88__sub-section-title {
    font-size: 1.3em;
    margin-top: 30px;
    margin-bottom: 10px;
    text-align: center;
  }

  .page-blog-chien-thuat-choi-game-vh88__paragraph,
  .page-blog-chien-thuat-choi-game-vh88__list-item {
    font-size: 0.95em;
  }

  .page-blog-chien-thuat-choi-game-vh88__list {
    margin-left: 20px;
  }

  .page-blog-chien-thuat-choi-game-vh88__image-wrapper {
    margin: 20px 0;
  }

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

  .page-blog-chien-thuat-choi-game-vh88__cta-section {
    padding: 40px 20px;
    margin-top: 50px;
  }

  .page-blog-chien-thuat-choi-game-vh88__cta-title {
    font-size: 1.6em;
    margin-bottom: 25px;
  }

  .page-blog-chien-thuat-choi-game-vh88__faq-question {
    padding: 15px 20px;
    font-size: 1.05em;
  }

  .page-blog-chien-thuat-choi-game-vh88__faq-toggle {
    font-size: 1.3em;
  }

  .page-blog-chien-thuat-choi-game-vh88__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* General image and container responsiveness for mobile */
  .page-blog-chien-thuat-choi-game-vh88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-chien-thuat-choi-game-vh88__hero-image .page-blog-chien-thuat-choi-game-vh88__hero-side-image {
    min-width: unset !important; /* Allow hero image to scale down more on mobile */
    min-height: unset !important;
  }

  .page-blog-chien-thuat-choi-game-vh88__section,
  .page-blog-chien-thuat-choi-game-vh88__card,
  .page-blog-chien-thuat-choi-game-vh88__container,
  .page-blog-chien-thuat-choi-game-vh88__hero-container,
  .page-blog-chien-thuat-choi-game-vh88__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Specific handling for potential three-column (Module 1 equivalent, if it existed) */
  /* Since this is a blog post, no such module is expected, but if it were, for example: */
  /* .page-blog-chien-thuat-choi-game-vh88__icon-box-media { width: 150px; height: 150px; } */
  /* .page-blog-chien-thuat-choi-game-vh88__icon-box-media img { width: 100%; height: 100%; object-fit: cover; } */

  /* If there were game tabs, they would stack or use a carousel */
  /* .page-blog-chien-thuat-choi-game-vh88__tab-nav { flex-direction: column; } */
  /* .page-blog-chien-thuat-choi-game-vh88__tab-nav button { width: 100%; } */
}

/* Color contrast fixes */
.page-blog-chien-thuat-choi-game-vh88__dark-section {
  background: var(--page-primary-color);
  color: var(--page-secondary-color);
}
.page-blog-chien-thuat-choi-game-vh88__light-bg {
  background: var(--page-secondary-color);
  color: var(--page-text-color);
}
.page-blog-chien-thuat-choi-game-vh88__card {
  background: var(--page-secondary-color);
  color: var(--page-text-color);
  border: 1px solid #e0e0e0;
}
.page-blog-chien-thuat-choi-game-vh88__text-block {
  color: var(--page-text-color);
}