.page-resources-jljl55-deposit-withdrawal {
  color: #333333; /* Default text color for light background */
  background-color: var(--background-color, #f5f5f5); /* Ensures content background is light */
  padding-top: var(--header-offset, 120px);
}

.page-resources-jljl55-deposit-withdrawal__hero-section {
  background-color: #000000; /* Main color as hero background */
  color: #FFFFFF; /* White text for dark background */
  padding: 80px 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}

.page-resources-jljl55-deposit-withdrawal__hero-content {
  max-width: 900px;
  margin: 0 auto;
}

.page-resources-jljl55-deposit-withdrawal__hero-title {
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page-resources-jljl55-deposit-withdrawal__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  line-height: 1.6;
}

.page-resources-jljl55-deposit-withdrawal__hero-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.page-resources-jljl55-deposit-withdrawal__button {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, color 0.3s ease;
  min-width: 150px;
  text-align: center;
}

.page-resources-jljl55-deposit-withdrawal__button--register {
  background-color: #FFFFFF; /* Register button color */
  color: #000000;
  border: 2px solid #FFFFFF;
}

.page-resources-jljl55-deposit-withdrawal__button--register:hover {
  background-color: transparent;
  color: #FFFFFF;
}

.page-resources-jljl55-deposit-withdrawal__button--login {
  background-color: #FCBC45; /* Login button color */
  color: #000000;
  border: 2px solid #FCBC45;
}

.page-resources-jljl55-deposit-withdrawal__button--login:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-jljl55-deposit-withdrawal__hero-image {
  width: 100%;
  max-width: 1000px;
  margin-top: 40px;
}

.page-resources-jljl55-deposit-withdrawal__hero-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.page-resources-jljl55-deposit-withdrawal__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  line-height: 1.7;
  font-size: 1.1em;
}

.page-resources-jljl55-deposit-withdrawal__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jljl55-deposit-withdrawal__back-link:hover {
  text-decoration: underline;
}

.page-resources-jljl55-deposit-withdrawal__section-title {
  font-size: 2.2em;
  color: #000000;
  margin-top: 50px;
  margin-bottom: 25px;
  font-weight: bold;
}

.page-resources-jljl55-deposit-withdrawal__sub-section-title {
  font-size: 1.8em;
  color: #000000;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-jljl55-deposit-withdrawal__paragraph {
  margin-bottom: 20px;
}

.page-resources-jljl55-deposit-withdrawal__article-image {
  width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  min-height: 200px;
}

.page-resources-jljl55-deposit-withdrawal__step-by-step {
  margin-top: 30px;
  padding-left: 20px;
  border-left: 4px solid #FCBC45;
}

.page-resources-jljl55-deposit-withdrawal__step-title {
  font-size: 1.5em;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 15px;
  font-weight: bold;
}

.page-resources-jljl55-deposit-withdrawal__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 20px;
}

.page-resources-jljl55-deposit-withdrawal__list li {
  margin-bottom: 10px;
}

.page-resources-jljl55-deposit-withdrawal__button--inline {
  background-color: #FCBC45;
  color: #000000;
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 15px;
  border: 2px solid #FCBC45;
}

.page-resources-jljl55-deposit-withdrawal__button--inline:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-jljl55-deposit-withdrawal__button--cta {
  background-color: #000000;
  color: #FFFFFF;
  padding: 15px 30px;
  font-size: 1.1em;
  margin-top: 25px;
  border: 2px solid #000000;
}

.page-resources-jljl55-deposit-withdrawal__button--cta:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-jljl55-deposit-withdrawal__faq-container {
  margin-top: 40px;
}

.page-resources-jljl55-deposit-withdrawal__faq-item {
  background-color: #FFFFFF;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.page-resources-jljl55-deposit-withdrawal__faq-question {
  font-size: 1.2em;
  color: #000000;
  padding: 20px;
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f9f9f9;
  font-weight: bold;
}

.page-resources-jljl55-deposit-withdrawal__faq-question::after {
  content: '+';
  font-size: 1.5em;
  transition: transform 0.3s ease;
}

.page-resources-jljl55-deposit-withdrawal__faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-jljl55-deposit-withdrawal__faq-answer {
  padding: 0 20px 20px 20px;
  font-size: 1em;
  color: #555555;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}

.page-resources-jljl55-deposit-withdrawal__faq-answer.active {
  max-height: 200px; /* Adjust as needed for content */
  padding-top: 10px;
}

.page-resources-jljl55-deposit-withdrawal__final-cta {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.page-resources-jljl55-deposit-withdrawal__button--register-large {
  background-color: #FCBC45;
  color: #000000;
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
  border: 2px solid #FCBC45;
  min-width: 220px;
}

.page-resources-jljl55-deposit-withdrawal__button--register-large:hover {
  background-color: transparent;
  color: #FCBC45;
}

.page-resources-jljl55-deposit-withdrawal__button--support {
  background-color: #000000;
  color: #FFFFFF;
  padding: 18px 40px;
  font-size: 1.3em;
  border-radius: 10px;
  border: 2px solid #000000;
  min-width: 220px;
}

.page-resources-jljl55-deposit-withdrawal__button--support:hover {
  background-color: #333333;
  border-color: #333333;
}

.page-resources-jljl55-deposit-withdrawal__related-resources {
  list-style-type: none;
  padding: 0;
  margin-top: 30px;
}

.page-resources-jljl55-deposit-withdrawal__related-resources li {
  margin-bottom: 10px;
}

.page-resources-jljl55-deposit-withdrawal__related-resources a {
  color: #FCBC45;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-jljl55-deposit-withdrawal__related-resources a:hover {
  text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-jljl55-deposit-withdrawal__hero-title {
    font-size: 2.2em;
  }

  .page-resources-jljl55-deposit-withdrawal__hero-description {
    font-size: 1em;
  }

  .page-resources-jljl55-deposit-withdrawal__hero-buttons {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jljl55-deposit-withdrawal__button {
    width: 100%;
    max-width: 250px;
  }

  .page-resources-jljl55-deposit-withdrawal__content-area {
    padding: 20px 15px;
    font-size: 1em;
  }

  .page-resources-jljl55-deposit-withdrawal__section-title {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .page-resources-jljl55-deposit-withdrawal__sub-section-title,
  .page-resources-jljl55-deposit-withdrawal__step-title {
    font-size: 1.3em;
    margin-top: 25px;
    margin-bottom: 10px;
  }

  .page-resources-jljl55-deposit-withdrawal__article-image {
    max-width: 100%;
    height: auto;
    min-width: 200px; /* Ensure images are not too small */
    min-height: 200px;
  }

  .page-resources-jljl55-deposit-withdrawal__faq-question {
    font-size: 1.1em;
    padding: 15px;
  }

  .page-resources-jljl55-deposit-withdrawal__faq-answer {
    padding: 0 15px 15px 15px;
  }

  .page-resources-jljl55-deposit-withdrawal__final-cta {
    flex-direction: column;
    gap: 15px;
  }

  .page-resources-jljl55-deposit-withdrawal__button--register-large,
  .page-resources-jljl55-deposit-withdrawal__button--support {
    width: 100%;
    max-width: 280px;
    font-size: 1.1em;
    padding: 15px 30px;
  }
}

/* Ensure no image filters */
.page-resources-jljl55-deposit-withdrawal img {
  filter: none;
}

/* Content area image size constraint for all images within the main content */
.page-resources-jljl55-deposit-withdrawal img {
  width: auto;
  height: auto;
  max-width: 100%; /* Important for mobile responsiveness */
  min-width: 200px;
  min-height: 200px;
}

/* Specific overrides for image display to ensure min-width/height */
.page-resources-jljl55-deposit-withdrawal__article-image {
  width: 100%; /* Overrides generic img width if needed */
  height: auto;
  max-width: 800px; /* Max width for article images */
  min-width: 200px;
  min-height: 200px;
}

/* Ensure no CSS conflicts with HTML width/height attributes for images */
.page-resources-jljl55-deposit-withdrawal__hero-image img {
  width: 100%;
  height: auto;
  max-width: 1000px; /* Specific max-width for hero image */
  min-width: 200px;
  min-height: 200px;
}