.page-blog-latest-game-hello88-guide {
  background-color: #F4F7FB;
  color: #1F2D3D;
  font-family: Arial, sans-serif;
}

.page-blog-latest-game-hello88-guide__hero-section {
  position: relative;
  padding-top: 10px; /* Small top padding to respect header offset */
  margin-bottom: 40px;
  background-color: #F4F7FB;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-latest-game-hello88-guide__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.page-blog-latest-game-hello88-guide__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-latest-game-hello88-guide__hero-content {
  max-width: 900px;
  padding: 0 20px;
  margin-top: 20px;
}

.page-blog-latest-game-hello88-guide__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #1F2D3D;
  margin-bottom: 15px;
  max-width: 100%; /* Ensures it doesn't overflow */
}

.page-blog-latest-game-hello88-guide__intro-text {
  font-size: 1.1em;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-latest-game-hello88-guide__cta-button {
  display: inline-block;
  padding: 14px 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #4A8BFF 0%, #2F6BFF 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-blog-latest-game-hello88-guide__cta-button:hover {
  background: linear-gradient(180deg, #2F6BFF 0%, #4A8BFF 100%);
  transform: translateY(-2px);
}

.page-blog-latest-game-hello88-guide__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-blog-latest-game-hello88-guide__cta-button--secondary {
  background: #6FA3FF;
  margin-left: 15px;
}

.page-blog-latest-game-hello88-guide__cta-button--secondary:hover {
  background: #2F6BFF;
}

.page-blog-latest-game-hello88-guide__content-section {
  padding: 40px 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  margin: 0 auto 40px auto;
  max-width: 1200px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.page-blog-latest-game-hello88-guide__container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-blog-latest-game-hello88-guide__publish-date {
  font-size: 0.9em;
  color: #6FA3FF;
  margin-bottom: 30px;
  text-align: right;
}

.page-blog-latest-game-hello88-guide__section-title {
  font-size: 2em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.page-blog-latest-game-hello88-guide__sub-title {
  font-size: 1.5em;
  color: #1F2D3D;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-latest-game-hello88-guide__paragraph {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #1F2D3D;
}

.page-blog-latest-game-hello88-guide__read-more-link,
.page-blog-latest-game-hello88-guide__game-link {
  color: #2F6BFF;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}

.page-blog-latest-game-hello88-guide__read-more-link:hover,
.page-blog-latest-game-hello88-guide__game-link:hover {
  color: #6FA3FF;
}

.page-blog-latest-game-hello88-guide__content-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px 0;
  display: block;
  object-fit: cover;
  min-width: 200px;
  min-height: 200px;
}

.page-blog-latest-game-hello88-guide__tip-list {
  list-style-type: disc;
  margin-left: 20px;
  margin-bottom: 30px;
  color: #1F2D3D;
}

.page-blog-latest-game-hello88-guide__tip-item {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-blog-latest-game-hello88-guide__bottom-cta {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .page-blog-latest-game-hello88-guide__main-title {
    font-size: 2em;
  }

  .page-blog-latest-game-hello88-guide__intro-text {
    font-size: 1em;
  }

  .page-blog-latest-game-hello88-guide__section-title {
    font-size: 1.6em;
  }

  .page-blog-latest-game-hello88-guide__sub-title {
    font-size: 1.2em;
  }

  .page-blog-latest-game-hello88-guide__cta-button {
    padding: 12px 24px;
    font-size: 0.9em;
  }

  .page-blog-latest-game-hello88-guide__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }

  .page-blog-latest-game-hello88-guide__bottom-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .page-blog-latest-game-hello88-guide__content-image {
    max-width: 100%;
    height: auto;
  }
}