/* style/resources-j77-deposit-withdrawal-guide.css */

/* Base styles for the page content, ensuring light text on dark body background */
.page-resources-j77-deposit-withdrawal-guide {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Light text for dark body background */
  line-height: 1.6;
  background-color: transparent; /* Body background is handled by shared.css */
}

/* Section styling */
.page-resources-j77-deposit-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
}

.page-resources-j77-deposit-withdrawal-guide__section-title {
  font-size: 2.5em;
  color: #26A9E0; /* Primary color for titles */
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-j77-deposit-withdrawal-guide__subsection-title {
  font-size: 1.8em;
  color: #26A9E0; /* Primary color for subtitles */
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-j77-deposit-withdrawal-guide__paragraph {
  font-size: 1.1em;
  margin-bottom: 20px;
  text-align: justify;
  color: #f0f0f0; /* Slightly off-white for better readability on dark background */
}

/* Hero Section */
.page-resources-j77-deposit-withdrawal-guide__hero-section {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 60px 20px;
  padding-top: var(--header-offset, 120px); /* Fixed header offset */
  background-color: #000; /* Ensure dark background for hero */
  overflow: hidden;
  text-align: center;
}