.is-style-fancy-quote {
    background: gainsboro;
    color: tomato;
    padding: 10px 20px;
    border-left: solid 2px currentColor;
}

.is-style-fancy-quote cite {
    color: gray;
    font-size: smaller;
}