/* --- flatly --- */
blockquote {
  max-width: 42rem;
  margin: 2.75rem auto !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: center;
  font-style: italic;
  font-size: 1.6rem !important;
  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;
}
