.page-blog-how-to-register-and-play-on-hi8823 {
  font-family: 'Arial', sans-serif;
  color: #333333;
  line-height: 1.6;
}

.page-blog-how-to-register-and-play-on-hi8823__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 0 60px 0; /* body handles --header-offset, this is decorative */
  overflow: hidden;
  background-color: #26A9E0; /* Fallback if image fails */
}

.page-blog-how-to-register-and-play-on-hi8823__hero-image {
  width: 100%;
  height: 675px; /* Default height for 16:9 at 1200px width */
  object-fit: cover;
  display: block;
  max-width: 1920px; /* Ensure image doesn't stretch too wide */
}

.page-blog-how-to-register-and-play-on-hi8823__hero-content {
  padding: 20px;
  max-width: 900px;
  margin-top: 20px;
  color: #FFFFFF;
}

.page-blog-how-to-register-and-play-on-hi8823__main-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #FFFFFF;
}

.page-blog-how-to-register-and-play-on-hi8823__description {
  font-size: 1.15rem;
  margin-bottom: 30px;
  color: #F0F0F0;
}

.page-blog-how-to-register-and-play-on-hi8823__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
}

.page-blog-how-to-register-and-play-on-hi8823__btn-primary,
.page-blog-how-to-register-and-play-on-hi8823__btn-secondary {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 0.3s ease, color 0.3s ease;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
  text-align: center;
}

.page-blog-how-to-register-and-play-on-hi8823__btn-primary {
  background-color: #EA7C07; /* Custom color for Login/Register */
  color: #FFFFFF;
  border: 2px solid #EA7C07;
}

.page-blog-how-to-register-and-play-on-hi8823__btn-primary:hover {
  background-color: #d16b06;
  border-color: #d16b06;
}

.page-blog-how-to-register-and-play-on-hi8823__btn-secondary {
  background-color: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-and-play-on-hi8823__btn-secondary:hover {
  background-color: #e0f4ff;
  color: #1a7aa2;
}

.page-blog-how-to-register-and-play-on-hi8823__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-how-to-register-and-play-on-hi8823__section-title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
}

.page-blog-how-to-register-and-play-on-hi8823__sub-title {
  font-size: 1.6rem;
  font-weight: 600;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-blog-how-to-register-and-play-on-hi8823__text-block {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-how-to-register-and-play-on-hi8823__feature-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-and-play-on-hi8823__feature-item {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-register-and-play-on-hi8823__feature-image {
  width: 100%;
  height: 200px; /* Ensure minimum size */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-how-to-register-and-play-on-hi8823__feature-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-how-to-register-and-play-on-hi8823__feature-description {
  font-size: 0.95rem;
  color: #555555;
}

.page-blog-how-to-register-and-play-on-hi8823__step-list {
  counter-reset: step-counter;
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-blog-how-to-register-and-play-on-hi8823__step-item {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
}

.page-blog-how-to-register-and-play-on-hi8823__step-item::before {
  counter-increment: step-counter;
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 0;
  background-color: #26A9E0;
  color: #FFFFFF;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.page-blog-how-to-register-and-play-on-hi8823__step-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 8px;
}

.page-blog-how-to-register-and-play-on-hi8823__step-description {
  font-size: 1rem;
  color: #333333;
}

.page-blog-how-to-register-and-play-on-hi8823__sub-list {
  list-style: disc;
  padding-left: 20px;
  margin-top: 10px;
  color: #333333;
}

.page-blog-how-to-register-and-play-on-hi8823__sub-list li {
  margin-bottom: 5px;
  font-size: 0.95rem;
}

.page-blog-how-to-register-and-play-on-hi8823__cta-center {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-and-play-on-hi8823__image-wrapper {
  text-align: center;
  margin: 30px 0;
}

.page-blog-how-to-register-and-play-on-hi8823__content-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  display: block;
  margin: 0 auto;
}

.page-blog-how-to-register-and-play-on-hi8823__list {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
  color: #333333;
}

.page-blog-how-to-register-and-play-on-hi8823__list li {
  margin-bottom: 8px;
  font-size: 1rem;
}

.page-blog-how-to-register-and-play-on-hi8823__game-categories {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-and-play-on-hi8823__game-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-register-and-play-on-hi8823__game-image {
  width: 100%;
  height: 200px; /* Ensure minimum size */
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
  display: block;
}

.page-blog-how-to-register-and-play-on-hi8823__game-title {
  font-size: 1.3rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-how-to-register-and-play-on-hi8823__game-description {
  font-size: 0.95rem;
  color: #555555;
  margin-bottom: 20px;
}

.page-blog-how-to-register-and-play-on-hi8823__promotion-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-and-play-on-hi8823__promo-card {
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 25px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-blog-how-to-register-and-play-on-hi8823__promo-title {
  font-size: 1.4rem;
  font-weight: 600;
  color: #26A9E0;
  margin-bottom: 10px;
}

.page-blog-how-to-register-and-play-on-hi8823__promo-description {
  font-size: 0.95rem;
  color: #555555;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-container {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-item {
  background-color: #f8f8f8;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.page-blog-how-to-register-and-play-on-hi8823__faq-item summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.1rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  outline: none;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-qtext {
  flex-grow: 1;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-toggle {
  font-size: 1.5rem;
  font-weight: bold;
  color: #26A9E0;
  margin-left: 15px;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-answer {
  padding: 0 25px 20px 25px;
  font-size: 1rem;
  color: #555555;
}

.page-blog-how-to-register-and-play-on-hi8823__faq-answer p {
  margin-bottom: 0;
}

/* Responsive styles */
@media (max-width: 1024px) {
  .page-blog-how-to-register-and-play-on-hi8823__main-title {
    font-size: clamp(2rem, 6vw, 3rem);
  }

  .page-blog-how-to-register-and-play-on-hi8823__section-title {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-and-play-on-hi8823__hero-section {
    padding: 10px 15px 40px 15px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__hero-image {
    height: 450px; /* Adjust height for smaller screens */
  }

  .page-blog-how-to-register-and-play-on-hi8823__hero-content {
    padding: 15px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__main-title {
    font-size: clamp(1.8rem, 7vw, 2.8rem);
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__description {
    font-size: 1rem;
    margin-bottom: 25px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__cta-buttons {
    flex-direction: column;
    gap: 10px;
    width: 100%;
    max-width: 300px; /* Constrain buttons */
  }

  .page-blog-how-to-register-and-play-on-hi8823__btn-primary,
  .page-blog-how-to-register-and-play-on-hi8823__btn-secondary,
  .page-blog-how-to-register-and-play-on-hi8823 a[class*="button"],
  .page-blog-how-to-register-and-play-on-hi8823 a[class*="btn"] {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__content-area,
  .page-blog-how-to-register-and-play-on-hi8823__feature-list,
  .page-blog-how-to-register-and-play-on-hi8823__game-categories,
  .page-blog-how-to-register-and-play-on-hi8823__promotion-grid,
  .page-blog-how-to-register-and-play-on-hi8823__faq-container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-register-and-play-on-hi8823__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__sub-title {
    font-size: 1.4rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__text-block,
  .page-blog-how-to-register-and-play-on-hi8823__list li,
  .page-blog-how-to-register-and-play-on-hi8823__step-description,
  .page-blog-how-to-register-and-play-on-hi8823__feature-description,
  .page-blog-how-to-register-and-play-on-hi8823__game-description,
  .page-blog-how-to-register-and-play-on-hi8823__promo-description,
  .page-blog-how-to-register-and-play-on-hi8823__faq-answer p {
    font-size: 0.95rem;
  }

  .page-blog-how-to-register-and-play-on-hi8823 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page-blog-how-to-register-and-play-on-hi8823__image-wrapper,
  .page-blog-how-to-register-and-play-on-hi8823__feature-item,
  .page-blog-how-to-register-and-play-on-hi8823__game-card,
  .page-blog-how-to-register-and-play-on-hi8823__promo-card {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-register-and-play-on-hi8823__faq-item summary {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__faq-answer {
    padding: 0 20px 15px 20px;
  }

  .page-blog-how-to-register-and-play-on-hi8823__feature-image,
  .page-blog-how-to-register-and-play-on-hi8823__game-image {
    height: auto;
    min-height: 200px; /* Ensure minimum size */
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-and-play-on-hi8823__main-title {
    font-size: clamp(1.6rem, 8vw, 2.5rem);
  }

  .page-blog-how-to-register-and-play-on-hi8823__section-title {
    font-size: 1.6rem;
  }

  .page-blog-how-to-register-and-play-on-hi8823__hero-image {
    height: 300px;
  }
}