/* style/resources-onbet-payment-withdrawal-guide.css */
.page-resources-onbet-payment-withdrawal-guide {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
}

.page-resources-onbet-payment-withdrawal-guide__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-onbet-payment-withdrawal-guide__hero-section {
  background: linear-gradient(135deg, #0A2463, #3A5C9B);
  color: #FFFFFF;
  padding: 100px 0;
  text-align: center;
}

.page-resources-onbet-payment-withdrawal-guide__main-title {
  font-size: 3.2em;
  margin-bottom: 20px;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  line-height: 1.2;
}

.page-resources-onbet-payment-withdrawal-guide__subtitle {
  font-size: 1.3em;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.page-resources-onbet-payment-withdrawal-guide__subtitle a {
  color: #FFD700;
  text-decoration: underline;
}

.page-resources-onbet-payment-withdrawal-guide__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #0A2463;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
}

.page-resources-onbet-payment-withdrawal-guide__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

.page-resources-onbet-payment-withdrawal-guide__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
  margin-top: 20px;
}

.page-resources-onbet-payment-withdrawal-guide__cta-button--large {
  padding: 18px 35px;
  font-size: 1.3em;
  margin-top: 30px;
}

.page-resources-onbet-payment-withdrawal-guide__section {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}

.page-resources-onbet-payment-withdrawal-guide__section:last-of-type {
  border-bottom: none;
}

.page-resources-onbet-payment-withdrawal-guide__section-title {
  font-size: 2.5em;
  color: #0A2463;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.page-resources-onbet-payment-withdrawal-guide__section-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #FFD700;
  border-radius: 2px;
}

.page-resources-onbet-payment-withdrawal-guide__sub-title {
  font-size: 1.8em;
  color: #0A2463;
  margin-top: 30px;
  margin-bottom: 20px;
  border-left: 5px solid #FFD700;
  padding-left: 15px;
}

.page-resources-onbet-payment-withdrawal-guide__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 30px;
}

.page-resources-onbet-payment-withdrawal-guide__list li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/></svg>') no-repeat left 8px;
  background-size: 18px;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 1.1em;
}

.page-resources-onbet-payment-withdrawal-guide__list--bullets li {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="%23FFD700"><circle cx="12" cy="12" r="4"/></svg>') no-repeat left 8px;
  background-size: 18px;
}

.page-resources-onbet-payment-withdrawal-guide__numbered-list {
  list-style: decimal;
  padding-left: 25px;
  margin-bottom: 30px;
}

.page-resources-onbet-payment-withdrawal-guide__numbered-list li {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #333;
}

.page-resources-onbet-payment-withdrawal-guide__image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.page-resources-onbet-payment-withdrawal-guide__faq-item {
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
}

.page-resources-onbet-payment-withdrawal-guide__faq-question {
  font-size: 1.3em;
  color: #0A2463;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-resources-onbet-payment-withdrawal-guide__faq-answer {
  font-size: 1.05em;
  color: #555;
}

.page-resources-onbet-payment-withdrawal-guide p {
  margin-bottom: 15px;
  font-size: 1.1em;
  color: #444;
}

.page-resources-onbet-payment-withdrawal-guide p a {
  color: #0A2463;
  font-weight: bold;
  text-decoration: none;
}

.page-resources-onbet-payment-withdrawal-guide p a:hover {
  text-decoration: underline;
  color: #FFD700;
}

/* Responsive Design */
@media (max-width: 768px) {
  .page-resources-onbet-payment-withdrawal-guide__main-title {
    font-size: 2.5em;
  }

  .page-resources-onbet-payment-withdrawal-guide__subtitle {
    font-size: 1.1em;
  }

  .page-resources-onbet-payment-withdrawal-guide__section-title {
    font-size: 2em;
  }

  .page-resources-onbet-payment-withdrawal-guide__sub-title {
    font-size: 1.5em;
  }

  .page-resources-onbet-payment-withdrawal-guide__cta-button {
    padding: 12px 25px;
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-onbet-payment-withdrawal-guide__main-title {
    font-size: 2em;
  }

  .page-resources-onbet-payment-withdrawal-guide__subtitle {
    font-size: 1em;
  }

  .page-resources-onbet-payment-withdrawal-guide__section-title {
    font-size: 1.8em;
  }

  .page-resources-onbet-payment-withdrawal-guide__sub-title {
    font-size: 1.3em;
  }

  .page-resources-onbet-payment-withdrawal-guide__cta-button {
    width: 100%;
    padding: 12px 0;
  }
}