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

.page-resources-withdrawal-guide__container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
}

.page-resources-withdrawal-guide__breadcrumb {
  margin-bottom: 25px;
  font-size: 0.9em;
  color: #6c757d;
}

.page-resources-withdrawal-guide__breadcrumb-link {
  color: #007bff;
  text-decoration: none;
}

.page-resources-withdrawal-guide__breadcrumb-link:hover {
  text-decoration: underline;
}

.page-resources-withdrawal-guide__breadcrumb-separator {
  margin: 0 5px;
}

.page-resources-withdrawal-guide__breadcrumb-current {
  color: #333;
}

.page-resources-withdrawal-guide__title {
  font-size: 2.5em;
  color: #007bff;
  margin-bottom: 15px;
  text-align: center;
  line-height: 1.2;
}

.page-resources-withdrawal-guide__meta {
  font-size: 0.9em;
  color: #6c757d;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.page-resources-withdrawal-guide__article-content p {
  margin-bottom: 1em;
  font-size: 1.05em;
  line-height: 1.7;
}

.page-resources-withdrawal-guide__subtitle {
  font-size: 1.8em;
  color: #0056b3; /* Darker shade of primary for contrast */
  margin-top: 35px;
  margin-bottom: 15px;
  border-left: 5px solid #ffc107;
  padding-left: 15px;
}

.page-resources-withdrawal-guide__list {
  list-style-type: disc;
  margin-left: 25px;
  margin-bottom: 1em;
}

.page-resources-withdrawal-guide__list--ordered {
  list-style-type: decimal;
}

.page-resources-withdrawal-guide__list li {
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 1.6;
}

.page-resources-withdrawal-guide__sub-list {
  list-style-type: circle;
  margin-left: 20px;
  margin-top: 0.5em;
}

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

.page-resources-withdrawal-guide__inline-link {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.page-resources-withdrawal-guide__inline-link:hover {
  text-decoration: underline;
}

.page-resources-withdrawal-guide__cta-section {
  background-color: #e9f5ff; /* Lighter shade of primary */
  border: 1px solid #007bff;
  border-radius: 8px;
  padding: 30px;
  margin-top: 40px;
  text-align: center;
}

.page-resources-withdrawal-guide__cta-text {
  font-size: 1.3em;
  color: #0056b3;
  margin-bottom: 20px;
  font-weight: bold;
}

.page-resources-withdrawal-guide__button {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  transition: all 0.3s ease;
  margin: 0 10px 15px;
}

.page-resources-withdrawal-guide__button--primary {
  background-color: #007bff;
  color: #fff;
  border: 1px solid #007bff;
}

.page-resources-withdrawal-guide__button--primary:hover {
  background-color: #0056b3;
  border-color: #0056b3;
  transform: translateY(-2px);
}

.page-resources-withdrawal-guide__button--secondary {
  background-color: #ffc107;
  color: #333;
  border: 1px solid #ffc107;
}

.page-resources-withdrawal-guide__button--secondary:hover {
  background-color: #e0a800;
  border-color: #e0a800;
  transform: translateY(-2px);
}

.page-resources-withdrawal-guide__button--text {
  background: none;
  border: none;
  color: #007bff;
  padding: 0;
  margin-top: 20px;
  font-size: 1em;
  text-decoration: underline;
}

.page-resources-withdrawal-guide__button--text:hover {
  color: #0056b3;
  text-decoration: none;
}

.page-resources-withdrawal-guide__related-resources {
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.page-resources-withdrawal-guide__related-title {
  font-size: 1.5em;
  color: #007bff;
  margin-bottom: 20px;
  text-align: center;
}

.page-resources-withdrawal-guide__related-list {
  list-style-type: none;
  padding: 0;
  text-align: center;
}

.page-resources-withdrawal-guide__related-list li {
  margin-bottom: 10px;
}

.page-resources-withdrawal-guide__related-link {
  color: #007bff;
  text-decoration: none;
  font-size: 1.1em;
}

.page-resources-withdrawal-guide__related-link:hover {
  text-decoration: underline;
  color: #0056b3;
}

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

  .page-resources-withdrawal-guide__subtitle {
    font-size: 1.5em;
  }

  .page-resources-withdrawal-guide__button {
    display: block;
    margin: 10px auto;
  }

  .page-resources-withdrawal-guide__cta-text {
    font-size: 1.1em;
  }
}

@media (max-width: 480px) {
  .page-resources-withdrawal-guide__container {
    padding: 15px;
  }

  .page-resources-withdrawal-guide__title {
    font-size: 1.8em;
  }

  .page-resources-withdrawal-guide__subtitle {
    font-size: 1.3em;
  }

  .page-resources-withdrawal-guide__list,
  .page-resources-withdrawal-guide__sub-list {
    margin-left: 15px;
  }

  .page-resources-withdrawal-guide__button {
    padding: 10px 20px;
    font-size: 1em;
  }
}