.page-resources-hbet88-game-guide {
  color: #333333; /* Dark text for light body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding-top: var(--header-offset, 120px); /* Ensure content is below fixed header */
}

.page-resources-hbet88-game-guide__hero-section {
  background-color: #000000; /* Main color */
  color: #FFFFFF;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.page-resources-hbet88-game-guide__hero-content {
  max-width: 800px;
}

.page-resources-hbet88-game-guide__hero-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFFFFF;
  line-height: 1.2;
}

.page-resources-hbet88-game-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-resources-hbet88-game-guide__hero-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-hbet88-game-guide__button {
  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, transform 0.2s ease;
  font-size: 1.1em;
  min-width: 200px; /* Ensure buttons are not too small */
  text-align: center;
}

.page-resources-hbet88-game-guide__button--register {
  background-color: #FFFFFF; /* Register color */
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-hbet88-game-guide__button--register:hover {
  background-color: #F0F0F0;
  transform: translateY(-2px);
}

.page-resources-hbet88-game-guide__button--login {
  background-color: #FCBC45; /* Login color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-hbet88-game-guide__button--login:hover {
  background-color: #E0A53A;
  transform: translateY(-2px);
}

.page-resources-hbet88-game-guide__hero-image {
  margin-top: 40px;
  width: 100%;
  max-width: 1000px; /* Constrain hero image width */
}

.page-resources-hbet88-game-guide__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-hbet88-game-guide__content-area {
  max-width: 800px; /* Content width for readability */
  margin: 40px auto;
  padding: 0 20px;
}

.page-resources-hbet88-game-guide__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  text-align: center;
  position: relative;
}

.page-resources-hbet88-game-guide__section-title::after {
  content: '';
  display: block;
  width: 80px;
  height: 4px;
  background-color: #FCBC45;
  margin: 10px auto 0;
}

.page-resources-hbet88-game-guide__game-category-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

.page-resources-hbet88-game-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
}

.page-resources-hbet88-game-guide__game-image {
  margin: 30px 0;
  text-align: center;
}

.page-resources-hbet88-game-guide__game-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-hbet88-game-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
  font-size: 1.05em;
  color: #555555;
}

.page-resources-hbet88-game-guide__list-item {
  margin-bottom: 10px;
}

.page-resources-hbet88-game-guide__promo-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-resources-hbet88-game-guide__promo-card {
  background-color: #F8F8F8;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.page-resources-hbet88-game-guide__promo-card-title {
  font-size: 1.5em;
  color: #000000;
  margin-bottom: 15px;
}

.page-resources-hbet88-game-guide__promo-card-description {
  font-size: 1em;
  color: #666666;
  margin-bottom: 25px;
  flex-grow: 1;
}

.page-resources-hbet88-game-guide__faq-item {
  background-color: #F8F8F8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.page-resources-hbet88-game-guide__faq-question {
  font-size: 1.3em;
  color: #000000;
  margin-bottom: 10px;
  cursor: pointer;
}

.page-resources-hbet88-game-guide__faq-answer {
  font-size: 1.05em;
  color: #555555;
  line-height: 1.7;
}

.page-resources-hbet88-game-guide__call-to-action {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.page-resources-hbet88-game-guide__return-link-container {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 40px;
}

.page-resources-hbet88-game-guide__back-link {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: color 0.3s ease;
}

.page-resources-hbet88-game-guide__back-link:hover {
  color: #E0A53A;
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-hbet88-game-guide__hero-section {
    padding: 60px 15px;
    flex-direction: column;
    gap: 30px;
  }

  .page-resources-hbet88-game-guide__hero-title {
    font-size: 2.5em;
  }

  .page-resources-hbet88-game-guide__hero-description {
    font-size: 1.1em;
  }

  .page-resources-hbet88-game-guide__hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-hbet88-game-guide__button {
    width: 100%;
    max-width: 300px;
  }

  .page-resources-hbet88-game-guide__content-area {
    padding: 0 15px;
  }

  .page-resources-hbet88-game-guide__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-hbet88-game-guide__game-category-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-resources-hbet88-game-guide__paragraph,
  .page-resources-hbet88-game-guide__list-item,
  .page-resources-hbet88-game-guide__promo-card-description,
  .page-resources-hbet88-game-guide__faq-answer {
    font-size: 1em;
  }

  .page-resources-hbet88-game-guide__promo-card {
    padding: 20px;
  }

  .page-resources-hbet88-game-guide__promo-card-title {
    font-size: 1.3em;
  }

  .page-resources-hbet88-game-guide__faq-question {
    font-size: 1.2em;
  }

  /* Ensure images do not overflow on mobile */
  .page-resources-hbet88-game-guide img {
    max-width: 100% !important;
    height: auto !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-resources-hbet88-game-guide {
    overflow-x: hidden;
  }
}