.page-blog-what-is-fun88kyc {
  padding-top: 10px; /* Small top padding for internal pages */
  background-color: #140C0C;
  color: #FFF1E8;
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-what-is-fun88kyc__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  display: grid;
  grid-template-columns: 250px 1fr; /* Table of contents on left, content on right */
  gap: 30px;
}

.page-blog-what-is-fun88kyc__hero-section {
  background-color: #2A1212;
  margin-bottom: 30px;
  overflow: hidden;
  display: flex;
  flex-direction: column; /* Image first, then content */
  align-items: center;
}

.page-blog-what-is-fun88kyc__hero-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.page-blog-what-is-fun88kyc__hero-image {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 5; /* Approx 1920x600 */
  object-fit: cover;
  object-position: center;
  filter: none;
}

.page-blog-what-is-fun88kyc__hero-content {
  max-width: 900px;
  padding: 40px 15px;
  text-align: center;
  position: relative; /* Not absolute to overlay image */
  z-index: 1; /* Not higher than image */
  margin-top: 0; /* No negative margin */
}

.page-blog-what-is-fun88kyc__main-title {
  font-size: clamp(1.8rem, 4.5vw, 2.8rem);
  color: #F3C54D;
  margin-bottom: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.page-blog-what-is-fun88kyc__lead-paragraph {
  font-size: 1.1rem;
  margin-bottom: 30px;
  color: #FFF1E8;
}

.page-blog-what-is-fun88kyc__cta-button {
  display: inline-block;
  padding: 12px 25px;
  background: linear-gradient(180deg, #FFB04A 0%, #D86A14 100%);
  color: #FFF1E8;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-blog-what-is-fun88kyc__cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.page-blog-what-is-fun88kyc__table-of-contents {
  background-color: #2A1212;
  padding: 20px;
  border-radius: 8px;
  height: fit-content;
  position: sticky;
  top: calc(var(--header-offset, 0px) + 20px);
}

.page-blog-what-is-fun88kyc__toc-title {
  font-size: 1.5rem;
  color: #F3C54D;
  margin-bottom: 15px;
  border-bottom: 1px solid #6A1E1E;
  padding-bottom: 10px;
}

.page-blog-what-is-fun88kyc__toc-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-what-is-fun88kyc__toc-list li {
  margin-bottom: 10px;
}

.page-blog-what-is-fun88kyc__toc-link {
  color: #FFF1E8;
  text-decoration: none;
  font-size: 1rem;
  transition: color 0.2s ease;
  display: block;
  padding: 5px 0;
}

.page-blog-what-is-fun88kyc__toc-link:hover {
  color: #F3C54D;
}

.page-blog-what-is-fun88kyc__article-content {
  background-color: #2A1212;
  padding: 30px;
  border-radius: 8px;
}

.page-blog-what-is-fun88kyc__section {
  margin-bottom: 40px;
}

.page-blog-what-is-fun88kyc__section-title {
  font-size: clamp(1.5rem, 3.5vw, 2.2rem);
  color: #F3C54D;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #E53030;
}

.page-blog-what-is-fun88kyc__paragraph {
  margin-bottom: 15px;
  color: #FFF1E8;
}

.page-blog-what-is-fun88kyc__keyword-highlight {
  color: #F3C54D;
  font-weight: bold;
}

.page-blog-what-is-fun88kyc__inline-link {
  color: #FFB04A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.page-blog-what-is-fun88kyc__inline-link:hover {
  color: #F3C54D;
  text-decoration: underline;
}

.page-blog-what-is-fun88kyc__figure {
  margin: 20px 0;
  text-align: center;
}

.page-blog-what-is-fun88kyc__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  filter: none;
  min-width: 200px; /* Ensure images are not too small */
  min-height: 200px; /* Ensure images are not too small */
}

.page-blog-what-is-fun88kyc__figcaption {
  font-size: 0.9rem;
  color: #999;
  margin-top: 10px;
}

.page-blog-what-is-fun88kyc__feature-list,
.page-blog-what-is-fun88kyc__advantage-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.page-blog-what-is-fun88kyc__feature-item,
.page-blog-what-is-fun88kyc__advantage-item {
  background-color: #140C0C;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.page-blog-what-is-fun88kyc__feature-title,
.page-blog-what-is-fun88kyc__advantage-title {
  font-size: 1.3rem;
  color: #FFB04A;
  margin-bottom: 10px;
}

.page-blog-what-is-fun88kyc__feature-description,
.page-blog-what-is-fun88kyc__advantage-description {
  font-size: 1rem;
  color: #FFF1E8;
}

.page-blog-what-is-fun88kyc__process-list {
  list-style: decimal;
  padding-left: 25px;
  margin: 20px 0;
  color: #FFF1E8;
}

.page-blog-what-is-fun88kyc__process-list li {
  margin-bottom: 10px;
}

.page-blog-what-is-fun88kyc__process-list li strong {
  color: #FFB04A;
}

.page-blog-what-is-fun88kyc__faq-item {
  background-color: #140C0C;
  border: 1px solid #6A1E1E;
  border-radius: 8px;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.page-blog-what-is-fun88kyc__faq-question {
  font-size: 1.2rem;
  color: #F3C54D;
  margin-bottom: 10px;
}

.page-blog-what-is-fun88kyc__faq-answer {
  font-size: 1rem;
  color: #FFF1E8;
}

.page-blog-what-is-fun88kyc__action-area {
  text-align: center;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
}

.page-blog-what-is-fun88kyc__cta-button--large {
  padding: 15px 30px;
  font-size: 1.1rem;
}

.page-blog-what-is-fun88kyc__secondary-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #7E0D0D;
  color: #FFF1E8;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  transition: background-color 0.2s ease, transform 0.2s ease;
  border: 1px solid #C61F1F;
}

.page-blog-what-is-fun88kyc__secondary-button:hover {
  background-color: #C61F1F;
  transform: translateY(-1px);
}

/* Responsive adjustments */
@media (max-width: 849px) {
  .page-blog-what-is-fun88kyc__container {
    grid-template-columns: 1fr; /* Stack content and TOC */
    gap: 20px;
  }

  .page-blog-what-is-fun88kyc__table-of-contents {
    position: static;
    top: auto;
    margin-bottom: 20px;
  }

  .page-blog-what-is-fun88kyc__hero-content {
    padding: 30px 15px;
  }

  .page-blog-what-is-fun88kyc__main-title {
    font-size: clamp(1.5rem, 6vw, 2.2rem);
  }

  .page-blog-what-is-fun88kyc__article-content {
    padding: 20px;
  }

  .page-blog-what-is-fun88kyc__image {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .page-blog-what-is-fun88kyc__hero-image {
    max-width: 100%;
    height: auto;
  }

  .page-blog-what-is-fun88kyc__action-area {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 549px) {
  .page-blog-what-is-fun88kyc__main-title {
    font-size: clamp(1.2rem, 7vw, 1.8rem);
  }

  .page-blog-what-is-fun88kyc__section-title {
    font-size: clamp(1.3rem, 5vw, 1.8rem);
  }

  .page-blog-what-is-fun88kyc__feature-title,
  .page-blog-what-is-fun88kyc__advantage-title,
  .page-blog-what-is-fun88kyc__faq-question {
    font-size: 1.1rem;
  }

  .page-blog-what-is-fun88kyc__paragraph,
  .page-blog-what-is-fun88kyc__lead-paragraph,
  .page-blog-what-is-fun88kyc__feature-description,
  .page-blog-what-is-fun88kyc__advantage-description,
  .page-blog-what-is-fun88kyc__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-what-is-fun88kyc__cta-button,
  .page-blog-what-is-fun88kyc__secondary-button {
    width: 100%;
    box-sizing: border-box;
  }
}

/* Ensure no horizontal overflow */
.page-blog-what-is-fun88kyc {
  overflow-x: hidden;
}

.page-blog-what-is-fun88kyc__container {
  overflow-x: hidden;
}

.page-blog-what-is-fun88kyc__article-content {
  overflow-x: hidden;
}