/* style/blog-how-to-register-on-mew88.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-blog-how-to-register-on-mew88 {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
}

.page-blog-how-to-register-on-mew88__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* Section styles */
.page-blog-how-to-register-on-mew88__hero-section {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 0 60px 0; /* Small top padding, body handles header offset */
  overflow: hidden;
}

.page-blog-how-to-register-on-mew88__hero-image-wrapper {
  width: 100%;
  max-height: 700px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page-blog-how-to-register-on-mew88__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-how-to-register-on-mew88__hero-content {
  position: relative;
  z-index: 1;
  max-width: 900px;
  margin-top: 40px;
  padding: 0 20px;
  color: #ffffff;
}

.page-blog-how-to-register-on-mew88__hero-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #ffffff;
  max-width: 600px; /* Constraint for H1 */
  margin-left: auto;
  margin-right: auto;
}

.page-blog-how-to-register-on-mew88__hero-description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-blog-how-to-register-on-mew88__content-section {
  padding: 60px 0;
}

.page-blog-how-to-register-on-mew88__section-title {
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  color: #26A9E0;
}

.page-blog-how-to-register-on-mew88__sub-section-title {
  font-size: 1.8em;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 20px;
  color: #26A9E0;
}

.page-blog-how-to-register-on-mew88__paragraph {
  font-size: 1.05em;
  margin-bottom: 20px;
}

.page-blog-how-to-register-on-mew88__image-content {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

/* List styles */
.page-blog-how-to-register-on-mew88__feature-list,
.page-blog-how-to-register-on-mew88__step-list,
.page-blog-how-to-register-on-mew88__bullet-list,
.page-blog-how-to-register-on-mew88__promo-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-blog-how-to-register-on-mew88__feature-item,
.page-blog-how-to-register-on-mew88__step-item,
.page-blog-how-to-register-on-mew88__promo-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.page-blog-how-to-register-on-mew88__step-item {
  counter-increment: step-counter;
  position: relative;
  padding-left: 50px;
}

.page-blog-how-to-register-on-mew88__step-item::before {
  content: counter(step-counter);
  position: absolute;
  left: 0;
  top: 30px;
  width: 30px;
  height: 30px;
  background: #26A9E0;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.1em;
}

.page-blog-how-to-register-on-mew88__feature-title,
.page-blog-how-to-register-on-mew88__step-title,
.page-blog-how-to-register-on-mew88__promo-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
  color: #26A9E0;
}

.page-blog-how-to-register-on-mew88__sub-list {
  list-style: disc;
  margin-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.page-blog-how-to-register-on-mew88__sub-list li {
  margin-bottom: 5px;
}

.page-blog-how-to-register-on-mew88__bullet-list li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.page-blog-how-to-register-on-mew88__bullet-list li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: #26A9E0;
  font-size: 1.2em;
  line-height: 1.6;
}

/* Button styles */
.page-blog-how-to-register-on-mew88__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.page-blog-how-to-register-on-mew88__btn-primary,
.page-blog-how-to-register-on-mew88__btn-secondary,
.page-blog-how-to-register-on-mew88__btn-tertiary {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  text-align: center;
  box-sizing: border-box;
  max-width: 100%;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-register-on-mew88__btn-primary {
  background: #26A9E0;
  color: #ffffff;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-on-mew88__btn-primary:hover {
  background: #1e87c0;
  border-color: #1e87c0;
}

.page-blog-how-to-register-on-mew88__btn-secondary {
  background: transparent;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-on-mew88__btn-secondary:hover {
  background: #26A9E0;
  color: #ffffff;
}

.page-blog-how-to-register-on-mew88__btn-tertiary {
  background: #EA7C07;
  color: #ffffff;
  border: 2px solid #EA7C07;
}

.page-blog-how-to-register-on-mew88__btn-tertiary:hover {
  background: #c76706;
  border-color: #c76706;
}

/* FAQ Section */
.page-blog-how-to-register-on-mew88__faq-section {
  background: #ffffff;
  color: #333333; /* Dark text for light background */
}

.page-blog-how-to-register-on-mew88__faq-section .page-blog-how-to-register-on-mew88__section-title {
  color: #26A9E0;
}

.page-blog-how-to-register-on-mew88__faq-item {
  background: #f8f8f8;
  border: 1px solid #e0e0e0;
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
}

.page-blog-how-to-register-on-mew88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.2em;
  font-weight: bold;
  cursor: pointer;
  background: #f0f0f0;
  color: #333333;
  transition: background-color 0.3s ease;
  list-style: none;
}

.page-blog-how-to-register-on-mew88__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-register-on-mew88__faq-question:hover {
  background-color: #e5e5e5;
}

.page-blog-how-to-register-on-mew88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-how-to-register-on-mew88__faq-item[open] .page-blog-how-to-register-on-mew88__faq-toggle {
  content: '−';
}

.page-blog-how-to-register-on-mew88__faq-answer {
  padding: 15px 25px 25px 25px;
  font-size: 1.0em;
  color: #555555;
  line-height: 1.7;
}

/* Background color variations */
.page-blog-how-to-register-on-mew88__dark-bg {
  background: rgba(255, 255, 255, 0.05); /* Slightly transparent white on dark body */
  color: #ffffff;
}

.page-blog-how-to-register-on-mew88__light-bg {
  background: #ffffff;
  color: #333333;
}

.page-blog-how-to-register-on-mew88__light-bg .page-blog-how-to-register-on-mew88__paragraph,
.page-blog-how-to-register-on-mew88__light-bg .page-blog-how-to-register-on-mew88__feature-item,
.page-blog-how-to-register-on-mew88__light-bg .page-blog-how-to-register-on-mew88__step-item,
.page-blog-how-to-register-on-mew88__light-bg .page-blog-how-to-register-on-mew88__bullet-list li,
.page-blog-how-to-register-on-mew88__light-bg .page-blog-how-to-register-on-mew88__sub-list li {
  color: #333333;
}

.page-blog-how-to-register-on-mew88__light-bg .page-blog-how-to-register-on-mew88__feature-item {
  background: #f0f0f0;
}

/* Final CTA Section */
.page-blog-how-to-register-on-mew88__final-cta-section {
  text-align: center;
  padding: 80px 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .page-blog-how-to-register-on-mew88__hero-title {
    font-size: 2.5em;
  }

  .page-blog-how-to-register-on-mew88__section-title {
    font-size: 2em;
  }
}

@media (max-width: 768px) {
  .page-blog-how-to-register-on-mew88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-on-mew88__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-how-to-register-on-mew88__hero-section {
    padding: 10px 0 40px 0;
  }

  .page-blog-how-to-register-on-mew88__hero-title {
    font-size: 2em;
    max-width: 100%;
  }

  .page-blog-how-to-register-on-mew88__hero-description {
    font-size: 1em;
  }

  .page-blog-how-to-register-on-mew88__section-title {
    font-size: 1.8em;
  }

  .page-blog-how-to-register-on-mew88__sub-section-title {
    font-size: 1.4em;
  }

  .page-blog-how-to-register-on-mew88__feature-title,
  .page-blog-how-to-register-on-mew88__step-title,
  .page-blog-how-to-register-on-mew88__promo-title {
    font-size: 1.3em;
  }

  .page-blog-how-to-register-on-mew88__cta-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-blog-how-to-register-on-mew88__btn-primary,
  .page-blog-how-to-register-on-mew88__btn-secondary,
  .page-blog-how-to-register-on-mew88__btn-tertiary {
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-register-on-mew88__feature-item,
  .page-blog-how-to-register-on-mew88__step-item,
  .page-blog-how-to-register-on-mew88__promo-item {
    padding: 20px;
  }

  .page-blog-how-to-register-on-mew88__step-item::before {
    top: 20px;
  }

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

  .page-blog-how-to-register-on-mew88__section,
  .page-blog-how-to-register-on-mew88__card,
  .page-blog-how-to-register-on-mew88__container,
  .page-blog-how-to-register-on-mew88__hero-image-wrapper {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .page-blog-how-to-register-on-mew88__faq-question {
    padding: 15px 20px;
    font-size: 1.1em;
  }

  .page-blog-how-to-register-on-mew88__faq-answer {
    padding: 10px 20px 20px 20px;
  }
}

/* Contrast Fixes */
.page-blog-how-to-register-on-mew88__contrast-fix {
  background: #ffffff !important;
  color: #333333 !important;
  border: 1px solid #e0e0e0 !important;
}

.page-blog-how-to-register-on-mew88__text-contrast-fix {
  color: #333333 !important;
  text-shadow: none !important;
}