.weblogPost__backLink {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: .9rem;
    text-decoration: none;
}

.weblogPost__backLink + .imageBanner {
    margin-top: 0 !important;
}

.weblogPost__backLink:hover {
    text-decoration: underline;
}

.weblogPost__backLink::before {
    transform: rotate(180deg);
}

.weblogPost__metaWrapper {
    font-weight: 600;
    color: var(--primaryColor500);
}

.weblogPost__meta--date + .weblogPost__meta--author::before {
    margin-right: .2rem;
    content: '-';
}

.weblogPost__introduction {
    font-weight: 600;
    font-size: var(--h6Size);
}

.weblogPost__text p {
    margin-bottom: var(--articleMarginBottomSmall);
}

.weblogPost__text blockquote {
    position: relative;
    max-width: 30rem;
    margin: 3.5rem 0;
}

.weblogPost__text blockquote::before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 60px;
    content: url('../../../images/quote.svg');
}

.weblogPost__text blockquote p {
    padding-top: 2rem;
    padding-left: 3rem;
    font-weight: 800;
    font-size: var(--h2Size);
}

.weblogPost__text {
    margin-top: var(--articleMarginBottomSmall);
}
