.section-text-page__content blockquote,
.section-text-page__content aside.section-text-page__callout {
    padding: 24px;
    background-color: var(--color-back-blue);
    border-radius: 16px;
    margin: 20px 0;
    border: 0;
}

.section-text-page__content blockquote:first-child,
.section-text-page__content aside.section-text-page__callout:first-child {
    margin-top: 0;
}

.section-text-page__content blockquote:last-child,
.section-text-page__content aside.section-text-page__callout:last-child {
    margin-bottom: 0;
}

.section-text-page__content li > p {
    margin: 0;
}

/* Layout SCSS uses :has(.with-image) inside __inner; with-image is on <section> */
@media (max-width: 767px) {
    .section-text-page.with-image .section-text-page__inner {
        padding-top: 0;
        border-radius: 0;
    }
}

/* CMS logo images: match layout SVG positioning */
.header__logo img,
.header__logo .logo-full,
.header__logo .logo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: auto;
}

.header__logo img {
    display: block;
    object-fit: contain;
}

.header__logo .logo-full img,
.header__logo .logo img {
    position: static;
    inset: auto;
}

.header__mobile-logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
