/* style/blog-how-to-play-popular-slots-on-68jili.css */
.page-blog-how-to-play-popular-slots-on-68jili {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: var(--text-main, #FFF6D6); /* Default text color from custom palette */
  background-color: var(--background, #0A0A0A); /* Default background from custom palette */
}

.page-blog-how-to-play-popular-slots-on-68jili__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 20px 60px 20px; /* 10px top padding, not var(--header-offset) */
  background-color: var(--background, #0A0A0A);
}

.page-blog-how-to-play-popular-slots-on-68jili__hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin-bottom: 30px;
}

.page-blog-how-to-play-popular-slots-on-68jili__main-title {
  font-size: clamp(2.2rem, 5vw, 3.8rem);
  font-weight: 700;
  color: var(--text-main, #FFF6D6);
  margin-bottom: 15px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.page-blog-how-to-play-popular-slots-on-68jili__hero-description {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
  color: var(--text-main, #FFF6D6);
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-play-popular-slots-on-68jili__hero-image-wrapper {
  width: 100%;
  max-width: 1200px; /* Adjust based on desired hero image display */
  margin-top: 20px;
}

.page-blog-how-to-play-popular-slots-on-68jili__hero-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}}