/* --- Выноски: flatly (светлая) --- */
blockquote {
  max-width: 42rem;
  margin: 2.75rem auto !important;
  padding: 0 !important;
  border: 0 !important;               /* убираем серую полоску Bootstrap */
  text-align: center;
  font-style: italic;
  font-size: 1.6rem !important;       /* явный размер, без clamp */
  line-height: 1.45;
}
blockquote::before {                  /* крупная кавычка */
  content: "\201C";
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 3.4rem;
  line-height: 0.6;
  margin-bottom: 0.45rem;
  color: #18BC9C;
}
blockquote::after {                   /* акцентная черта */
  content: "";
  display: block;
  width: 3rem;
  height: 3px;
  margin: 1.1rem auto 0;
  background: #18BC9C;
  border-radius: 2px;
}
blockquote p { margin: 0 !important; }

/* --- darkly (тёмная) --- */
body.quarto-dark blockquote::before { color: #00bc8c; }
body.quarto-dark blockquote::after  { background: #00bc8c; }

main > p {
  font-size: 1.15em;
}
