/* style/index-deposit-withdrawal.css */

/* Base styles for the page content, ensuring contrast with dark body background */
.page-index-deposit-withdrawal {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #ffffff; /* Light text for dark body background */
  background-color: transparent; /* Body background is handled by shared.css (#1a1a2e) */
  padding-top: 0; /* Assuming shared.css handles body padding-top */
}

.page-index-deposit-withdrawal__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.page-index-deposit-withdrawal__section-title {
  font-size: 2.5em;
  color: #FFFFFF; /* White for dark backgrounds */
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-index-deposit-withdrawal__section-description {
  font-size: 1.1em;
  color: #f0f0f0; /* Slightly off-white for description */
  text-align: center;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-index-deposit-withdrawal__subsection-title {
  font-size: 1.8em;
  color: #FFFFFF; /* White for dark backgrounds */
  margin-top: 30px;
  margin-bottom: 15px;
}