.page-blog-how-to-access-i9bet142-new-link {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Body background is dark #0a0a0a, so use light text */
  background-color: transparent; /* Use transparent as body handles the main background */
}

.page-blog-how-to-access-i9bet142-new-link__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 20px 60px; /* Small top padding, more bottom padding */
  background-color: rgba(0, 0, 0, 0.4); /* Semi-transparent overlay for text contrast */
}

.page-blog-how-to-access-i9bet142-new-link__hero-image-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  order: 1; /* Image appears first in DOM */
}

.page-blog-how-to-access-i9bet142-new-link__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  filter: none; /* Ensure no color filters */
}

.page-blog-how-to-access-i9bet142-new-link__hero-content {
  order: 2; /* Content appears after image in DOM */
  max-width: 900px;
  text-align: center;
  padding: 40px 20px;
  box-sizing: border-box;
  color: #ffffff;
}

.page-blog-how-to-access-i9bet142-new-link__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: clamp(2.2rem, 4vw, 3.2rem); /* Constrained font size for H1 */
}

.page-blog-how-to-access-i9bet142-new-link__description {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-access-i9bet142-new-link__cta-buttons {
  display: flex;
  gap: 15px;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; /* Ensure container takes full width */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-access-i9bet142-new-link__btn-primary,
.page-blog-how-to-access-i9bet142-new-link__btn-secondary {
  padding: 14px 28px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Allow text wrapping */
  box-sizing: border-box;
  text-align: center;
}

.page-blog-how-to-access-i9bet142-new-link__btn-primary {
  background-color: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-access-i9bet142-new-link__btn-primary:hover {
  background-color: #1e87b7;
  border-color: #1e87b7;
}

.page-blog-how-to-access-i9bet142-new-link__btn-secondary {
  background-color: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-access-i9bet142-new-link__btn-secondary:hover {
  background-color: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-access-i9bet142-new-link__cta-buttons--center {
  margin-top: 30px;
}

.page-blog-how-to-access-i9bet142-new-link__section {
  padding: 60px 20px;
  background-color: rgba(255, 255, 255, 0.05); /* Light transparent background for readability on dark body */
  margin-bottom: 20px;
  border-radius: 8px;
}

.page-blog-how-to-access-i9bet142-new-link__container {
  max-width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.page-blog-how-to-access-i9bet142-new-link__heading {
  font-size: 2.2rem;
  color: #26A9E0;
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
}

.page-blog-how-to-access-i9bet142-new-link__sub-heading {
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-blog-how-to-access-i9bet142-new-link__paragraph {
  font-size: 1.05rem;
  color: #f0f0f0;
  margin-bottom: 15px;
  text-align: justify;
}

.page-blog-how-to-access-i9bet142-new-link__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  filter: none; /* Ensure no color filters */
  min-width: 200px; /* Minimum size for content images */
  min-height: 200px;
}

.page-blog-how-to-access-i9bet142-new-link__list {
  list-style: disc inside;
  color: #f0f0f0;
  margin-bottom: 20px;
  padding-left: 20px;
}

.page-blog-how-to-access-i9bet142-new-link__list-item {
  margin-bottom: 10px;
  font-size: 1.05rem;
}

.page-blog-how-to-access-i9bet142-new-link__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.page-blog-how-to-access-i9bet142-new-link__game-card {
  background-color: rgba(255, 255, 255, 0.1); /* Light transparent background for card */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: flex;
  flex-direction: column;
  color: #ffffff;
}

.page-blog-how-to-access-i9bet142-new-link__card-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
  filter: none; /* Ensure no color filters */
  min-width: 200px; /* Minimum size for card images */
  min-height: 200px;
}

.page-blog-how-to-access-i9bet142-new-link__card-title {
  font-size: 1.3rem;
  margin: 15px 10px 10px;
  font-weight: bold;
  color: #26A9E0;
}

.page-blog-how-to-access-i9bet142-new-link__card-title a {
  color: #26A9E0;
  text-decoration: none;
}

.page-blog-how-to-access-i9bet142-new-link__card-title a:hover {
  text-decoration: underline;
}

.page-blog-how-to-access-i9bet142-new-link__card-description {
  font-size: 0.95rem;
  color: #f0f0f0;
  padding: 0 15px 20px;
  flex-grow: 1;
  text-align: justify;
}

.page-blog-how-to-access-i9bet142-new-link__faq-list {
  margin-top: 40px;
}

.page-blog-how-to-access-i9bet142-new-link__faq-item {
  background-color: rgba(255, 255, 255, 0.08); /* Slightly darker transparent for FAQ items */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-access-i9bet142-new-link__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15rem;
  font-weight: bold;
  color: #ffffff;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  list-style: none; /* For details tag */
}

.page-blog-how-to-access-i9bet142-new-link__faq-question::-webkit-details-marker {
  display: none; /* For details tag */
}

.page-blog-how-to-access-i9bet142-new-link__faq-qtext {
  flex-grow: 1;
  pointer-events: none; /* Ensure click on summary works */
}

.page-blog-how-to-access-i9bet142-new-link__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  pointer-events: none; /* Ensure click on summary works */
}

.page-blog-how-to-access-i9bet142-new-link__faq-answer {
  padding: 0 25px 20px;
  font-size: 1rem;
  color: #f0f0f0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-blog-how-to-access-i9bet142-new-link__faq-item[open] .page-blog-how-to-access-i9bet142-new-link__faq-answer {
  max-height: 500px; /* Sufficient height for content */
  padding-top: 15px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-how-to-access-i9bet142-new-link {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-access-i9bet142-new-link__hero-section {
    padding: 10px 15px 40px;
  }

  .page-blog-how-to-access-i9bet142-new-link__hero-content {
    padding: 20px 15px;
  }

  .page-blog-how-to-access-i9bet142-new-link__main-title {
    font-size: clamp(1.8rem, 8vw, 2.5rem); /* Adjust H1 for mobile */
  }

  .page-blog-how-to-access-i9bet142-new-link__description {
    font-size: 1rem;
  }

  .page-blog-how-to-access-i9bet142-new-link__cta-buttons {
    flex-direction: column;
    gap: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-access-i9bet142-new-link__btn-primary,
  .page-blog-how-to-access-i9bet142-new-link__btn-secondary,
  .page-blog-how-to-access-i9bet142-new-link a[class*="button"],
  .page-blog-how-to-access-i9bet142-new-link 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-how-to-access-i9bet142-new-link__cta-buttons,
  .page-blog-how-to-access-i9bet142-new-link__button-group,
  .page-blog-how-to-access-i9bet142-new-link__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: hidden !important;
  }

  .page-blog-how-to-access-i9bet142-new-link__section {
    padding: 40px 15px;
  }

  .page-blog-how-to-access-i9bet142-new-link__container {
    padding-left: 0;
    padding-right: 0;
  }

  .page-blog-how-to-access-i9bet142-new-link__heading {
    font-size: 1.8rem;
  }

  .page-blog-how-to-access-i9bet142-new-link__sub-heading {
    font-size: 1.3rem;
  }

  .page-blog-how-to-access-i9bet142-new-link__paragraph {
    font-size: 1rem;
  }

  .page-blog-how-to-access-i9bet142-new-link img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: 200px !important;
    min-height: 200px !important;
  }

  .page-blog-how-to-access-i9bet142-new-link__section,
  .page-blog-how-to-access-i9bet142-new-link__card,
  .page-blog-how-to-access-i9bet142-new-link__container {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-access-i9bet142-new-link__game-card {
    margin-left: auto;
    margin-right: auto;
  }

  .page-blog-how-to-access-i9bet142-new-link__faq-question {
    font-size: 1rem;
    padding: 15px 20px;
  }

  .page-blog-how-to-access-i9bet142-new-link__faq-answer {
    padding: 0 20px 15px;
  }
}