/* Reset default WP quote visuals */
.wp-block-quote {
    margin-top: var(--wp--preset--spacing--m-small);
    margin-bottom: var(--wp--preset--spacing--m-small);
    padding: 0;
    border: none;
    background: none;
    quotes: none;
}

.block-editor-block-list__block.wp-block-quote {
    margin-top: var(--wp--preset--spacing--m-small);
    margin-bottom: var(--wp--preset--spacing--m-small);
}

.wp-block-quote::before,
.wp-block-quote::after {
    content: none;
}

/* Quote text */
.wp-block-quote,
.wp-block-quote p {
    font-size: 2.4rem;
    font-family: var(--wp--preset--font-family--merriweather);
    line-height: 1.5;
    font-style: italic;
}

/* Quote citation */
.wp-block-quote cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 2rem;
    color: var(--os-secondary);
    font-family: inherit;
    opacity: 1;
    text-transform: none;
}
