/* Citation card typography and surface from home-testimonials; geometry belongs to its container. */
.koshi-quote-item { box-sizing: border-box; max-inline-size: 100%; color: var(--koshi-ink); }
.koshi-quote-item--card { padding: clamp(1.375rem, 2.2vw, 2rem); border-radius: .875rem; background: rgba(255, 255, 255, .52); }
.koshi-quote-item--start { text-align: start; }
.koshi-quote-item--center { text-align: center; }
.koshi-quote-item--end { text-align: end; }
.koshi-quote-item > blockquote { font-family: var(--koshi-serif); font-size: clamp(1.0625rem, 1.55vw, 1.3125rem); font-style: italic; line-height: 1.28; }
.koshi-quote-item > blockquote > :first-child { margin-block-start: 0; }
.koshi-quote-item > blockquote > :last-child { margin-block-end: 0; }
.koshi-quote-item > figcaption > strong { font-size: .875rem; font-weight: 800; }
.koshi-quote-item > figcaption > span { color: rgba(50, 42, 34, .76); font-size: .8125rem; line-height: 1.35; }
.koshi-quote-item--center > .koshi-composition__actions { justify-content: center; }
.koshi-quote-item--end > .koshi-composition__actions { justify-content: flex-end; }
