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

.page-resources-cwin-deposit-withdrawal-tips__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.page-resources-cwin-deposit-withdrawal-tips__hero-section {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-resources-cwin-deposit-withdrawal-tips__hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('[GALLERY:background:abstract,geometric,blue_gradient]') no-repeat center center/cover;
  opacity: 0.1;
  z-index: 0;
}

.page-resources-cwin-deposit-withdrawal-tips__hero-title {
  font-size: 2.8em;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 1;
}

.page-resources-cwin-deposit-withdrawal-tips__hero-description {
  font-size: 1.2em;
  margin-bottom: 30px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-button {
  display: inline-block;
  background-color: #ffc107;
  color: #000;
  padding: 15px 30px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.3s ease;
  border: none;
  cursor: pointer;
  font-size: 1.1em;
  position: relative;
  z-index: 1;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-button:hover {
  background-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-cwin-deposit-withdrawal-tips__cta-button--secondary {
  background-color: #0056b3;
  color: #fff;
  margin-left: 15px;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-button--secondary:hover {
  background-color: #003f80;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-button--small {
  padding: 10px 20px;
  font-size: 1em;
}

.page-resources-cwin-deposit-withdrawal-tips__content-section {
  padding: 60px 0;
  background-color: #fff;
}

.page-resources-cwin-deposit-withdrawal-tips__article-layout {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.page-resources-cwin-deposit-withdrawal-tips__article-layout > article {
  flex: 3;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto; /* Center article content */
}

.page-resources-cwin-deposit-withdrawal-tips__article-layout > aside {
  flex: 1;
  min-width: 280px;
  max-width: 350px;
  padding: 20px;
  background-color: #f1f1f1;
  border-radius: 8px;
  align-self: flex-start;
}

.page-resources-cwin-deposit-withdrawal-tips__section-title {
  font-size: 2em;
  color: #007bff;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #ffc107;
  padding-bottom: 10px;
}

.page-resources-cwin-deposit-withdrawal-tips__subsection-title {
  font-size: 1.5em;
  color: #0056b3;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-cwin-deposit-withdrawal-tips__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px auto;
  display: block;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-cwin-deposit-withdrawal-tips__list {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 20px;
}

.page-resources-cwin-deposit-withdrawal-tips__list li {
  margin-bottom: 10px;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-block {
  background-color: #e9f5ff;
  border: 1px solid #cce5ff;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  margin-top: 40px;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-title {
  font-size: 1.8em;
  color: #007bff;
  margin-bottom: 15px;
}

.page-resources-cwin-deposit-withdrawal-tips__cta-text {
  font-size: 1.1em;
  margin-bottom: 25px;
  color: #555;
}

.page-resources-cwin-deposit-withdrawal-tips__sidebar-title {
  font-size: 1.6em;
  color: #007bff;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
}

.page-resources-cwin-deposit-withdrawal-tips__article-list {
  list-style: none;
  padding: 0;
  margin-bottom: 30px;
}

.page-resources-cwin-deposit-withdrawal-tips__article-list li {
  margin-bottom: 10px;
}

.page-resources-cwin-deposit-withdrawal-tips__article-list a {
  color: #0056b3;
  text-decoration: none;
  font-weight: 600;
}

.page-resources-cwin-deposit-withdrawal-tips__article-list a:hover {
  text-decoration: underline;
  color: #007bff;
}

.page-resources-cwin-deposit-withdrawal-tips__promo-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.page-resources-cwin-deposit-withdrawal-tips__promo-image {
  max-width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.page-resources-cwin-deposit-withdrawal-tips__promo-title {
  font-size: 1.5em;
  color: #ffc107;
  margin-bottom: 10px;
}

.page-resources-cwin-deposit-withdrawal-tips__promo-text {
  font-size: 1em;
  color: #666;
  margin-bottom: 20px;
}

.page-resources-cwin-deposit-withdrawal-tips__back-link-section {
  padding: 40px 0;
  text-align: center;
  background-color: #f1f1f1;
  border-top: 1px solid #e0e0e0;
}

.page-resources-cwin-deposit-withdrawal-tips__back-button {
  display: inline-block;
  background-color: #6c757d;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none;
  margin: 0 10px;
  transition: background-color 0.3s ease;
}

.page-resources-cwin-deposit-withdrawal-tips__back-button:hover {
  background-color: #5a6268;
}

/* Responsive Design */
@media (max-width: 992px) {
  .page-resources-cwin-deposit-withdrawal-tips__article-layout {
    flex-direction: column;
  }

  .page-resources-cwin-deposit-withdrawal-tips__article-layout > article,
  .page-resources-cwin-deposit-withdrawal-tips__article-layout > aside {
    max-width: 100%;
  }

  .page-resources-cwin-deposit-withdrawal-tips__hero-title {
    font-size: 2.2em;
  }

  .page-resources-cwin-deposit-withdrawal-tips__hero-description {
    font-size: 1em;
  }
}

@media (max-width: 768px) {
  .page-resources-cwin-deposit-withdrawal-tips__hero-section {
    padding: 60px 0;
  }

  .page-resources-cwin-deposit-withdrawal-tips__section-title {
    font-size: 1.8em;
  }

  .page-resources-cwin-deposit-withdrawal-tips__subsection-title {
    font-size: 1.3em;
  }

  .page-resources-cwin-deposit-withdrawal-tips__cta-button {
    padding: 12px 25px;
    font-size: 1em;
  }

  .page-resources-cwin-deposit-withdrawal-tips__cta-button--secondary {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 480px) {
  .page-resources-cwin-deposit-withdrawal-tips__hero-title {
    font-size: 1.8em;
  }

  .page-resources-cwin-deposit-withdrawal-tips__hero-description {
    font-size: 0.9em;
  }

  .page-resources-cwin-deposit-withdrawal-tips__cta-button {
    width: 100%;
    margin-bottom: 10px;
  }

  .page-resources-cwin-deposit-withdrawal-tips__cta-button--secondary {
    margin-top: 0;
  }

  .page-resources-cwin-deposit-withdrawal-tips__back-button {
    width: 100%;
    margin: 5px 0;
  }
}