.page-resources-hubet-com-withdrawal-tutorial {
  font-family: 'Arial', sans-serif;
  color: #333;
  line-height: 1.6;
  background-color: #f8f8f8;
}

.page-resources-hubet-com-withdrawal-tutorial__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.page-resources-hubet-com-withdrawal-tutorial__hero-section {
  background: linear-gradient(135deg, #003366, #FFCC00);
  color: #ffffff;
  padding: 80px 0;
  text-align: center;
}

.page-resources-hubet-com-withdrawal-tutorial__main-title {
  font-size: 2.8em;
  margin-bottom: 15px;
  color: #ffffff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.page-resources-hubet-com-withdrawal-tutorial__subtitle {
  font-size: 1.2em;
  margin-bottom: 30px;
  color: #f0f0f0;
}

.page-resources-hubet-com-withdrawal-tutorial__btn {
  display: inline-block;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease, transform 0.2s ease;
  border: none;
  cursor: pointer;
  font-size: 1em;
}

.page-resources-hubet-com-withdrawal-tutorial__btn--primary {
  background-color: #FFCC00;
  color: #003366;
}

.page-resources-hubet-com-withdrawal-tutorial__btn--primary:hover {
  background-color: #e6b800;
  transform: translateY(-2px);
}

.page-resources-hubet-com-withdrawal-tutorial__btn--secondary {
  background-color: #003366;
  color: #FFCC00;
  border: 1px solid #FFCC00;
}

.page-resources-hubet-com-withdrawal-tutorial__btn--secondary:hover {
  background-color: #002244;
  transform: translateY(-2px);
}

.page-resources-hubet-com-withdrawal-tutorial__btn--tertiary {
  background-color: #6685a3; /* Lighter shade of primary for contrast */
  color: #FFFFFF;
}

.page-resources-hubet-com-withdrawal-tutorial__btn--tertiary:hover {
  background-color: #4d7094;
  transform: translateY(-2px);
}

.page-resources-hubet-com-withdrawal-tutorial__content-section {
  padding: 50px 0;
}

.page-resources-hubet-com-withdrawal-tutorial__content-grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

@media (max-width: 992px) {
  .page-resources-hubet-com-withdrawal-tutorial__content-grid {
    grid-template-columns: 1fr;
  }
}

.page-resources-hubet-com-withdrawal-tutorial__main-article {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-hubet-com-withdrawal-tutorial__section-title {
  font-size: 2em;
  color: #003366;
  margin-top: 40px;
  margin-bottom: 20px;
  border-bottom: 2px solid #FFCC00;
  padding-bottom: 10px;
}

.page-resources-hubet-com-withdrawal-tutorial__section-title:first-of-type {
    margin-top: 0;
}

.page-resources-hubet-com-withdrawal-tutorial__sub-section-title {
  font-size: 1.5em;
  color: #003366;
  margin-top: 30px;
  margin-bottom: 15px;
}

.page-resources-hubet-com-withdrawal-tutorial__main-article p {
  margin-bottom: 15px;
  color: #444;
}

.page-resources-hubet-com-withdrawal-tutorial__list {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}

.page-resources-hubet-com-withdrawal-tutorial__list li {
  background-color: #e6f2ff; /* Light blue background for list items */
  border-left: 5px solid #003366;
  padding: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.page-resources-hubet-com-withdrawal-tutorial__list li p {
  margin-bottom: 0;
  color: #003366;
}

.page-resources-hubet-com-withdrawal-tutorial__image {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 25px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.page-resources-hubet-com-withdrawal-tutorial__cta-buttons {
  margin-top: 40px;
  text-align: center;
}

.page-resources-hubet-com-withdrawal-tutorial__cta-buttons .page-resources-hubet-com-withdrawal-tutorial__btn {
  margin: 0 10px;
}

.page-resources-hubet-com-withdrawal-tutorial__sidebar {
  background-color: #e6f2ff; /* Light blue for sidebar */
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.page-resources-hubet-com-withdrawal-tutorial__sidebar-block {
  margin-bottom: 30px;
}

.page-resources-hubet-com-withdrawal-tutorial__sidebar-title {
  font-size: 1.8em;
  color: #003366;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccddee;
  padding-bottom: 10px;
}

.page-resources-hubet-com-withdrawal-tutorial__related-posts {
  list-style: none;
  padding: 0;
}

.page-resources-hubet-com-withdrawal-tutorial__related-posts li {
  margin-bottom: 10px;
}

.page-resources-hubet-com-withdrawal-tutorial__related-posts li a {
  color: #003366;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
}

.page-resources-hubet-com-withdrawal-tutorial__related-posts li a:hover {
  color: #FFCC00;
  text-decoration: underline;
}

.page-resources-hubet-com-withdrawal-tutorial__sidebar-block p {
  color: #333;
  margin-bottom: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .page-resources-hubet-com-withdrawal-tutorial__hero-section {
    padding: 60px 0;
  }

  .page-resources-hubet-com-withdrawal-tutorial__main-title {
    font-size: 2em;
  }

  .page-resources-hubet-com-withdrawal-tutorial__subtitle {
    font-size: 1em;
  }

  .page-resources-hubet-com-withdrawal-tutorial__section-title {
    font-size: 1.8em;
  }

  .page-resources-hubet-com-withdrawal-tutorial__sub-section-title {
    font-size: 1.3em;
  }

  .page-resources-hubet-com-withdrawal-tutorial__main-article,
  .page-resources-hubet-com-withdrawal-tutorial__sidebar {
    padding: 20px;
  }

  .page-resources-hubet-com-withdrawal-tutorial__cta-buttons .page-resources-hubet-com-withdrawal-tutorial__btn {
    margin: 10px 0;
    display: block;
  }
}