.QuoteButton__button {
    color: inherit;
    font-weight: bold;
    text-decoration: none;
}

.QuoteButton__icon {
    display: inline-block;
    overflow: visible;
    fill: currentColor;
    width: 1.25em;
    height: 1em;
    margin-top: -0.2em;
    margin-right: 0.3em;
    vertical-align: middle;
}

/*
 * Quotes in text
 */

figure.quote {
    position: relative;
}

figure.quote a {
    position: absolute;
    inset: 0;
    text-indent: -999em;
    background: url('arrow-up.svg') no-repeat right 1.2em top 1.2em;
    background-size: 0.75em;
    opacity: 0.5;
}

figure.quote a:hover {
    opacity: 1;
}

figure.quote img[data-quote-avatar] {
    float: left;
    width: 1.6em !important;
    height: 1.6em !important;
    margin-right: 0.3em;
}
