.page-resources-pko88-deposit-withdrawal-guide {
  color: #f0f0f0; /* Light text for dark body background */
  line-height: 1.6;
  font-family: 'Arial', sans-serif;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-section {
  position: relative;
  padding-top: var(--header-offset, 120px); /* Ensure space for fixed header */
  background-color: var(--primary-color);
  color: #f0f0f0;
  text-align: center;
  padding-bottom: 40px;
  overflow: hidden;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-container {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 20px;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-title {
  font-size: 2.8em;
  color: var(--accent-color);
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-button {
  display: inline-block;
  background-color: var(--accent-color);
  color: var(--primary-color);
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-pko88-deposit-withdrawal-guide__hero-image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.page-resources-pko88-deposit-withdrawal-guide__hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.15;
  display: block;
}

.page-resources-pko88-deposit-withdrawal-guide__content-area {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: var(--primary-color);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  margin-top: -60px;
  position: relative;
  z-index: 3;
}

.page-resources-pko88-deposit-withdrawal-guide__back-link {
  display: inline-block;
  margin-bottom: 30px;
  color: var(--accent-color);
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-pko88-deposit-withdrawal-guide__back-link:hover {
  color: #e6c200;
}

.page-resources-pko88-deposit-withdrawal-guide__article {
  padding: 20px 0;
}

.page-resources-pko88-deposit-withdrawal-guide__article-heading {
  font-size: 2em;
  color: var(--accent-color);
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-resources-pko88-deposit-withdrawal-guide__article-subheading {
  font-size: 1.5em;
  color: #f0f0f0;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-pko88-deposit-withdrawal-guide__article-paragraph {
  margin-bottom: 15px;
  color: #e0e0e0;
}

.page-resources-pko88-deposit-withdrawal-guide__ordered-list,
.page-resources-pko88-deposit-withdrawal-guide__unordered-list {
  margin-bottom: 20px;
  padding-left: 25px;
}

.page-resources-pko88-deposit-withdrawal-guide__list-item {
  margin-bottom: 10px;
  color: #e0e0e0;
}

.page-resources-pko88-deposit-withdrawal-guide__list-item strong {
  color: var(--accent-color);
}

.page-resources-pko88-deposit-withdrawal-guide__image-container {
  margin: 30px auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.05);
  padding: 10px;
  border-radius: 8px;
}

.page-resources-pko88-deposit-withdrawal-guide__content-image {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 6px;
  width: 800px; /* Example display width for content images */
  height: 600px; /* Example display height for content images */
}

.page-resources-pko88-deposit-withdrawal-guide__action-button,
.page-resources-pko88-deposit-withdrawal-guide__final-cta-button {
  display: block;
  width: fit-content;
  margin: 30px auto;
  background-color: var(--accent-color);
  color: var(--primary-color);
  padding: 12px 25px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.page-resources-pko88-deposit-withdrawal-guide__action-button:hover,
.page-resources-pko88-deposit-withdrawal-guide__final-cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-pko88-deposit-withdrawal-guide__final-cta-button {
  font-size: 1.2em;
  padding: 15px 30px;
  margin-top: 50px;
}

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

  .page-resources-pko88-deposit-withdrawal-guide__hero-description {
    font-size: 1em;
  }

  .page-resources-pko88-deposit-withdrawal-guide__article-heading {
    font-size: 1.7em;
  }

  .page-resources-pko88-deposit-withdrawal-guide__article-subheading {
    font-size: 1.3em;
  }

  .page-resources-pko88-deposit-withdrawal-guide__content-area {
    padding: 20px 15px;
    margin-top: -40px;
  }

  .page-resources-pko88-deposit-withdrawal-guide__content-image {
    max-width: 100%;
    height: auto;
    width: auto; /* Allow auto width for mobile responsiveness */
  }

  .page-resources-pko88-deposit-withdrawal-guide__action-button,
  .page-resources-pko88-deposit-withdrawal-guide__final-cta-button {
    width: 90%;
    font-size: 1em;
  }
  
  /* Ensure no horizontal overflow */
  .page-resources-pko88-deposit-withdrawal-guide {
    overflow-x: hidden;
  }
}

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

  .page-resources-pko88-deposit-withdrawal-guide__hero-button {
    padding: 12px 20px;
    font-size: 1em;
  }

  .page-resources-pko88-deposit-withdrawal-guide__article-heading {
    font-size: 1.5em;
  }

  .page-resources-pko88-deposit-withdrawal-guide__article-subheading {
    font-size: 1.2em;
  }
}