/* Base styles for the page */
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88 {
  font-family: 'Arial', sans-serif;
  color: #1F2D3D; /* Text Main */
  background-color: #F4F7FB; /* Background */
  line-height: 1.6;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 40px 16px;
  box-sizing: border-box;
}

/* HERO Section */
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-section {
  padding-top: 10px; /* Small top padding, body handles --header-offset */
  padding-bottom: 40px;
  background-color: #F4F7FB;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-content {
  flex: 1 1 45%;
  min-width: 300px;
  color: #1F2D3D;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__main-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #2F6BFF;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-image {
  flex: 1 1 45%;
  min-width: 300px;
  text-align: center;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__side-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: block;
}

/* General Content Area */
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__content-area {
  background-color: #FFFFFF;
  padding: 60px 16px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #2F6BFF;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__paragraph {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #1F2D3D;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__highlight {
  color: #2F6BFF;
  font-weight: 600;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
  min-width: 200px; /* Enforce minimum size */
  min-height: 200px; /* Enforce minimum size */
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__list,
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__ordered-list {
  list-style-type: disc;
  margin: 20px 0 20px 20px;
  padding: 0;
  color: #1F2D3D;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__ordered-list {
  list-style-type: decimal;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__list-item {
  margin-bottom: 10px;
  font-size: 1rem;
  line-height: 1.5;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__text-link {
  color: #2F6BFF;
  text-decoration: underline;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__text-link:hover {
  color: #6FA3FF;
}

/* Buttons */
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__button-group {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__cta-button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__btn-primary {
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #ffffff;
  border: 2px solid transparent;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__btn-primary:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.4);
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__btn-secondary {
  background-color: #ffffff;
  color: #2F6BFF;
  border: 2px solid #2F6BFF;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__btn-secondary:hover {
  background-color: #F4F7FB;
  box-shadow: 0 8px 20px rgba(47, 107, 255, 0.1);
}

/* FAQ Section */
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-list {
  margin-top: 30px;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #D6E2FF; /* Border */
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  font-size: 1.15rem;
  font-weight: 600;
  color: #2F6BFF;
  cursor: pointer;
  list-style: none; /* For details/summary */
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-qtext {
  flex-grow: 1;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-item[open] .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #1F2D3D;
  line-height: 1.6;
}

/* Global image responsiveness */
.page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88 img {
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-container {
    flex-direction: column;
    text-align: center;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-content,
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-image {
    flex: 1 1 100%;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  /* HERO Section */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-section {
    padding-top: 10px !important;
    padding-bottom: 20px;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-container {
    padding: 20px 15px;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__main-title {
    font-size: clamp(1.8rem, 7vw, 2.5rem) !important;
    margin-bottom: 15px;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__hero-description {
    font-size: 1rem;
    margin-bottom: 20px;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__side-image {
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Content Area */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__content-area {
    padding: 30px 15px;
    margin-top: 20px;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__section-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__paragraph,
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__list-item {
    font-size: 0.95rem;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__list,
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__ordered-list {
    margin-left: 15px;
  }

  /* Images in content */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    padding: 0 15px;
  }

  /* Buttons */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__button-group {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1rem;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  /* FAQ Section */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__faq-answer {
    padding: 0 20px 15px;
  }

  /* General content area images (catch-all) */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88 .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__container img,
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88 .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__content-area img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  /* Ensure content containers don't cause overflow */
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__container,
  .page-blog-cac-loai-game-no-hu-hap-dan-tai-vivu88__content-area {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}