body {
    background: var(--global-palette8);
}

.content-area {
    position: relative;
    padding-top: 55px;
    padding-bottom: 108px;
    margin: 0 !important;
    color: #000;
}

.background-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 264px;
    background-image: url('/wp-content/themes/NEM/images/ZCC_8896-x2000.avif');
    z-index: -2;
}

@media (max-width: 767px) {

    .background-image {
        background-image: url('/wp-content/themes/NEM/images/hero-stories-x1000-square.avif');
    }
}

.image-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 264px;
    z-index: -1;
    background: linear-gradient(180deg, var(--global-palette4) 0%, rgba(2, 46, 63, 0.7) 99%);
}

@media (max-width: 710px) {

    .background-image,
    .image-filter {
        height: calc(300px - (710px - 100vw) / 6);
    }
}

.featured-image {
    aspect-ratio: 16 / 9;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 0 0 12px;
    border-radius: 5px;
}

h1 {
    font-size: 38px;
    margin: 11px 0 22px;
    font-family: "Swear Deck", serif;
    font-weight: 500;
}

h2 {
    font-family: "BC Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 22px;
    color: #000;
}

img {
    border-radius: 5px;
}

.wp-block-kadence-image:not(:last-child) {
    margin-bottom: 20px;
}

.post-nav {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

[class*="post-nav__"] a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    text-decoration: unset;
    color: var(--global-palette5);
}

[class*="post-nav__"] a:hover {
    color: var(--global-palette4);
}

[class*="post-nav__"] svg {
    vertical-align: unset;
}

.post-nav__more a {
    justify-content: center;
    align-items: center;
    height: 100%;
}

.post-nav__next a {
    justify-content: end;
}

.post-categories a {
    text-decoration: none;
    color: #000;
    font-weight: 300;
    font-size: 12px;
}

.post-categories a:hover {
    text-decoration: underline;
}

.content-area ul.wp-block-list {
    padding-left: 16px;
    margin-left: 8px;
}

.content-area ul.wp-block-list li {
    position: relative;
    line-height: 1.56;
    margin-bottom: 8px;
}

.content-area ul.wp-block-list li::marker,
.content-area ul.wp-block-list li::-webkit-details-marker {
    content: none;
    color: transparent;
}

.content-area ul.wp-block-list li::before {
    content: "";
    border-radius: 50%;
    background: #000;
    display: block;
    position: absolute;
    left: -14px;
    width: 3px;
    height: 3px;
    top: 12px;
}