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

.page-resources-hello88-deposit-withdrawal .hero-section {
  background: linear-gradient(135deg, #1A237E, #5f65a5);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
}

.page-resources-hello88-deposit-withdrawal .hero-section .container {
  max-width: 900px;
  padding: 0 20px;
}

.page-resources-hello88-deposit-withdrawal .hero-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #FFC107; /* Auxiliary color for emphasis */
  font-weight: bold;
  line-height: 1.2;
}

.page-resources-hello88-deposit-withdrawal .hero-subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  opacity: 0.9;
}

.page-resources-hello88-deposit-withdrawal .cta-buttons .btn {
  display: inline-block;
  padding: 12px 25px;
  margin: 0 10px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 1em;
  white-space: nowrap;
}

.page-resources-hello88-deposit-withdrawal .btn-primary {
  background-color: #FFC107;
  color: #1A237E;
  border: 2px solid #FFC107;
}

.page-resources-hello88-deposit-withdrawal .btn-primary:hover {
  background-color: #e5dc81; /* Lighter shade of auxiliary for hover */
  transform: translateY(-2px);
}

.page-resources-hello88-deposit-withdrawal .btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}

.page-resources-hello88-deposit-withdrawal .btn-secondary:hover {
  background-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.page-resources-hello88-deposit-withdrawal .content-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}

.page-resources-hello88-deposit-withdrawal .article-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  padding: 40px;
}

.page-resources-hello88-deposit-withdrawal .intro-text {
  font-size: 1.1em;
  margin-bottom: 30px;
  color: #444;
}

.page-resources-hello88-deposit-withdrawal h2 {
  font-size: 2em;
  color: #1A237E;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFC107;
  padding-bottom: 10px;
}

.page-resources-hello88-deposit-withdrawal h3 {
  font-size: 1.5em;
  color: #3f51b5; /* Slightly lighter main color */
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-hello88-deposit-withdrawal p {
  margin-bottom: 1em;
  font-size: 1.05em;
  color: #555;
}

.page-resources-hello88-deposit-withdrawal .article-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 30px auto;
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-hello88-deposit-withdrawal .styled-list,
.page-resources-hello88-deposit-withdrawal .styled-ordered-list {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.page-resources-hello88-deposit-withdrawal .styled-list li::before {
  content: '\2022'; /* Bullet point */
  color: #FFC107;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

.page-resources-hello88-deposit-withdrawal .styled-ordered-list li {
  counter-increment: my-awesome-counter;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

.page-resources-hello88-deposit-withdrawal .styled-ordered-list li::before {
  content: counter(my-awesome-counter) ". ";
  color: #1A237E;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.page-resources-hello88-deposit-withdrawal .inline-link {
  color: #1A237E;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.page-resources-hello88-deposit-withdrawal .inline-link:hover {
  color: #FFC107;
  text-decoration: underline;
}

.page-resources-hello88-deposit-withdrawal .callout-box {
  background-color: #e3f2fd; /* Light blue for callout */
  border-left: 5px solid #1A237E;
  padding: 20px;
  margin: 30px 0;
  border-radius: 5px;
  font-style: italic;
  color: #333;
}

.page-resources-hello88-deposit-withdrawal .btn-action {
  display: block;
  width: fit-content;
  margin: 30px auto;
  padding: 15px 30px;
  background-color: #1A237E;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: 2px solid #1A237E;
}

.page-resources-hello88-deposit-withdrawal .btn-action:hover {
  background-color: #3f51b5;
  transform: translateY(-2px);
}

.page-resources-hello88-deposit-withdrawal .faq-item {
  background-color: #f0f4f8;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
}

.page-resources-hello88-deposit-withdrawal .faq-question {
  font-size: 1.2em;
  color: #1A237E;
  margin-top: 0;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}

.page-resources-hello88-deposit-withdrawal .faq-question::after {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.5em;
  line-height: 1;
  transition: transform 0.3s ease;
}

.page-resources-hello88-deposit-withdrawal .faq-question.active::after {
  content: '-';
  transform: rotate(180deg);
}

.page-resources-hello88-deposit-withdrawal .faq-answer {
  display: none;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #cfd8dc;
  color: #666;
}

.page-resources-hello88-deposit-withdrawal .faq-question.active + .faq-answer {
  display: block;
}

.page-resources-hello88-deposit-withdrawal .bottom-cta {
  text-align: center;
  margin-top: 50px;
  padding: 40px 20px;
  background-color: #1A237E;
  color: #fff;
  border-radius: 10px;
}

.page-resources-hello88-deposit-withdrawal .bottom-cta p {
  font-size: 1.5em;
  margin-bottom: 20px;
  color: #FFC107;
  font-weight: bold;
}

.page-resources-hello88-deposit-withdrawal .bottom-cta .btn-primary {
  background-color: #FFC107;
  color: #1A237E;
  border: 2px solid #FFC107;
  padding: 15px 35px;
  font-size: 1.1em;
}

.page-resources-hello88-deposit-withdrawal .bottom-cta .btn-primary:hover {
  background-color: #e5dc81;
}

.page-resources-hello88-deposit-withdrawal .return-link {
  text-align: center;
  margin-top: 40px;
}

.page-resources-hello88-deposit-withdrawal .btn-text-icon {
  color: #1A237E;
  text-decoration: none;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color 0.3s ease;
}

.page-resources-hello88-deposit-withdrawal .btn-text-icon:hover {
  color: #FFC107;
}

.page-resources-hello88-deposit-withdrawal .btn-text-icon svg {
  fill: currentColor;
}

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

  .page-resources-hello88-deposit-withdrawal .hero-subtitle {
    font-size: 1em;
  }

  .page-resources-hello88-deposit-withdrawal .cta-buttons .btn {
    margin: 10px 5px;
    padding: 10px 20px;
  }

  .page-resources-hello88-deposit-withdrawal .article-container {
    padding: 20px;
  }

  .page-resources-hello88-deposit-withdrawal h2 {
    font-size: 1.6em;
  }

  .page-resources-hello88-deposit-withdrawal h3 {
    font-size: 1.3em;
  }

  .page-resources-hello88-deposit-withdrawal .bottom-cta p {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  .page-resources-hello88-deposit-withdrawal .hero-section {
    padding: 60px 0;
  }

  .page-resources-hello88-deposit-withdrawal .hero-title {
    font-size: 1.8em;
  }

  .page-resources-hello88-deposit-withdrawal .cta-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .page-resources-hello88-deposit-withdrawal .cta-buttons .btn {
    margin: 0;
    width: 100%;
  }
}