/* style/blog-how-to-register-deposit-lixi88.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-blog-how-to-register-deposit-lixi88 {
  color: #ffffff; /* Light text for dark body background */
  font-family: Arial, sans-serif;
  line-height: 1.6;
  background-color: transparent; /* Body background handled by shared.css */
}

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

/* Hero Section */
.page-blog-how-to-register-deposit-lixi88__hero-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 60px;
  text-align: center;
  background-color: #0d0d1a; /* Match body background for seamless transition */
}

.page-blog-how-to-register-deposit-lixi88__hero-image-wrapper {
  width: 100%;
  max-width: 1920px; /* Max width for hero image */
  margin-bottom: 30px;
}

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

.page-blog-how-to-register-deposit-lixi88__hero-content {
  max-width: 900px;
  padding: 0 20px;
}

.page-blog-how-to-register-deposit-lixi88__main-title {
  color: #26A9E0;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
}

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

/* Call to Action Buttons */
.page-blog-how-to-register-deposit-lixi88__cta-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
  width: 100%; /* Ensure container takes full width */
  max-width: 100%;
  box-sizing: border-box;
}

.page-blog-how-to-register-deposit-lixi88__btn-primary,
.page-blog-how-to-register-deposit-lixi88__btn-secondary {
  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;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal; /* Allow text wrapping */
  word-wrap: break-word; /* Break long words */
}

.page-blog-how-to-register-deposit-lixi88__btn-primary {
  background-color: #26A9E0;
  color: #FFFFFF;
  border: 2px solid #26A9E0;
}

.page-blog-how-to-register-deposit-lixi88__btn-primary:hover {
  background-color: #1a8ac7;
  border-color: #1a8ac7;
}

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

.page-blog-how-to-register-deposit-lixi88__btn-secondary:hover {
  background-color: #26A9E0;
  color: #FFFFFF;
}

/* Content Sections */
.page-blog-how-to-register-deposit-lixi88__content-section {
  padding: 60px 0;
  background-color: #1a1a2e; /* Slightly lighter dark background for contrast */
  color: #ffffff; /* Light text */
}

.page-blog-how-to-register-deposit-lixi88__content-section.page-blog-how-to-register-deposit-lixi88__dark-bg {
  background-color: #0d0d1a;
  color: #ffffff;
}

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

.page-blog-how-to-register-deposit-lixi88__sub-title {
  color: #26A9E0;
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.page-blog-how-to-register-deposit-lixi88__paragraph {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-blog-how-to-register-deposit-lixi88__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-blog-how-to-register-deposit-lixi88__list-item {
  margin-bottom: 10px;
}

.page-blog-how-to-register-deposit-lixi88__image-wrapper {
  margin: 40px auto;
  text-align: center;
  max-width: 800px; /* Max width for content images */
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

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

/* CTA Section within content */
.page-blog-how-to-register-deposit-lixi88__cta-section {
  text-align: center;
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* FAQ Section */
.page-blog-how-to-register-deposit-lixi88__faq-list {
  margin-top: 30px;
  margin-bottom: 50px;
}

.page-blog-how-to-register-deposit-lixi88__faq-item {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-register-deposit-lixi88__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1em;
  color: #26A9E0;
  background-color: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.page-blog-how-to-register-deposit-lixi88__faq-item[open] .page-blog-how-to-register-deposit-lixi88__faq-question {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-blog-how-to-register-deposit-lixi88__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
  color: #FFFFFF;
}

.page-blog-how-to-register-deposit-lixi88__faq-item[open] .page-blog-how-to-register-deposit-lixi88__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-how-to-register-deposit-lixi88__faq-answer {
  padding: 20px;
  font-size: 0.95em;
  color: #e0e0e0;
}

/* Ensure details summary marker is hidden */
.page-blog-how-to-register-deposit-lixi88__faq-item summary {
  list-style: none;
}

.page-blog-how-to-register-deposit-lixi88__faq-item summary::-webkit-details-marker {
  display: none;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-blog-how-to-register-deposit-lixi88 {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-register-deposit-lixi88__hero-section {
    padding-bottom: 40px;
  }

  .page-blog-how-to-register-deposit-lixi88__main-title {
    font-size: 2em;
    margin-bottom: 15px;
  }

  .page-blog-how-to-register-deposit-lixi88__hero-description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-how-to-register-deposit-lixi88__cta-buttons {
    flex-direction: column;
    gap: 15px;
    padding: 0 15px;
  }

  .page-blog-how-to-register-deposit-lixi88__btn-primary,
  .page-blog-how-to-register-deposit-lixi88__btn-secondary {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    padding: 12px 20px;
    white-space: normal !important;
    word-wrap: break-word !important;
    text-align: center;
  }

  .page-blog-how-to-register-deposit-lixi88__content-section {
    padding: 40px 0;
  }

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

  .page-blog-how-to-register-deposit-lixi88__section-title {
    font-size: 2em;
    margin-bottom: 30px;
  }

  .page-blog-how-to-register-deposit-lixi88__sub-title {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
  }

  /* Mobile image responsiveness */
  .page-blog-how-to-register-deposit-lixi88 img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    min-width: unset; /* Remove min-width for mobile */
    min-height: unset; /* Remove min-height for mobile */
  }

  .page-blog-how-to-register-deposit-lixi88__image-wrapper,
  .page-blog-how-to-register-deposit-lixi88__cta-section {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden !important;
  }

  .page-blog-how-to-register-deposit-lixi88__faq-question {
    padding: 15px;
    font-size: 1em;
  }

  .page-blog-how-to-register-deposit-lixi88__faq-answer {
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .page-blog-how-to-register-deposit-lixi88__main-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-register-deposit-lixi88__section-title {
    font-size: 1.8em;
  }
  .page-blog-how-to-register-deposit-lixi88__sub-title {
    font-size: 1.3em;
  }
}