.quote_wrapper {
    padding-top: 1.5em;
    padding-bottom: 1em;
    padding-left: 3em;
    border-left: 6px solid var(--dark-accent-lighter);
    border-radius: 8px;
    position: relative;

    background-image: linear-gradient(90deg, var(--light-accent), #ffffff);
    background-size: calc(100% + 2px) 100%;
    background-position: -1px 0;

    line-height: 1.6;
}

blockquote {
    margin: 0;
}

.quote_mark {
    font-family: Arial;
    font-size: 4em;
    line-height: 1;

    position: absolute;
    left: 1rem;
    top: 1rem;

    opacity: .6;

    pointer-events: none;
}
