figure.quote {
    margin: 0.5em 0 !important;
    padding: 1em;
    background-color: rgba(0, 0, 0, 0.03);
    border-left: 4px solid rgba(0, 0, 0, 0.15);
}

figure.quote blockquote {
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    line-height: inherit;
    font-size: inherit;
    font-style: inherit;
    font-family: inherit;
    color: inherit;
    background: none;
}

figure.quote blockquote:before,
figure.quote blockquote:after {
    content: none !important;
}

figure.quote figcaption {
    margin-bottom: 0.5em;
    color: rgba(0, 0, 0, 0.54)
}
