/* style/resources-vn88-bet-latest-gameplay-analysis.css */
.page-resources-vn88-bet-latest-gameplay-analysis {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-resources-vn88-bet-latest-gameplay-analysis__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-vn88-bet-latest-gameplay-analysis__light-bg {
  background-color: #ffffff;
  color: #333333;
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 80px 20px 40px;
  padding-top: var(--header-offset, 120px); /* Ensure space below fixed header */
  position: relative;
  overflow: hidden;
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.2;
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-description {
  font-size: 1.2em;
  margin-bottom: 40px;
  color: #ffffff;
}

.page-resources-vn88-bet-latest-gameplay-analysis__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-vn88-bet-latest-gameplay-analysis__btn-primary,
.page-resources-vn88-bet-latest-gameplay-analysis__btn-secondary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.page-resources-vn88-bet-latest-gameplay-analysis__btn-primary {
  background-color: #C30808; /* Custom color for register/login */
  color: #FFFF00; /* Custom font color for register/login */
}

.page-resources-vn88-bet-latest-gameplay-analysis__btn-primary:hover {
  background-color: #a30606;
}

.page-resources-vn88-bet-latest-gameplay-analysis__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border-color: #017439;
}

.page-resources-vn88-bet-latest-gameplay-analysis__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-resources-vn88-bet-latest-gameplay-analysis__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-resources-vn88-bet-latest-gameplay-analysis__section-title {
  font-size: 2.5em;
  color: #017439;
  margin-bottom: 30px;
  text-align: center;
}

.page-resources-vn88-bet-latest-gameplay-analysis__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-vn88-bet-latest-gameplay-analysis__game-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__card {
  background-color: rgba(255, 255, 255, 0.95); /* Slightly transparent white for dark body bg */
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  padding: 25px;
  text-align: center;
  color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  box-sizing: border-box;
}

.page-resources-vn88-bet-latest-gameplay-analysis__card-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__card-title {
  font-size: 1.6em;
  color: #017439;
  margin-bottom: 15px;
  min-height: 2.2em; /* Ensure consistent height for titles */
}

.page-resources-vn88-bet-latest-gameplay-analysis__card-title a {
  color: #017439;
  text-decoration: none;
}

.page-resources-vn88-bet-latest-gameplay-analysis__card-title a:hover {
  text-decoration: underline;
}

.page-resources-vn88-bet-latest-gameplay-analysis__card-text {
  font-size: 1em;
  line-height: 1.6;
  flex-grow: 1;
  text-align: justify;
}

.page-resources-vn88-bet-latest-gameplay-analysis__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 30px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__list-item {
  margin-bottom: 15px;
  font-size: 1.1em;
  line-height: 1.7;
}

.page-resources-vn88-bet-latest-gameplay-analysis__list-item strong {
  color: #017439;
}

.page-resources-vn88-bet-latest-gameplay-analysis__guide-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__guide-item {
  padding: 30px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__guide-title {
  font-size: 1.8em;
  color: #017439;
  margin-bottom: 15px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__guide-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 8px;
  margin-top: 20px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__cta-section {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 80px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__final-cta {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-list {
  margin-top: 40px;
  margin-bottom: 60px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-item {
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 25px;
  background-color: #017439;
  color: #ffffff;
  cursor: pointer;
  border-radius: 8px;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-question:hover {
  background-color: #005a2e;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  background-color: #f8f8f8;
  color: #333333;
  border-radius: 0 0 8px 8px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-item.active .page-resources-vn88-bet-latest-gameplay-analysis__faq-answer {
  max-height: 1000px !important; /* Sufficiently large to accommodate content */
  padding: 20px 25px;
}

.page-resources-vn88-bet-latest-gameplay-analysis__faq-item.active .page-resources-vn88-bet-latest-gameplay-analysis__faq-toggle {
  transform: rotate(45deg); /* Change + to X or - */
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-resources-vn88-bet-latest-gameplay-analysis__hero-title {
    font-size: 2.8em;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-vn88-bet-latest-gameplay-analysis__hero-section {
    padding: 60px 15px 30px;
    padding-top: var(--header-offset, 120px) !important; /* Mobile fixed header offset */
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__hero-title {
    font-size: 2.2em;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__hero-description {
    font-size: 1em;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__hero-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__btn-primary,
  .page-resources-vn88-bet-latest-gameplay-analysis__btn-secondary {
    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-resources-vn88-bet-latest-gameplay-analysis__content-area {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__section-title {
    font-size: 1.8em;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__paragraph,
  .page-resources-vn88-bet-latest-gameplay-analysis__list-item {
    font-size: 1em;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__game-grid,
  .page-resources-vn88-bet-latest-gameplay-analysis__guide-steps {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__card-image,
  .page-resources-vn88-bet-latest-gameplay-analysis__guide-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__card,
  .page-resources-vn88-bet-latest-gameplay-analysis__guide-item,
  .page-resources-vn88-bet-latest-gameplay-analysis__faq-item {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__faq-answer {
    padding: 15px 20px;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis__video-section,
  .page-resources-vn88-bet-latest-gameplay-analysis__video-container,
  .page-resources-vn88-bet-latest-gameplay-analysis__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }
  .page-resources-vn88-bet-latest-gameplay-analysis video,
  .page-resources-vn88-bet-latest-gameplay-analysis__video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
}