img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: auto none;
}

ul li::marker {
    color: var(--blue);
    content: "✔ ";
}

.wp-video {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}


/* Webflow */
.w-lightbox-backdrop {
    background: rgba(13, 13, 13, 0.9);
    font-family: Inter, sans-serif;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5em;
}

.w-lightbox-caption {
    padding: 1em 0;
    text-align: center;
    white-space: normal;
    background: var(--white);
    color: var(--blue);
}

.w-lightbox-figure {
    margin: 0;
    position: relative;
    background: var(--white);
    padding-bottom: 0;
}

.w-lightbox-thumbnail {
    background: var(--transparent);
}

.w-lightbox-close {
    background-image: url("images/x-black.svg");
    background-size: 18px;
    height: 2.6em;
    right: 0;
}

figcaption {
    margin-top: 0;
}