.page-blog-secure-deposits-withdrawals {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333333;
  background-color: #ffffff;
}

.page-blog-secure-deposits-withdrawals__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-blog-secure-deposits-withdrawals__hero-section {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 10px;
  background-color: #26A9E0;
  overflow: hidden;
}

.page-blog-secure-deposits-withdrawals__hero-image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.page-blog-secure-deposits-withdrawals__hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.page-blog-secure-deposits-withdrawals__hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 40px 20px;
  max-width: 900px;
  color: #FFFFFF;
  background-color: #26A9E0;
  width: 100%;
  box-sizing: border-box;
}

.page-blog-secure-deposits-withdrawals__main-title {
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-bottom: 20px;
  color: #FFFFFF;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(2em, 4vw, 3.5em);
}

.page-blog-secure-deposits-withdrawals__description {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #FFFFFF;
}

.page-blog-secure-deposits-withdrawals__cta-button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, color 0.3s ease;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-wrap: break-word;
}

.page-blog-secure-deposits-withdrawals__btn-primary {
  background: #EA7C07; /* Login color */
  color: #FFFFFF;
  border: 2px solid transparent;
}

.page-blog-secure-deposits-withdrawals__btn-primary:hover {
  background: #d66f06;
}

.page-blog-secure-deposits-withdrawals__btn-secondary {
  background: #FFFFFF;
  color: #26A9E0;
  border: 2px solid #26A9E0;
}

.page-blog-secure-deposits-withdrawals__btn-secondary:hover {
  background: #e0e0e0;
}

.page-blog-secure-deposits-withdrawals__section {
  padding: 60px 0;
}

.page-blog-secure-deposits-withdrawals__introduction-section,
.page-blog-secure-deposits-withdrawals__registration-guide,
.page-blog-secure-deposits-withdrawals__withdrawal-process,
.page-blog-secure-deposits-withdrawals__security-tips,
.page-blog-secure-deposits-withdrawals__faq-section,
.page-blog-secure-deposits-withdrawals__conclusion-section {
  background-color: #FFFFFF; /* Default light background */
  color: #333333;
}

.page-blog-secure-deposits-withdrawals__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-secure-deposits-withdrawals__light-bg {
  background-color: #F8F8F8;
  color: #333333;
}

.page-blog-secure-deposits-withdrawals__section-title {
  font-size: 2.5em;
  color: inherit;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.page-blog-secure-deposits-withdrawals__sub-title {
  font-size: 1.8em;
  color: inherit;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-blog-secure-deposits-withdrawals__text-block {
  font-size: 1.05em;
  margin-bottom: 20px;
  line-height: 1.7;
}

.page-blog-secure-deposits-withdrawals__highlight {
  color: inherit;
  font-weight: bold;
}

.page-blog-secure-deposits-withdrawals__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-secure-deposits-withdrawals__numbered-list {
  list-style-type: decimal;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-blog-secure-deposits-withdrawals__list-item {
  margin-bottom: 10px;
}

.page-blog-secure-deposits-withdrawals__image {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin-bottom: 30px;
}

.page-blog-secure-deposits-withdrawals__image--center {
  margin-left: auto;
  margin-right: auto;
}

/* FAQ Section */
.page-blog-secure-deposits-withdrawals__faq-list {
  margin-top: 30px;
}

.page-blog-secure-deposits-withdrawals__faq-item {
  background-color: #f5f5f5;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  color: #333333;
}

.page-blog-secure-deposits-withdrawals__faq-item[open] {
  background-color: #e8f5fe;
}

.page-blog-secure-deposits-withdrawals__faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 25px;
  font-size: 1.15em;
  font-weight: bold;
  cursor: pointer;
  color: #333333;
  list-style: none;
}

.page-blog-secure-deposits-withdrawals__faq-question::-webkit-details-marker {
  display: none;
}

.page-blog-secure-deposits-withdrawals__faq-qtext {
  flex-grow: 1;
}

.page-blog-secure-deposits-withdrawals__faq-toggle {
  font-size: 1.5em;
  line-height: 1;
  margin-left: 15px;
  transition: transform 0.3s ease;
}

.page-blog-secure-deposits-withdrawals__faq-item[open] .page-blog-secure-deposits-withdrawals__faq-toggle {
  transform: rotate(45deg);
}

.page-blog-secure-deposits-withdrawals__faq-answer {
  padding: 0 25px 20px;
  font-size: 1em;
  line-height: 1.7;
  color: #555555;
}

.page-blog-secure-deposits-withdrawals__faq-answer p {
  margin-bottom: 0;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .page-blog-secure-deposits-withdrawals__container {
    padding: 0 15px !important;
  }

  .page-blog-secure-deposits-withdrawals__hero-section {
    padding: 30px 0;
    padding-top: 10px !important;
  }

  .page-blog-secure-deposits-withdrawals__hero-content {
    padding: 30px 15px;
  }

  .page-blog-secure-deposits-withdrawals__main-title {
    font-size: clamp(1.8em, 8vw, 2.5em);
    margin-bottom: 15px;
  }

  .page-blog-secure-deposits-withdrawals__description {
    font-size: 1em;
    margin-bottom: 20px;
  }

  .page-blog-secure-deposits-withdrawals__section {
    padding: 40px 0;
  }

  .page-blog-secure-deposits-withdrawals__section-title {
    font-size: 1.8em;
    margin-bottom: 30px;
  }

  .page-blog-secure-deposits-withdrawals__sub-title {
    font-size: 1.4em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-blog-secure-deposits-withdrawals__text-block,
  .page-blog-secure-deposits-withdrawals__list-item {
    font-size: 0.95em;
  }

  /* Images */
  .page-blog-secure-deposits-withdrawals img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    box-sizing: border-box !important;
    padding-left: 0;
    padding-right: 0;
  }

  /* Ensure all containers with images/content are responsive */
  .page-blog-secure-deposits-withdrawals__section,
  .page-blog-secure-deposits-withdrawals__container,
  .page-blog-secure-deposits-withdrawals__hero-section,
  .page-blog-secure-deposits-withdrawals__hero-image-wrapper,
  .page-blog-secure-deposits-withdrawals__hero-content {
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Buttons */
  .page-blog-secure-deposits-withdrawals__cta-button,
  .page-blog-secure-deposits-withdrawals__btn-primary,
  .page-blog-secure-deposits-withdrawals__btn-secondary,
  .page-blog-secure-deposits-withdrawals a[class*="button"],
  .page-blog-secure-deposits-withdrawals 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: 12px 15px !important;
    margin-bottom: 10px;
  }

  .page-blog-secure-deposits-withdrawals__hero-content .page-blog-secure-deposits-withdrawals__cta-button {
    margin-top: 15px;
  }

  .page-blog-secure-deposits-withdrawals__cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding-left: 15px;
    padding-right: 15px;
  }

  .page-blog-secure-deposits-withdrawals__faq-question {
    font-size: 1em;
    padding: 15px 20px;
  }

  .page-blog-secure-deposits-withdrawals__faq-answer {
    padding: 0 20px 15px;
  }
}

/* Body background is var(--dark-bg-1) which is dark. So text should be light. */
/* The sections within main will override this with their specific backgrounds. */
.page-blog-secure-deposits-withdrawals {
  color: #f0f0f0; /* Default light text for body-level */
}

/* Overriding for specific sections */
.page-blog-secure-deposits-withdrawals__introduction-section,
.page-blog-secure-deposits-withdrawals__registration-guide,
.page-blog-secure-deposits-withdrawals__withdrawal-process,
.page-blog-secure-deposits-withdrawals__security-tips,
.page-blog-secure-deposits-withdrawals__faq-section {
  background-color: #FFFFFF;
  color: #333333;
}

.page-blog-secure-deposits-withdrawals__dark-bg {
  background-color: #26A9E0;
  color: #FFFFFF;
}

.page-blog-secure-deposits-withdrawals__light-bg {
  background-color: #F8F8F8;
  color: #333333;
}

.page-blog-secure-deposits-withdrawals__highlight {
  color: inherit;
  font-weight: bold;
}

/* Ensure content images meet minimum size in content areas */
.page-blog-secure-deposits-withdrawals__text-block img,
.page-blog-secure-deposits-withdrawals__list-item img {
  min-width: 200px;
  min-height: 200px;
}

/* No filter on images */
.page-blog-secure-deposits-withdrawals img {
  filter: none;
}