.wee-blockquote blockquote, .wee-pullquote blockquote {
    border-left-style: none;
    position: static;
}

.wee-blockquote, .wee-pullquote{
    border-left: 4px var(--brand-primary-l-4) solid;
    position: relative;
    margin: 4rem 0;
    padding: 0rem 2rem;
    max-width: 65ch;
    ::before {
        content: "";
        position: absolute;
        left: -2rem;
        top: 50%;
        transform: translateY(-50%);
        height: 90%;
        border-left: 6px var(--brand-primary) dotted;
    }
}
.wee-blockquote blockquote, .wee-pullquote blockquote{
    padding:0;
}
.wee-pullquote__quote::after{
    background-color: transparent;
}

.wee-blockquote__author{
    font-family: var(--ej-fancy-font);
    font-size: calc(var(--text-xl)*0.9);
    color: var(--brand-base-d-1);
}

.wee-blockquote__link{
    font-family: var(--ej-label-font);
    font-size: var(--text-s);
    color: var(--brand-link)
}

.wee-blockquote__quote p, .wee-pullquote__quote p{
    margin-bottom: 2rem;
    font-family: var(--ej-quote-font);
    background-image: linear-gradient(to right, var(--brand-primary-l-3), var(--brand-primary-d-3));
    color: transparent;
    background-clip: text;
    font-size: calc(var(--at-text--xl)*0.75);
    line-height: 1.2;
    font-style: italic;
    font-weight: 500;
}

.wee-blockquote__figcaption{
    text-align: left;
}
