.eu-withdrawal-page {
  margin: 1.5rem 0;
}

.ewb-card {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}

.ewb-header {
  margin-bottom: 1.25rem;
}

.ewb-legal-note {
  margin: 0;
  padding: 0.75rem 1rem;
  border-left: 3px solid var(--brand-primary, #2fb5d2);
  background: rgba(0, 0, 0, 0.02);
}

.ewb-errors-list {
  margin: 0;
  padding-left: 1.1rem;
}

.ewb-form .form-group {
  margin-bottom: 1rem;
}

.ewb-actions {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.ewb-summary-title {
  margin-bottom: 0.75rem;
}

.ewb-summary-list {
  margin-bottom: 0;
}

.ewb-summary-list dt,
.ewb-summary-list dd {
  margin-bottom: 0.5rem;
}

.ewb-success-title {
  font-weight: 600;
}

.eu-withdrawal-link {
  margin: 0.35rem 0 0;
}

.ewb-footer-link {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
}

.ewb-footer-link:hover,
.ewb-footer-link:focus {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .eu-withdrawal-page {
    margin: 1rem 0;
  }

  .ewb-legal-note {
    padding: 0.625rem 0.75rem;
  }
}
