.page-resources-deposit-withdrawal {
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f8f9fa;
}

.page-resources-deposit-withdrawal__hero-section {
  background: linear-gradient(135deg, #2D3E50, #F39C12);
  color: #ffffff;
  padding: 80px 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 250px;
}

.page-resources-deposit-withdrawal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-deposit-withdrawal__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #ffffff;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
}

.page-resources-deposit-withdrawal__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-resources-deposit-withdrawal__cta-button {
  display: inline-block;
  background-color: #F39C12;
  color: #2D3E50;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
}

.page-resources-deposit-withdrawal__cta-button:hover {
  background-color: #e08e0b;
  transform: translateY(-2px);
}

.page-resources-deposit-withdrawal__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-resources-deposit-withdrawal__article-content {
  padding: 40px 0;
  background-color: #ffffff;
}

.page-resources-deposit-withdrawal__article-width {
  max-width: 800px;
}

.page-resources-deposit-withdrawal__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: #F39C12;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-deposit-withdrawal__back-link:hover {
  color: #2D3E50;
}

.page-resources-deposit-withdrawal__article-content p {
  margin-bottom: 1em;
  font-size: 1.1em;
  line-height: 1.7;
  color: #495057;
}

.page-resources-deposit-withdrawal__heading {
  font-size: 2em;
  color: #2D3E50;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #F39C12;
  padding-bottom: 10px;
}

.page-resources-deposit-withdrawal__sub-heading {
  font-size: 1.5em;
  color: #2D3E50;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-deposit-withdrawal__list,
.page-resources-deposit-withdrawal__ordered-list {
  margin-bottom: 1em;
  padding-left: 25px;
  color: #495057;
}

.page-resources-deposit-withdrawal__list li,
.page-resources-deposit-withdrawal__ordered-list li {
  margin-bottom: 0.8em;
  font-size: 1.05em;
}

.page-resources-deposit-withdrawal__ordered-list li strong {
  color: #2D3E50;
}

.page-resources-deposit-withdrawal__image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 30px auto;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-deposit-withdrawal__blockquote {
  background-color: #f0f4f7;
  border-left: 5px solid #F39C12;
  padding: 20px;
  margin: 30px 0;
  font-style: italic;
  color: #555;
  font-size: 1.1em;
  border-radius: 4px;
}

.page-resources-deposit-withdrawal__cta-wrapper {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}

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

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

  .page-resources-deposit-withdrawal__heading {
    font-size: 1.8em;
  }

  .page-resources-deposit-withdrawal__sub-heading {
    font-size: 1.3em;
  }

  .page-resources-deposit-withdrawal__article-content p,
  .page-resources-deposit-withdrawal__list li,
  .page-resources-deposit-withdrawal__ordered-list li {
    font-size: 1em;
  }

  .page-resources-deposit-withdrawal__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .page-resources-deposit-withdrawal__hero-title {
    font-size: 1.8em;
  }

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

  .page-resources-deposit-withdrawal__heading {
    font-size: 1.5em;
  }

  .page-resources-deposit-withdrawal__sub-heading {
    font-size: 1.2em;
  }

  .page-resources-deposit-withdrawal__cta-button {
    padding: 10px 20px;
    font-size: 0.9em;
  }
}