.avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
  border: 2px solid var(--bs-primary-border-subtle);
  object-fit: cover;
}

.avatar-big {
  width: 148px;
  height: 148px;
  font-size: 4rem;
  border-width: 3px;
}

iframe.pdf-preview {
  display: block;
  width: 100%;
  max-width: 21cm;
  margin: 0 auto;
}


.form-label.requiredField {
  font-weight: 600;
}

footer nav li + li::before {
  content: "·";
  margin-right: 1rem;
}

/* Text-heavy content pages (imprint, privacy policy, etc.) */
.text-page h1 {
  margin-bottom: 1.5rem;
}

.text-page h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.text-page h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.text-page h4 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
}

.text-page p,
.text-page ul,
.text-page ol {
  margin-bottom: 1rem;
}
