/* style/blog-how-to-deposit-withdraw-safely-lucky8882-win.css */

/* Base styles for the page */
.page-blog-how-to-deposit-withdraw-safely-lucky8882-win {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Default text color for dark body background */
  background-color: transparent; /* Body background is handled by shared.css */
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding-top: 10px; /* Small top padding, body handles header offset */
  padding-bottom: 40px;
  background-color: #0a0a0a;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 500px;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 900px;
  width: 90%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6); /* Semi-transparent overlay for text readability */
  border-radius: 8px;
  color: #ffffff;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__main-title {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #ffffff;
  max-width: 100%;
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem); /* Responsive font size */
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-description {
  font-size: 1.1rem;
  margin-bottom: 25px;
  color: #f0f0f0;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__content-area {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #0a0a0a; /* Ensure content area also has dark background */
  color: #ffffff; /* Light text for dark background */
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__section-title {
  font-size: 2.2rem;
  color: #26A9E0;
  margin-top: 40px;
  margin-bottom: 25px;
  text-align: center;
  font-weight: bold;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__sub-title {
  font-size: 1.8rem;
  color: #26A9E0;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__paragraph {
  font-size: 1rem;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__ordered-list {
  list-style: decimal;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #f0f0f0;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__list-item {
  margin-bottom: 10px;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__link {
  color: #26A9E0;
  text-decoration: underline;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__link:hover {
  color: #EA7C07;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__btn-primary {
  display: inline-block;
  background-color: #26A9E0;
  color: #ffffff;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__btn-primary:hover {
  background-color: #EA7C07;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__content-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  object-fit: cover;
  max-width: 800px; /* Recommended max-width for content images */
}

/* FAQ Section */
.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-list {
  margin-top: 30px;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-item {
  background-color: rgba(255, 255, 255, 0.05); /* Slightly lighter background for FAQ item */
  margin-bottom: 15px;
  border-radius: 8px;
  overflow: hidden;
  color: #ffffff;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.1rem;
  color: #26A9E0;
  background-color: rgba(255, 255, 255, 0.08); /* Darker background for question */
  list-style: none; /* For details/summary */
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-qtext {
  flex-grow: 1;
  color: #ffffff; /* Ensure question text is white */
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-toggle {
  font-size: 1.5rem;
  line-height: 1;
  margin-left: 15px;
  color: #26A9E0;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-answer {
  padding: 15px 25px 20px;
  font-size: 1rem;
  color: #f0f0f0;
}

/* CTA Banner */
.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__cta-banner {
  position: relative;
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  background-color: #0a0a0a;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__cta-image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  max-height: 400px;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__cta-content {
  max-width: 900px;
  width: 90%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.7); /* Overlay for text readability */
  border-radius: 8px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Responsive Styles */
@media (max-width: 768px) {
  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win {
    font-size: 16px;
    line-height: 1.6;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-section {
    padding: 30px 15px;
    padding-top: 10px !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-content {
    width: 95%;
    padding: 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__main-title {
    font-size: clamp(1.8rem, 6vw + 1rem, 2.5rem);
    margin-bottom: 10px;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__hero-description {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__btn-primary {
    padding: 10px 20px;
    font-size: 0.9rem;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    word-wrap: break-word !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__content-area {
    padding: 20px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__section-title {
    font-size: 1.8rem;
    margin-top: 30px;
    margin-bottom: 20px;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__sub-title {
    font-size: 1.5rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__paragraph,
  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__list-item,
  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-answer {
    font-size: 0.95rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__content-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    margin: 20px auto;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-question {
    padding: 15px 20px;
    font-size: 1rem;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__faq-answer {
    padding: 10px 20px 15px;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__cta-banner {
    padding: 30px 15px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .page-blog-how-to-deposit-withdraw-safely-lucky8882-win__cta-content {
    width: 95%;
    padding: 15px;
  }
}

/* Ensure images don't use filters */
.page-blog-how-to-deposit-withdraw-safely-lucky8882-win img {
  filter: none; /* Prohibit any CSS filters */
}

/* Contrast Fixes for specific elements if needed */
.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__dark-bg {
  background-color: #0a0a0a;
  color: #ffffff;
}

.page-blog-how-to-deposit-withdraw-safely-lucky8882-win__light-bg {
  background-color: #ffffff;
  color: #333333;
}