/* style/blog-chien-thuat-choi-game-bai-vv88.css */
.page-blog-chien-thuat-choi-game-bai-vv88 {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: var(--text-main, #1F2D3D);
  background-color: var(--body-bg, #F4F7FB);
}

.page-blog-chien-thuat-choi-game-bai-vv88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.page-blog-chien-thuat-choi-game-bai-vv88__hero-section {
  padding-top: 10px; /* Rely on body padding-top for header offset, use small top padding here */
  padding-bottom: 60px;
  background-color: var(--body-bg, #F4F7FB);
  color: var(--text-main, #1F2D3D);
}

.page-blog-chien-thuat-choi-game-bai-vv88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  padding: 40px 0;
}

.page-blog-chien-thuat-choi-game-bai-vv88__hero-content {
  flex: 1 1 50%;
  min-width: 300px;
}

.page-blog-chien-thuat-choi-game-bai-vv88__main-title {
  font-size: clamp(2em, 3.5vw, 2.8em);
  font-weight: 700;
  color: var(--text-black, #000000);
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-chien-thuat-choi-game-bai-vv88__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: var(--text-main, #1F2D3D);
}

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

.page-blog-chien-thuat-choi-game-bai-vv88__btn-primary,
.page-blog-chien-thuat-choi-game-bai-vv88__btn-secondary {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  box-sizing: border-box;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-vv88__btn-primary {
  background: var(--button-gradient, linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%));
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__btn-primary:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.page-blog-chien-thuat-choi-game-bai-vv88__btn-secondary {
  background-color: var(--card-bg, #FFFFFF);
  color: var(--primary-color, #2F6BFF);
  border-color: var(--primary-color, #2F6BFF);
}

.page-blog-chien-thuat-choi-game-bai-vv88__btn-secondary:hover {
  background-color: var(--primary-color, #2F6BFF);
  color: #ffffff;
}

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

.page-blog-chien-thuat-choi-game-bai-vv88__hero-side-image {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}

.page-blog-chien-thuat-choi-game-bai-vv88__section-title {
  font-size: clamp(1.8em, 3vw, 2.5em);
  font-weight: 700;
  color: var(--text-black, #000000);
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-vv88__content-area {
  padding: 60px 0;
}

.page-blog-chien-thuat-choi-game-bai-vv88__section--light-bg {
  background-color: var(--body-bg, #F4F7FB);
  color: var(--text-main, #1F2D3D);
}

.page-blog-chien-thuat-choi-game-bai-vv88__section--dark-bg {
  background-color: var(--primary-color, #2F6BFF);
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__section--dark-bg .page-blog-chien-thuat-choi-game-bai-vv88__section-title,
.page-blog-chien-thuat-choi-game-bai-vv88__section--dark-bg .page-blog-chien-thuat-choi-game-bai-vv88__text-block {
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__text-block {
  font-size: 1.05em;
  margin-bottom: 40px;
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-game-bai-vv88__features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  text-align: center;
}

.page-blog-chien-thuat-choi-game-bai-vv88__feature-item {
  background-color: var(--card-bg, #FFFFFF);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  color: var(--text-main, #1F2D3D);
}

.page-blog-chien-thuat-choi-game-bai-vv88__feature-item:hover {
  transform: translateY(-5px);
}

.page-blog-chien-thuat-choi-game-bai-vv88__feature-title {
  font-size: 1.4em;
  font-weight: 600;
  color: var(--text-black, #000000);
  margin-bottom: 15px;
}

.page-blog-chien-thuat-choi-game-bai-vv88__feature-text {
  font-size: 1em;
  color: var(--text-main, #1F2D3D);
}

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

.page-blog-chien-thuat-choi-game-bai-vv88__card {
  background-color: rgba(255, 255, 255, 0.15); /* Slightly transparent white on dark bg */
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__card:hover {
  transform: translateY(-8px);
}

.page-blog-chien-thuat-choi-game-bai-vv88__card-image {
  width: 100%;
  height: 220px; /* Fixed height for consistent card appearance */
  object-fit: cover;
  display: block;
}

.page-blog-chien-thuat-choi-game-bai-vv88__card-title {
  font-size: 1.5em;
  font-weight: 600;
  color: #ffffff;
  padding: 20px 20px 10px;
}

.page-blog-chien-thuat-choi-game-bai-vv88__list {
  list-style-type: disc;
  margin: 0 20px 20px 40px;
  padding: 0;
  flex-grow: 1;
}

.page-blog-chien-thuat-choi-game-bai-vv88__list li {
  margin-bottom: 8px;
  font-size: 0.95em;
}

.page-blog-chien-thuat-choi-game-bai-vv88__list li strong {
  color: var(--glow-color, #A5C4FF);
}

.page-blog-chien-thuat-choi-game-bai-vv88__card-link {
  display: block;
  text-align: center;
  padding: 12px 20px;
  background-color: var(--glow-color, #A5C4FF);
  color: var(--primary-color, #2F6BFF);
  text-decoration: none;
  font-weight: 600;
  border-radius: 0 0 12px 12px;
  transition: background-color 0.3s ease;
}

.page-blog-chien-thuat-choi-game-bai-vv88__card-link:hover {
  background-color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__general-tips-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-chien-thuat-choi-game-bai-vv88__tip-item {
  background-color: var(--card-bg, #FFFFFF);
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
  color: var(--text-main, #1F2D3D);
}

.page-blog-chien-thuat-choi-game-bai-vv88__tip-item:hover {
  transform: translateY(-5px);
}

.page-blog-chien-thuat-choi-game-bai-vv88__tip-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-chien-thuat-choi-game-bai-vv88__tip-title {
  font-size: 1.3em;
  font-weight: 600;
  color: var(--text-black, #000000);
  margin-bottom: 10px;
}

.page-blog-chien-thuat-choi-game-bai-vv88__tip-text {
  font-size: 0.95em;
  color: var(--text-main, #1F2D3D);
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-section {
  padding: 60px 0;
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-list {
  max-width: 900px;
  margin: 40px auto 0;
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-item {
  background-color: var(--card-bg, #FFFFFF);
  border: 1px solid var(--border-color, #D6E2FF);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  color: var(--text-main, #1F2D3D);
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: 600;
  color: var(--text-black, #000000);
  cursor: pointer;
  background-color: #fcfdff;
  user-select: none;
  position: relative;
  list-style: none; /* For details/summary */
}

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

.page-blog-chien-thuat-choi-game-bai-vv88__faq-question::marker {
  display: none;
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-item[open] .page-blog-chien-thuat-choi-game-bai-vv88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-chien-thuat-choi-game-bai-vv88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  color: var(--text-main, #1F2D3D);
  line-height: 1.7;
}

.page-blog-chien-thuat-choi-game-bai-vv88__cta-section {
  padding: 80px 0;
  text-align: center;
  background-color: var(--primary-color, #2F6BFF);
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__cta-section .page-blog-chien-thuat-choi-game-bai-vv88__section-title,
.page-blog-chien-thuat-choi-game-bai-vv88__cta-section .page-blog-chien-thuat-choi-game-bai-vv88__description {
  color: #ffffff;
}

.page-blog-chien-thuat-choi-game-bai-vv88__cta-container {
  max-width: 800px;
}

.page-blog-chien-thuat-choi-game-bai-vv88__cta-section .page-blog-chien-thuat-choi-game-bai-vv88__btn-primary {
  margin-top: 30px;
  min-width: 220px;
}

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

/* Mobile Responsive Styles */
@media (max-width: 768px) {
  .page-blog-chien-thuat-choi-game-bai-vv88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__hero-container {
    flex-direction: column-reverse; /* Image first, then content */
    padding: 20px 0;
    gap: 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__hero-content,
  .page-blog-chien-thuat-choi-game-bai-vv88__hero-image {
    flex: 1 1 100%;
    min-width: unset;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__main-title {
    font-size: 2em; /* Smaller on mobile */
    text-align: center;
  }

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

  .page-blog-chien-thuat-choi-game-bai-vv88__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__btn-primary,
  .page-blog-chien-thuat-choi-game-bai-vv88__btn-secondary,
  .page-blog-chien-thuat-choi-game-bai-vv88 a[class*="button"],
  .page-blog-chien-thuat-choi-game-bai-vv88 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;
  }

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

  .page-blog-chien-thuat-choi-game-bai-vv88__content-area {
    padding: 40px 0;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__section-title {
    font-size: 1.8em;
    margin-bottom: 20px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__text-block {
    font-size: 1em;
    margin-bottom: 30px;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__features-grid,
  .page-blog-chien-thuat-choi-game-bai-vv88__card-grid,
  .page-blog-chien-thuat-choi-game-bai-vv88__general-tips-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__card-image {
    height: 180px; /* Adjust height for mobile cards */
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__card-title {
    font-size: 1.3em;
    padding: 15px 15px 8px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__list {
    margin-left: 35px;
    margin-right: 15px;
    font-size: 0.9em;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__card-link {
    font-size: 0.95em;
    padding: 10px 15px;
  }

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

  .page-blog-chien-thuat-choi-game-bai-vv88__faq-list {
    margin-top: 30px;
    padding: 0 15px;
  }

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

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

  .page-blog-chien-thuat-choi-game-bai-vv88__cta-section {
    padding: 60px 0;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__cta-container {
    padding: 0 15px;
  }

  .page-blog-chien-thuat-choi-game-bai-vv88__cta-section .page-blog-chien-thuat-choi-game-bai-vv88__btn-primary {
    margin-top: 20px;
  }

  /* Ensure all images inside content sections are responsive */
  .page-blog-chien-thuat-choi-game-bai-vv88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    box-sizing: border-box !important;
  }

  /* Containers for images and buttons */
  .page-blog-chien-thuat-choi-game-bai-vv88__container,
  .page-blog-chien-thuat-choi-game-bai-vv88__card,
  .page-blog-chien-thuat-choi-game-bai-vv88__feature-item,
  .page-blog-chien-thuat-choi-game-bai-vv88__tip-item,
  .page-blog-chien-thuat-choi-game-bai-vv88__faq-item,
  .page-blog-chien-thuat-choi-game-bai-vv88__cta-buttons,
  .page-blog-chien-thuat-choi-game-bai-vv88__button-group,
  .page-blog-chien-thuat-choi-game-bai-vv88__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* Specific for general tips grid items to avoid double padding */
  .page-blog-chien-thuat-choi-game-bai-vv88__general-tips-grid .page-blog-chien-thuat-choi-game-bai-vv88__tip-item {
    padding-left: 25px;
    padding-right: 25px;
  }
}