
.quote {
    --font-size: var(--root-font-size); /* Reset, use REM */
}

.quote__figure {
    --color-border: #dadada;
}

.quote__blockquote {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 1.111em;
    --font-style: normal;
    --font-weight: var(--root-font-weight--semi-bold);
    --line-height: inherit;
}

.quote__image {
    --border-radius: 0.25rem;
}

.quote__name {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 0.889em;
    --font-style: normal;
    --font-weight: var(--root-font-weight--semi-bold);
    --line-height: inherit;
}

.quote__position {
    --color: var(--root-color-text);
    --font-family: inherit;
    --font-size: 0.889em;
    --font-style: normal;
    --font-weight: var(--root-font-weight--normal);
    --line-height: inherit;
}

.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;
}

.quote {
    font-size: var(--font-size, 1rem); /* Reset, use REM */
}

.quote__figure {
    border-left-color: var(--color-border, #dadada);
}

.quote__blockquote {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 1em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.quote__image {
    border-radius: var(--border-radius, 0.25rem);
}

.quote__name {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 0.889em);
    font-weight: var(--font-weight, bold);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}

.quote__position {
    color: var(--color, black);
    font-family: var(--font-family, inherit);
    font-size: var(--font-size, 0.889em);
    font-weight: var(--font-weight, normal);
    font-style: var(--font-style, normal);
    line-height: var(--line-height, inherit);
}
