.page-resources-game-68-game-bai-strategy-guide {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default text color for light background */
  background-color: var(--bg-color, #ffffff); /* Inherit from shared or default to white */
}

.page-resources-game-68-game-bai-strategy-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Hero Section */
.page-resources-game-68-game-bai-strategy-guide__hero-section {
  position: relative;
  width: 100%;
  height: 600px; /* Adjust as needed */
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  padding-top: var(--header-offset, 120px); /* Ensure content is not hidden by fixed header */
  box-sizing: border-box;
}

.page-resources-game-68-game-bai-strategy-guide__hero-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.page-resources-game-68-game-bai-strategy-guide__hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Dark overlay for text readability */
  z-index: -1;
}

.page-resources-game-68-game-bai-strategy-guide__hero-content {
  position: relative;
  z-index: 1;
  max-width: 800px;
  padding: 20px;
}

.page-resources-game-68-game-bai-strategy-guide__hero-title {
  font-size: 3.5em;
  margin-bottom: 20px;
  color: #FFFFFF;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.page-resources-game-68-game-bai-strategy-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-game-68-game-bai-strategy-guide__cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-game-68-game-bai-strategy-guide__btn-primary,
.page-resources-game-68-game-bai-strategy-guide__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;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text breaking */
  box-sizing: border-box;
  max-width: 100%;
}

.page-resources-game-68-game-bai-strategy-guide__btn-primary {
  background-color: #C30808; /* Register/Login color */
  color: #FFFF00; /* Register/Login font color */
  border: 2px solid #C30808;
}

.page-resources-game-68-game-bai-strategy-guide__btn-primary:hover {
  background-color: #a00606;
  border-color: #a00606;
}

.page-resources-game-68-game-bai-strategy-guide__btn-secondary {
  background-color: #017439;
  color: #ffffff;
  border: 2px solid #017439;
}

.page-resources-game-68-game-bai-strategy-guide__btn-secondary:hover {
  background-color: #005a2e;
  border-color: #005a2e;
}

.page-resources-game-68-game-bai-strategy-guide__cta-buttons--center {
  justify-content: center;
  margin-top: 30px;
}

/* General Section Styling */
.page-resources-game-68-game-bai-strategy-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-game-68-game-bai-strategy-guide__section-title {
  font-size: 2.5em;
  color: #017439;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-game-68-game-bai-strategy-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #C30808;
  border-radius: 2px;
}

.page-resources-game-68-game-bai-strategy-guide__content-block {
  max-width: 900px;
  margin: 0 auto;
  font-size: 1.1em;
}

.page-resources-game-68-game-bai-strategy-guide__content-block h3 {
  font-size: 1.8em;
  color: #017439;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-game-68-game-bai-strategy-guide__content-block p {
  margin-bottom: 15px;
}

.page-resources-game-68-game-bai-strategy-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 15px;
}

.page-resources-game-68-game-bai-strategy-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-game-68-game-bai-strategy-guide__image-wrapper {
  text-align: center;
  margin: 30px 0;
  overflow: hidden;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

.page-resources-game-68-game-bai-strategy-guide__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

/* Dark Background Section */
.page-resources-game-68-game-bai-strategy-guide__dark-section,
.page-resources-game-68-game-bai-strategy-guide__dark-bg {
  background-color: #017439;
  color: #ffffff;
}

.page-resources-game-68-game-bai-strategy-guide__dark-section .page-resources-game-68-game-bai-strategy-guide__section-title,
.page-resources-game-68-game-bai-strategy-guide__dark-bg .page-resources-game-68-game-bai-strategy-guide__section-title {
  color: #ffffff;
}

.page-resources-game-68-game-bai-strategy-guide__dark-section .page-resources-game-68-game-bai-strategy-guide__section-title::after,
.page-resources-game-68-game-bai-strategy-guide__dark-bg .page-resources-game-68-game-bai-strategy-guide__section-title::after {
  background-color: #FFFF00;
}

.page-resources-game-68-game-bai-strategy-guide__dark-section .page-resources-game-68-game-bai-strategy-guide__content-block h3,
.page-resources-game-68-game-bai-strategy-guide__dark-bg .page-resources-game-68-game-bai-strategy-guide__content-block h3 {
  color: #FFFF00;
}

.page-resources-game-68-game-bai-strategy-guide__dark-section .page-resources-game-68-game-bai-strategy-guide__list-item strong,
.page-resources-game-68-game-bai-strategy-guide__dark-bg .page-resources-game-68-game-bai-strategy-guide__list-item strong {
  color: #FFFF00;
}

/* FAQ Section */
.page-resources-game-68-game-bai-strategy-guide__faq-section {
  background-color: #f9f9f9;
}

.page-resources-game-68-game-bai-strategy-guide__faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-game-68-game-bai-strategy-guide__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.page-resources-game-68-game-bai-strategy-guide__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  background-color: #f0f0f0;
  transition: background-color 0.3s ease;
}

.page-resources-game-68-game-bai-strategy-guide__faq-question:hover {
  background-color: #e5e5e5;
}

.page-resources-game-68-game-bai-strategy-guide__faq-toggle {
  font-size: 1.5em;
  font-weight: normal;
  transition: transform 0.3s ease;
  color: #017439;
}

.page-resources-game-68-game-bai-strategy-guide__faq-item.active .page-resources-game-68-game-bai-strategy-guide__faq-toggle {
  transform: rotate(45deg);
  color: #C30808;
}

.page-resources-game-68-game-bai-strategy-guide__faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 25px;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: #555555;
}

.page-resources-game-68-game-bai-strategy-guide__faq-item.active .page-resources-game-68-game-bai-strategy-guide__faq-answer {
  max-height: 1000px !important; /* Sufficiently large value */
  padding: 15px 25px 25px;
}

/* Video Section */
.page-resources-game-68-game-bai-strategy-guide__video-section {
  padding: 60px 0;
  text-align: center;
  background-color: #f0f0f0;
}

.page-resources-game-68-game-bai-strategy-guide__video-wrapper {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.2);
  box-sizing: border-box;
  width: 100%;
}

.page-resources-game-68-game-bai-strategy-guide__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block;
  cursor: pointer;
}

.page-resources-game-68-game-bai-strategy-guide__video-caption {
  margin-top: 20px;
  font-size: 1.1em;
  color: #555555;
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .page-resources-game-68-game-bai-strategy-guide__hero-title {
    font-size: 3em;
  }

  .page-resources-game-68-game-bai-strategy-guide__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-resources-game-68-game-bai-strategy-guide__hero-section {
    height: 500px;
    padding-top: var(--header-offset, 120px) !important; /* Ensure mobile header offset */
  }

  .page-resources-game-68-game-bai-strategy-guide__hero-title {
    font-size: 2.2em;
  }

  .page-resources-game-68-game-bai-strategy-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-game-68-game-bai-strategy-guide__cta-buttons {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    max-width: 300px; /* Constrain button group width */
    margin: 0 auto;
  }

  .page-resources-game-68-game-bai-strategy-guide__btn-primary,
  .page-resources-game-68-game-bai-strategy-guide__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-resources-game-68-game-bai-strategy-guide__section {
    padding: 40px 0;
  }

  .page-resources-game-68-game-bai-strategy-guide__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-resources-game-68-game-bai-strategy-guide__content-block {
    font-size: 1em;
    padding: 0 15px;
  }

  .page-resources-game-68-game-bai-strategy-guide__content-block h3 {
    font-size: 1.5em;
  }

  .page-resources-game-68-game-bai-strategy-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-resources-game-68-game-bai-strategy-guide__image-wrapper,
  .page-resources-game-68-game-bai-strategy-guide__video-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0 15px; /* Add padding to prevent overflow */
    overflow: hidden !important;
  }

  .page-resources-game-68-game-bai-strategy-guide__video-section {
    padding: 40px 0;
  }

  .page-resources-game-68-game-bai-strategy-guide__video-wrapper {
    padding-bottom: 56.25%; /* Maintain aspect ratio */
  }

  .page-resources-game-68-game-bai-strategy-guide__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-resources-game-68-game-bai-strategy-guide__faq-answer {
    padding: 0 20px;
  }

  .page-resources-game-68-game-bai-strategy-guide__faq-item.active .page-resources-game-68-game-bai-strategy-guide__faq-answer {
    padding: 15px 20px 20px;
  }

  .page-resources-game-68-game-bai-strategy-guide__container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-game-68-game-bai-strategy-guide__hero-section {
    height: 450px;
  }

  .page-resources-game-68-game-bai-strategy-guide__hero-title {
    font-size: 1.8em;
  }

  .page-resources-game-68-game-bai-strategy-guide__hero-description {
    font-size: 0.9em;
  }

  .page-resources-game-68-game-bai-strategy-guide__btn-primary,
  .page-resources-game-68-game-bai-strategy-guide__btn-secondary {
    padding: 10px 15px;
  }
}