.page-blog-g666-game-bai-strategy {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #FFFFFF;
}

.page-blog-g666-game-bai-strategy__light-bg {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-g666-game-bai-strategy__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-g666-game-bai-strategy__medium-bg {
  background-color: #FFFFFF;
  color: #000000;
}

.page-blog-g666-game-bai-strategy__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 60px 20px;
  padding-top: 10px; /* Small top padding, body handles header offset */
  background-color: #f8f8f8;
  border-bottom: 1px solid #eee;
}

.page-blog-g666-game-bai-strategy__hero-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.page-blog-g666-game-bai-strategy__hero-image {
  width: 100%;
  margin-bottom: 30px;
}

.page-blog-g666-game-bai-strategy__hero-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-g666-game-bai-strategy__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.page-blog-g666-game-bai-strategy__hero-content h1 {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  color: #26A9E0;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.05em;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-g666-game-bai-strategy__intro-text {
  font-size: 1.15rem;
  color: #555555;
  max-width: 800px;
  margin: 0 auto 30px auto;
}

.page-blog-g666-game-bai-strategy__cta-button {
  display: inline-block;
  padding: 15px 40px;
  background: #26A9E0;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-g666-game-bai-strategy__cta-button:hover {
  background: #EA7C07;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.page-blog-g666-game-bai-strategy__cta-button--small {
  padding: 10px 25px;
  font-size: 16px;
}

.page-blog-g666-game-bai-strategy__content-area {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-g666-game-bai-strategy__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-g666-game-bai-strategy__subsection-title {
  font-size: 1.6rem;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-g666-game-bai-strategy p {
  margin-bottom: 1em;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444444;
}

.page-blog-g666-game-bai-strategy ul,
.page-blog-g666-game-bai-strategy ol {
  margin-bottom: 1em;
  padding-left: 25px;
  color: #444444;
}

.page-blog-g666-game-bai-strategy li {
  margin-bottom: 0.5em;
  font-size: 1.05rem;
}

.page-blog-g666-game-bai-strategy__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-g666-game-bai-strategy__faq-container {
  margin-top: 50px;
  margin-bottom: 40px;
}

details.page-blog-g666-game-bai-strategy__faq-item {
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  background: #fff;
}
details.page-blog-g666-game-bai-strategy__faq-item summary.page-blog-g666-game-bai-strategy__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 20px;
  cursor: pointer;
  user-select: none;
  list-style: none;
  transition: background-color 0.3s ease;
  color: #333333;
}
details.page-blog-g666-game-bai-strategy__faq-item summary.page-blog-g666-game-bai-strategy__faq-question::-webkit-details-marker {
  display: none;
}
details.page-blog-g666-game-bai-strategy__faq-item summary.page-blog-g666-game-bai-strategy__faq-question:hover {
  background: #f5f5f5;
}
.page-blog-g666-game-bai-strategy__faq-qtext {
  flex: 1;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}
.page-blog-g666-game-bai-strategy__faq-toggle {
  font-size: 24px;
  font-weight: bold;
  color: #666;
  flex-shrink: 0;
  margin-left: 15px;
  width: 28px;
  text-align: center;
}
details.page-blog-g666-game-bai-strategy__faq-item .page-blog-g666-game-bai-strategy__faq-answer {
  padding: 0 20px 20px;
  background: #f9f9f9;
  border-radius: 0 0 5px 5px;
  color: #444444;
}

.page-blog-g666-game-bai-strategy__conclusion-cta {
  text-align: center;
  margin-top: 60px;
  padding: 30px 20px;
  background-color: #f0faff; /* Light blue background for emphasis */
  border-radius: 10px;
  border: 1px solid #e0e0e0;
}

.page-blog-g666-game-bai-strategy__conclusion-cta p {
  font-size: 1.2rem;
  margin-bottom: 25px;
  color: #333333;
  font-weight: 500;
}

/* Responsive styles */
@media (max-width: 768px) {
  .page-blog-g666-game-bai-strategy {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-g666-game-bai-strategy__hero-section {
    padding-top: 10px !important;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-g666-game-bai-strategy__hero-image img {
    border-radius: 4px;
  }

  .page-blog-g666-game-bai-strategy__hero-content h1 {
    font-size: clamp(2rem, 8vw, 2.5rem);
  }

  .page-blog-g666-game-bai-strategy__intro-text {
    font-size: 1rem;
  }

  .page-blog-g666-game-bai-strategy__cta-button,
  .page-blog-g666-game-bai-strategy__btn-primary,
  .page-blog-g666-game-bai-strategy__btn-secondary,
  .page-blog-g666-game-bai-strategy a[class*="button"],
  .page-blog-g666-game-bai-strategy 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;
    font-size: 16px;
  }

  .page-blog-g666-game-bai-strategy__cta-buttons,
  .page-blog-g666-game-bai-strategy__button-group,
  .page-blog-g666-game-bai-strategy__btn-container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap !important;
    gap: 10px;
  }

  .page-blog-g666-game-bai-strategy__cta-buttons {
    display: flex;
    flex-direction: column;
  }

  .page-blog-g666-game-bai-strategy__content-area {
    padding: 25px 15px;
  }

  .page-blog-g666-game-bai-strategy__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-g666-game-bai-strategy__subsection-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-g666-game-bai-strategy p,
  .page-blog-g666-game-bai-strategy li {
    font-size: 1rem;
  }

  .page-blog-g666-game-bai-strategy__content-image {
    margin: 20px auto;
    border-radius: 4px;
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  .page-blog-g666-game-bai-strategy__section,
  .page-blog-g666-game-bai-strategy__card,
  .page-blog-g666-game-bai-strategy__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  details.page-blog-g666-game-bai-strategy__faq-item summary.page-blog-g666-game-bai-strategy__faq-question { padding: 15px; }
  .page-blog-g666-game-bai-strategy__faq-qtext { font-size: 15px; }

  .page-blog-g666-game-bai-strategy__conclusion-cta p {
    font-size: 1rem;
  }
}