.quote {
    margin-top: 1rem;
}

.quote__figure {
    border-left-style: solid;
    border-left-width: 0.125rem;
    margin-top: 0;
    padding-left: 2rem;
}

.quote__blockquote {
    margin: 0;
    quotes: "“" "”" "‘" "’";
}

.quote__blockquote::before {
    content: open-quote;
}

.quote__blockquote::after {
    content: close-quote;
}

.quote__credit-figure {
    display: flex;
    column-gap: 1rem;
    margin-top: 1.5rem;
}

.quote__image {
    aspect-ratio: 1 / 1;
}

.quote__person,
.quote__figure:not(.quote__figure--image) .quote__credit {
    display: flex;
    flex-direction: column;
}

.quote__figure:not(.quote__figure--image) .quote__credit {
    margin-top: 1.5rem;
}
