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

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

.page-resources-123win-deposit-withdrawal__container--centered {
  text-align: center;
}

.page-resources-123win-deposit-withdrawal__hero {
  background: linear-gradient(135deg, #0A2E36 0%, #304E52 100%); /* Darker blue to slightly lighter blue */
  padding: 80px 0;
  color: #fff;
  text-align: center;
}

.page-resources-123win-deposit-withdrawal__hero h1 {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700; /* Gold for main title */
  line-height: 1.2;
}

.page-resources-123win-deposit-withdrawal__hero p {
  font-size: 1.2em;
  max-width: 800px;
  margin: 0 auto 40px auto;
  color: #e0e0e0;
}

.page-resources-123win-deposit-withdrawal__cta-group {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.page-resources-123win-deposit-withdrawal__btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.page-resources-123win-deposit-withdrawal__btn--primary {
  background-color: #FFD700;
  color: #0A2E36;
  border-color: #FFD700;
}

.page-resources-123win-deposit-withdrawal__btn--primary:hover {
  background-color: #e6c200;
  border-color: #e6c200;
  transform: translateY(-2px);
}

.page-resources-123win-deposit-withdrawal__btn--secondary {
  background-color: transparent;
  color: #FFD700;
  border-color: #FFD700;
}

.page-resources-123win-deposit-withdrawal__btn--secondary:hover {
  background-color: #FFD700;
  color: #0A2E36;
  transform: translateY(-2px);
}

.page-resources-123win-deposit-withdrawal__btn--download {
  background-color: #0A2E36;
  color: #FFD700;
  border-color: #FFD700;
}

.page-resources-123win-deposit-withdrawal__btn--download:hover {
  background-color: #0A2E36;
  color: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.page-resources-123win-deposit-withdrawal__section {
  padding: 60px 0;
}

.page-resources-123win-deposit-withdrawal__section:nth-of-type(even) {
  background-color: #f8f8f8;
}

.page-resources-123win-deposit-withdrawal__section h2 {
  font-size: 2.2em;
  color: #0A2E36;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-123win-deposit-withdrawal__section h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-123win-deposit-withdrawal__section h3 {
  font-size: 1.6em;
  color: #0A2E36;
  margin-top: 40px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-123win-deposit-withdrawal__section p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-123win-deposit-withdrawal__section ul,
.page-resources-123win-deposit-withdrawal__section ol {
  margin-bottom: 20px;
  padding-left: 25px;
  color: #444;
}

.page-resources-123win-deposit-withdrawal__section ul li,
.page-resources-123win-deposit-withdrawal__section ol li {
  margin-bottom: 10px;
}

.page-resources-123win-deposit-withdrawal__section strong {
  color: #0A2E36;
}

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

.page-resources-123win-deposit-withdrawal__link {
  color: #0A2E36;
  text-decoration: underline;
  font-weight: bold;
}

.page-resources-123win-deposit-withdrawal__link:hover {
  color: #FFD700;
}

.page-resources-123win-deposit-withdrawal__faq-item {
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.page-resources-123win-deposit-withdrawal__faq-question {
  background-color: #0A2E36;
  color: #FFD700;
  padding: 18px 25px;
  margin: 0;
  font-size: 1.3em;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  transition: background-color 0.3s ease;
}

.page-resources-123win-deposit-withdrawal__faq-question::after {
  content: '+';
  font-size: 1.5em;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.page-resources-123win-deposit-withdrawal__faq-question.active {
  background-color: #1a4f5c;
}

.page-resources-123win-deposit-withdrawal__faq-question.active::after {
  content: '-';
  transform: rotate(0deg);
}

.page-resources-123win-deposit-withdrawal__faq-answer {
  padding: 0 25px;
  background-color: #fdfdfd;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-out, padding 0.4s ease-out;
}

.page-resources-123win-deposit-withdrawal__faq-answer.open {
  max-height: 500px; /* Adjust as needed */
  padding: 20px 25px;
}

.page-resources-123win-deposit-withdrawal__faq-answer p {
  margin-bottom: 10px;
}

.page-resources-123win-deposit-withdrawal__faq-answer ul {
  margin-top: 10px;
  padding-left: 20px;
}

.page-resources-123win-deposit-withdrawal__cta-final {
  background-color: #0A2E36;
  color: #fff;
  padding: 80px 0;
}

.page-resources-123win-deposit-withdrawal__cta-final h2 {
  color: #FFD700;
}

.page-resources-123win-deposit-withdrawal__cta-final p {
  color: #e0e0e0;
  font-size: 1.1em;
  margin-bottom: 40px;
}

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

  .page-resources-123win-deposit-withdrawal__hero p {
    font-size: 1em;
  }

  .page-resources-123win-deposit-withdrawal__section h2 {
    font-size: 1.8em;
  }

  .page-resources-123win-deposit-withdrawal__section h3 {
    font-size: 1.4em;
  }

  .page-resources-123win-deposit-withdrawal__cta-group {
    flex-direction: column;
  }

  .page-resources-123win-deposit-withdrawal__btn {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .page-resources-123win-deposit-withdrawal__hero {
    padding: 60px 0;
  }

  .page-resources-123win-deposit-withdrawal__hero h1 {
    font-size: 1.6em;
  }

  .page-resources-123win-deposit-withdrawal__section {
    padding: 40px 0;
  }

  .page-resources-123win-deposit-withdrawal__btn {
    font-size: 1em;
    padding: 12px 20px;
  }
  
  .page-resources-123win-deposit-withdrawal__faq-question {
    font-size: 1.1em;
    padding: 15px 20px;
  }
  .page-resources-123win-deposit-withdrawal__faq-answer {
    padding: 15px 20px;
  }
}