:where(.wp-block-quote) {
    max-width: 34ch;
    margin-inline: auto;
    text-align: center;
}

:where(.wp-block-quote) p {
    font-family: var(--wp--preset--font-family--title), sans-serif;
    font-size: var(--wp--preset--font-size--card-title);
    line-height: 1.25;
}

:where(.wp-block-quote) p:first-of-type::before {
    content: "«\202F";
    content: "«\202F" / "";
}

:where(.wp-block-quote) p:last-of-type::after {
    content: "\202F»";
    content: "\202F»" / "";
}

:where(.wp-block-quote) cite {
    margin-block-start: var(--wp--preset--spacing--x-small);
    font-family: var(--wp--preset--font-family--body), sans-serif;
    font-size: var(--wp--preset--font-size--small);
    font-style: normal;
    color: var(--wp--preset--color--gris-texte);
}

.has-vert-background-color .wp-block-quote cite,
.has-rouge-background-color .wp-block-quote cite {
    color: var(--wp--preset--color--noir);
}
