.page-blog-hm88bet-secure-access-guide {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333; /* Dark text for light body background */
  background-color: #ffffff; /* Ensure content background is white for contrast */
}

/* Hero Section */
.page-blog-hm88bet-secure-access-guide__hero-section {
  position: relative;
  display: flex;
  flex-direction: column; /* Image then text */
  align-items: center;
  text-align: center;
  padding: 10px 20px 60px; /* Small top padding, rely on body for header offset */
  background-color: #f0f8ff; /* A very light blue tint for the hero background */
}

.page-blog-hm88bet-secure-access-guide__hero-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin-bottom: 30px; /* Space between image and content */
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-blog-hm88bet-secure-access-guide__hero-content {
  max-width: 900px;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-hm88bet-secure-access-guide__main-title {
  font-size: clamp(2em, 4vw, 3em); /* Responsive font size */
  color: #000000; /* Strong contrast */
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-hm88bet-secure-access-guide__description {
  font-size: 1.1em;
  color: #555555;
  margin-bottom: 30px;
}

/* General Section Styling */
.page-blog-hm88bet-secure-access-guide__section {
  padding: 60px 20px;
  border-bottom: 1px solid #eeeeee;
  background-color: #ffffff;
}

.page-blog-hm88bet-secure-access-guide__section:last-of-type {
  border-bottom: none;
}

.page-blog-hm88bet-secure-access-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%; /* Ensure container takes full width up to max-width */
  box-sizing: border-box;
}

.page-blog-hm88bet-secure-access-guide__section-title {
  font-size: clamp(1.8em, 3.5vw, 2.5em);
  color: #26A9E0; /* Brand color for main titles */
  text-align: center;
  margin-bottom: 40px;
  font-weight: 600;
}

.page-blog-hm88bet-secure-access-guide__sub-title {
  font-size: clamp(1.4em, 2.5vw, 1.8em);
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-blog-hm88bet-secure-access-guide p {
  margin-bottom: 15px;
  color: #333333;
}

.page-blog-hm88bet-secure-access-guide ul,
.page-blog-hm88bet-secure-access-guide ol {
  margin-bottom: 15px;
  padding-left: 25px;
  color: #333333;
}

.page-blog-hm88bet-secure-access-guide li {
  margin-bottom: 8px;
}

.page-blog-hm88bet-secure-access-guide__nested-list {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.page-blog-hm88bet-secure-access-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  min-width: 200px; /* Minimum size requirement */
  min-height: 200px; /* Minimum size requirement */
}

/* Buttons */
.page-blog-hm88bet-secure-access-guide__cta-buttons {
  display: flex;
  flex-wrap: wrap; /* Allow wrapping on small screens */
  gap: 20px;
  justify-content: center;
  margin-top: 40px;
  width: 100%; /* Ensure container takes full width */
  box-sizing: border-box;
}

.page-blog-hm88bet-secure-access-guide__cta-button {
  display: inline-flex; /* Use inline-flex for better centering of text */
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  border-radius: 50px;
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  box-sizing: border-box; /* Crucial for max-width 100% */
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow long words to break */
  text-align: center;
  max-width: 100%; /* Ensure buttons don't overflow */
}

.page-blog-hm88bet-secure-access-guide__btn-primary {
  background-color: #26A9E0; /* Brand color */
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-hm88bet-secure-access-guide__btn-primary:hover {
  background-color: #1e87b7; /* Slightly darker on hover */
  border-color: #1e87b7;
}

.page-blog-hm88bet-secure-access-guide__btn-secondary {
  background-color: #ffffff;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-hm88bet-secure-access-guide__btn-secondary:hover {
  background-color: #e0f2f7; /* Light background on hover */
  color: #1e87b7;
  border-color: #1e87b7;
}

/* FAQ Section */
.page-blog-hm88bet-secure-access-guide__faq-list {
  margin-top: 30px;
}

.page-blog-hm88bet-secure-access-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-blog-hm88bet-secure-access-guide__faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  font-size: 1.1em;
  font-weight: 600;
  color: #000000;
  cursor: pointer;
  list-style: none; /* Remove default marker */
  outline: none;
  background-color: #ffffff;
  transition: background-color 0.3s ease;
}

.page-blog-hm88bet-secure-access-guide__faq-item summary:hover {
  background-color: #f0f0f0;
}

.page-blog-hm88bet-secure-access-guide__faq-item summary::-webkit-details-marker {
  display: none; /* Hide Chrome's default marker */
}

.page-blog-hm88bet-secure-access-guide__faq-qtext {
  flex-grow: 1;
}

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

.page-blog-hm88bet-secure-access-guide__faq-answer {
  padding: 0 20px 20px;
  color: #333333;
  font-size: 1em;
  animation: fadein 0.3s ease-out;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-hm88bet-secure-access-guide__hero-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-blog-hm88bet-secure-access-guide__section {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .page-blog-hm88bet-secure-access-guide__hero-section {
    padding-top: 10px !important; /* Small top padding */
    padding-bottom: 40px;
  }

  .page-blog-hm88bet-secure-access-guide__main-title {
    font-size: clamp(1.8em, 6vw, 2.5em);
  }

  .page-blog-hm88bet-secure-access-guide__description {
    font-size: 1em;
  }

  .page-blog-hm88bet-secure-access-guide__section {
    padding: 40px 15px;
  }

  .page-blog-hm88bet-secure-access-guide__section-title {
    font-size: clamp(1.6em, 5vw, 2.2em);
    margin-bottom: 30px;
  }

  .page-blog-hm88bet-secure-access-guide__sub-title {
    font-size: clamp(1.2em, 4vw, 1.6em);
  }

  .page-blog-hm88bet-secure-access-guide p,
  .page-blog-hm88bet-secure-access-guide li {
    font-size: 0.95em;
  }

  /* Images responsiveness */
  .page-blog-hm88bet-secure-access-guide img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    min-width: 200px !important; /* Enforce minimum size */
    min-height: 200px !important; /* Enforce minimum size */
  }
  
  /* All containing elements for images/content */
  .page-blog-hm88bet-secure-access-guide__section,
  .page-blog-hm88bet-secure-access-guide__container,
  .page-blog-hm88bet-secure-access-guide__hero-section,
  .page-blog-hm88bet-secure-access-guide__hero-content,
  .page-blog-hm88bet-secure-access-guide__cta-buttons {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Buttons responsiveness */
  .page-blog-hm88bet-secure-access-guide__cta-buttons {
    flex-direction: column; /* Stack buttons vertically */
    gap: 15px;
  }

  .page-blog-hm88bet-secure-access-guide__cta-button {
    max-width: 100% !important;
    width: 100% !important;
    padding: 12px 20px;
    font-size: 1em;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-hm88bet-secure-access-guide__faq-item summary {
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-hm88bet-secure-access-guide__faq-answer {
    padding: 0 15px 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-hm88bet-secure-access-guide__main-title {
    font-size: clamp(1.6em, 7vw, 2.2em);
  }
  .page-blog-hm88bet-secure-access-guide__section-title {
    font-size: clamp(1.4em, 6vw, 2em);
  }
  .page-blog-hm88bet-secure-access-guide__sub-title {
    font-size: clamp(1.1em, 5vw, 1.5em);
  }
}