.page-deposits-withdrawals-common-payment-issues {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-deposits-withdrawals-common-payment-issues__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-deposits-withdrawals-common-payment-issues__hero-section {
  background: linear-gradient(135deg, #003366, #1a4a7d);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-deposits-withdrawals-common-payment-issues__hero-title {
  font-size: 3.2em;
  margin-bottom: 15px;
  font-weight: bold;
  color: #FFD700;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.page-deposits-withdrawals-common-payment-issues__hero-subtitle {
  font-size: 1.3em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-deposits-withdrawals-common-payment-issues__hero-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3);
  margin-top: 30px;
}

.page-deposits-withdrawals-common-payment-issues__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-deposits-withdrawals-common-payment-issues__section-title {
  font-size: 2.5em;
  color: #003366;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}

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

.page-deposits-withdrawals-common-payment-issues__issue-group {
  background-color: #f2f7fc;
  border-left: 5px solid #003366;
  padding: 30px;
  margin-bottom: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.page-deposits-withdrawals-common-payment-issues__issue-subtitle {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 15px;
  font-weight: 600;
}

.page-deposits-withdrawals-common-payment-issues__issue-image,
.page-deposits-withdrawals-common-payment-issues__support-image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.page-deposits-withdrawals-common-payment-issues__text {
  font-size: 1.1em;
  margin-bottom: 15px;
  color: #444;
}

.page-deposits-withdrawals-common-payment-issues__list {
  list-style: disc inside;
  margin-left: 20px;
  margin-bottom: 20px;
  color: #555;
}

.page-deposits-withdrawals-common-payment-issues__list li {
  margin-bottom: 8px;
  font-size: 1.05em;
}

.page-deposits-withdrawals-common-payment-issues__cta-section {
  background: #003366;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-deposits-withdrawals-common-payment-issues__cta-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  color: #FFD700;
  font-weight: bold;
}

.page-deposits-withdrawals-common-payment-issues__cta-text {
  font-size: 1.2em;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #e0e0e0;
}

.page-deposits-withdrawals-common-payment-issues__cta-button {
  display: inline-block;
  background-color: #FFD700;
  color: #003366;
  padding: 15px 35px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1.2em;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.page-deposits-withdrawals-common-payment-issues__cta-button:hover {
  background-color: #e6c200;
  transform: translateY(-3px);
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-deposits-withdrawals-common-payment-issues__hero-title {
    font-size: 2.8em;
  }
  .page-deposits-withdrawals-common-payment-issues__section-title {
    font-size: 2em;
  }
  .page-deposits-withdrawals-common-payment-issues__issue-subtitle {
    font-size: 1.5em;
  }
  .page-deposits-withdrawals-common-payment-issues__cta-title {
    font-size: 2.2em;
  }
}

@media (max-width: 768px) {
  .page-deposits-withdrawals-common-payment-issues__hero-section,
  .page-deposits-withdrawals-common-payment-issues__content-section,
  .page-deposits-withdrawals-common-payment-issues__cta-section {
    padding: 40px 0;
  }
  .page-deposits-withdrawals-common-payment-issues__hero-title {
    font-size: 2.2em;
  }
  .page-deposits-withdrawals-common-payment-issues__hero-subtitle,
  .page-deposits-withdrawals-common-payment-issues__cta-text {
    font-size: 1em;
  }
  .page-deposits-withdrawals-common-payment-issues__section-title {
    font-size: 1.8em;
  }
  .page-deposits-withdrawals-common-payment-issues__issue-subtitle {
    font-size: 1.3em;
  }
  .page-deposits-withdrawals-common-payment-issues__text,
  .page-deposits-withdrawals-common-payment-issues__list li {
    font-size: 0.95em;
  }
  .page-deposits-withdrawals-common-payment-issues__cta-button {
    font-size: 1em;
    padding: 12px 25px;
  }
}

@media (max-width: 480px) {
  .page-deposits-withdrawals-common-payment-issues__hero-title {
    font-size: 1.8em;
  }
  .page-deposits-withdrawals-common-payment-issues__section-title {
    font-size: 1.5em;
  }
  .page-deposits-withdrawals-common-payment-issues__issue-subtitle {
    font-size: 1.1em;
  }
  .page-deposits-withdrawals-common-payment-issues__issue-group {
    padding: 20px;
  }
}