.page-faq-deposit-withdrawal-faq {
  font-family: 'Arial', sans-serif;
  color: #ffffff; /* Text color for dark background */
  background-color: #000000; /* Main background color */
}

.page-faq-deposit-withdrawal-faq__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-faq-deposit-withdrawal-faq__hero-section {
  background: linear-gradient(135deg, #000000 0%, #333333 100%);
  padding: 80px 0;
  text-align: center;
  border-bottom: 2px solid #FFD700;
}

.page-faq-deposit-withdrawal-faq__main-title {
  font-size: 3.2em;
  color: #FFD700;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
}

.page-faq-deposit-withdrawal-faq__subtitle {
  font-size: 1.2em;
  color: #cccccc;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-faq-deposit-withdrawal-faq__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #000000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

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

.page-faq-deposit-withdrawal-faq__cta-button--secondary {
  background-color: #000000;
  color: #FFD700;
  border: 2px solid #FFD700;
}

.page-faq-deposit-withdrawal-faq__cta-button--secondary:hover {
  background-color: #FFD700;
  color: #000000;
}

.page-faq-deposit-withdrawal-faq__cta-button--outline {
  background-color: transparent;
  color: #FFD700;
  border: 2px solid #FFD700;
  margin-left: 15px;
}

.page-faq-deposit-withdrawal-faq__cta-button--outline:hover {
  background-color: #FFD700;
  color: #000000;
}

.page-faq-deposit-withdrawal-faq__cta-button--small {
  padding: 10px 20px;
  font-size: 0.9em;
}

.page-faq-deposit-withdrawal-faq__content-section {
  padding: 60px 0;
}

.page-faq-deposit-withdrawal-faq__content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.page-faq-deposit-withdrawal-faq__main-content p {
  line-height: 1.8;
  margin-bottom: 1em;
  color: #e0e0e0;
}

.page-faq-deposit-withdrawal-faq__main-content a {
  color: #FFD700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.page-faq-deposit-withdrawal-faq__main-content a:hover {
  color: #e6c200;
  text-decoration: underline;
}

.page-faq-deposit-withdrawal-faq__section-title {
  font-size: 2.2em;
  color: #FFD700;
  margin-top: 40px;
  margin-bottom: 25px;
  border-bottom: 2px solid rgba(255, 215, 0, 0.3);
  padding-bottom: 10px;
}

.page-faq-deposit-withdrawal-faq__sub-section-title {
  font-size: 1.6em;
  color: #FFD700;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-faq-deposit-withdrawal-faq__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-faq-deposit-withdrawal-faq__list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-faq-deposit-withdrawal-faq__numbered-list {
  list-style: decimal inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #e0e0e0;
}

.page-faq-deposit-withdrawal-faq__numbered-list li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.page-faq-deposit-withdrawal-faq__image-wrapper {
  margin: 30px 0;
  text-align: center;
}

.page-faq-deposit-withdrawal-faq__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  border: 1px solid #FFD700;
}

.page-faq-deposit-withdrawal-faq__image-caption {
  font-size: 0.9em;
  color: #aaaaaa;
  margin-top: 10px;
}

.page-faq-deposit-withdrawal-faq__cta-wrapper {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-faq-deposit-withdrawal-faq__cta-wrapper--final {
  margin-top: 60px;
  border-top: 1px dashed rgba(255, 215, 0, 0.3);
  padding-top: 30px;
}

.page-faq-deposit-withdrawal-faq__sidebar {
  background-color: #1a1a1a;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  border: 1px solid #333333;
}

.page-faq-deposit-withdrawal-faq__sidebar-block {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #333333;
}

.page-faq-deposit-withdrawal-faq__sidebar-block:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.page-faq-deposit-withdrawal-faq__sidebar-title {
  font-size: 1.8em;
  color: #FFD700;
  margin-bottom: 20px;
  text-align: center;
}

.page-faq-deposit-withdrawal-faq__sidebar-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
  border: 1px solid #FFD700;
}

.page-faq-deposit-withdrawal-faq__sidebar p {
  font-size: 0.95em;
  line-height: 1.6;
  color: #cccccc;
  margin-bottom: 15px;
}

.page-faq-deposit-withdrawal-faq__accordion {
  margin-top: 30px;
  margin-bottom: 40px;
}

.page-faq-deposit-withdrawal-faq__accordion-item {
  margin-bottom: 10px;
  border: 1px solid #333333;
  border-radius: 5px;
  overflow: hidden;
}

.page-faq-deposit-withdrawal-faq__accordion-header {
  background-color: #1a1a1a;
  color: #FFD700;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: bold;
  transition: background-color 0.3s ease;
  position: relative;
}

.page-faq-deposit-withdrawal-faq__accordion-header::after {
  content: '+';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.page-faq-deposit-withdrawal-faq__accordion-header.active::after {
  content: '-';
  transform: translateY(-50%) rotate(180deg);
}

.page-faq-deposit-withdrawal-faq__accordion-header:hover {
  background-color: #2a2a2a;
}

.page-faq-deposit-withdrawal-faq__accordion-content {
  background-color: #0a0a0a;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-faq-deposit-withdrawal-faq__accordion-content.open {
  max-height: 200px; /* Adjust as needed */
  padding: 15px 20px;
}

.page-faq-deposit-withdrawal-faq__accordion-content p {
  color: #cccccc;
  margin-bottom: 0;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-faq-deposit-withdrawal-faq__content-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .page-faq-deposit-withdrawal-faq__main-title {
    font-size: 2.5em;
  }
  .page-faq-deposit-withdrawal-faq__section-title {
    font-size: 1.8em;
  }
  .page-faq-deposit-withdrawal-faq__sub-section-title {
    font-size: 1.4em;
  }
  .page-faq-deposit-withdrawal-faq__hero-section {
    padding: 60px 0;
  }
  .page-faq-deposit-withdrawal-faq__content-section {
    padding: 40px 0;
  }
}

@media (max-width: 576px) {
  .page-faq-deposit-withdrawal-faq__main-title {
    font-size: 2em;
  }
  .page-faq-deposit-withdrawal-faq__subtitle {
    font-size: 1em;
  }
  .page-faq-deposit-withdrawal-faq__cta-button {
    padding: 12px 25px;
    font-size: 1em;
    margin-left: 0;
    margin-bottom: 15px;
  }
  .page-faq-deposit-withdrawal-faq__cta-button--outline {
    margin-left: 0;
  }
  .page-faq-deposit-withdrawal-faq__cta-wrapper--final .page-faq-deposit-withdrawal-faq__cta-button {
    display: block;
    width: 100%;
  }
  .page-faq-deposit-withdrawal-faq__list, .page-faq-deposit-withdrawal-faq__numbered-list {
    margin-left: 0;
    padding-left: 15px;
  }
  .page-faq-deposit-withdrawal-faq__accordion-header {
    font-size: 1em;
    padding: 12px 15px;
  }
  .page-faq-deposit-withdrawal-faq__accordion-header::after {
    right: 15px;
  }
  .page-faq-deposit-withdrawal-faq__accordion-content {
    padding: 10px 15px;
  }
}