.widerruf-container {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 0;
}

.widerruf-hinweis {
  background-color: #f8f9fa;
  border-left: 4px solid #2fb5d2;
  padding: 15px 20px;
  margin-bottom: 25px;
}

.widerruf-hinweis em {
  color: #555;
}

.widerruf-erklaerung {
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.widerruf-datum {
  font-weight: 600;
  margin-top: 15px;
}

.widerruf-fussnote {
  color: #888;
  margin-bottom: 20px;
}

.widerruf-footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 15px;
}

.widerruf-footer-links a {
  color: inherit;
  text-decoration: underline;
}

.widerruf-footer-links a:hover {
  text-decoration: none;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.form-group .invalid-feedback {
  color: #dc3545;
  font-size: 0.85em;
  margin-top: 4px;
}
