.page-blog-hk88-access-methods {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333333; /* Default dark text for light body background */
  background-color: #FFFFFF; /* Default white background */
}

.page-blog-hk88-access-methods__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding for content */
  text-align: center;
  overflow: hidden;
  color: #ffffff;
  background-color: #26A9E0;
}

.page-blog-hk88-access-methods__hero-image {
  width: 100%;
  height: auto;
  max-height: 500px; /* Limit height for hero image */
  object-fit: cover;
  display: block;
  margin-bottom: 20px; /* Space between image and text */
}

.page-blog-hk88-access-methods__hero-content {
  position: relative; /* Ensure text is above image if z-index is used, but it's below due to DOM order */
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-blog-hk88-access-methods__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
  margin-bottom: 15px;
  max-width: 100%;
  font-size: clamp(2em, 4vw, 3.5em); /* Responsive font size for H1 */
}

.page-blog-hk88-access-methods__intro-text {
  font-size: 1.15em;
  color: #f0f0f0;
  max-width: 800px;
  margin: 0 auto 30px;
}

.page-blog-hk88-access-methods__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}

.page-blog-hk88-access-methods__section-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.page-blog-hk88-access-methods__section-title {
  font-size: 2.5em;
  font-weight: bold;
  color: #26A9E0;
  margin-bottom: 30px;
  text-align: center;
}

.page-blog-hk88-access-methods__sub-title {
  font-size: 1.8em;
  font-weight: bold;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 15px;
}

.page-blog-hk88-access-methods p {
  margin-bottom: 20px;
  font-size: 1.1em;
  color: #333333;
}

.page-blog-hk88-access-methods__highlight {
  font-weight: bold;
  color: #26A9E0;
}

.page-blog-hk88-access-methods__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.page-blog-hk88-access-methods__list-item {
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #333333;
}

.page-blog-hk88-access-methods__image-full-width {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-blog-hk88-access-methods__dark-bg {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-hk88-access-methods__dark-bg .page-blog-hk88-access-methods__section-title,
.page-blog-hk88-access-methods__dark-bg .page-blog-hk88-access-methods__sub-title {
  color: #ffffff;
}

.page-blog-hk88-access-methods__dark-bg p,
.page-blog-hk88-access-methods__dark-bg .page-blog-hk88-access-methods__list-item {
  color: #f0f0f0;
}

.page-blog-hk88-access-methods__dark-bg .page-blog-hk88-access-methods__highlight {
  color: #FFFFFF;
}

/* FAQ Section */
.page-blog-hk88-access-methods__faq-list {
  margin-top: 40px;
}

.page-blog-hk88-access-methods__faq-item {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-hk88-access-methods__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  color: #333333;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.page-blog-hk88-access-methods__faq-question:hover {
  background-color: #f9f9f9;
}

.page-blog-hk88-access-methods__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-hk88-access-methods__faq-item[open] .page-blog-hk88-access-methods__faq-toggle {
  content: '−';
}

.page-blog-hk88-access-methods__faq-item summary::-webkit-details-marker {
  display: none;
}

.page-blog-hk88-access-methods__faq-item summary {
  list-style: none;
}

.page-blog-hk88-access-methods__faq-answer {
  padding: 0 25px 20px;
  font-size: 1.05em;
  color: #555555;
}

.page-blog-hk88-access-methods__faq-answer p {
  margin-bottom: 0;
}

/* Buttons */
.page-blog-hk88-access-methods__btn-primary {
  display: inline-block;
  background-color: #EA7C07; /* Login button color */
  color: #ffffff;
  padding: 14px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease;
  border: none;
  cursor: pointer;
  text-align: center;
  margin-top: 20px;
}

.page-blog-hk88-access-methods__btn-primary:hover {
  background-color: #d16b06;
}

.page-blog-hk88-access-methods__cta-button {
  max-width: 300px; /* Example max-width for CTA button */
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-hk88-access-methods__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-hk88-access-methods__hero-image {
    max-height: 300px;
  }

  .page-blog-hk88-access-methods__main-title {
    font-size: clamp(1.8em, 7vw, 2.5em);
  }

  .page-blog-hk88-access-methods__intro-text {
    font-size: 1em;
  }

  .page-blog-hk88-access-methods__content-area {
    padding: 30px 15px;
  }

  .page-blog-hk88-access-methods__section-title {
    font-size: 2em;
    margin-bottom: 20px;
  }

  .page-blog-hk88-access-methods__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
  }

  .page-blog-hk88-access-methods p,
  .page-blog-hk88-access-methods__list-item {
    font-size: 1em;
  }

  .page-blog-hk88-access-methods__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-hk88-access-methods__faq-answer {
    padding: 0 20px 15px;
    font-size: 0.95em;
  }

  /* Mobile image responsiveness */
  .page-blog-hk88-access-methods img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }
  
  .page-blog-hk88-access-methods__section,
  .page-blog-hk88-access-methods__card,
  .page-blog-hk88-access-methods__container,
  .page-blog-hk88-access-methods__hero-section,
  .page-blog-hk88-access-methods__content-area,
  .page-blog-hk88-access-methods__section-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: hidden !important;
  }

  /* Mobile button responsiveness */
  .page-blog-hk88-access-methods__btn-primary,
  .page-blog-hk88-access-methods__btn-secondary,
  .page-blog-hk88-access-methods a[class*="button"],
  .page-blog-hk88-access-methods 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;
  }
  
  .page-blog-hk88-access-methods__cta-buttons,
  .page-blog-hk88-access-methods__button-group,
  .page-blog-hk88-access-methods__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;
    overflow-x: hidden !important;
  }

  .page-blog-hk88-access-methods__cta-buttons {
    display: flex;
    flex-direction: column; 
  }
}