﻿@charset "UTF-8";
section.posts-archive {
    --pa-bg: var(--okd-block-theme-bg-neutral-110);
    --pa-text: var(--okd-block-theme-heading-on-dark);
    --pa-muted: var(--okd-block-theme-body-muted-on-dark);
    --pa-line: var(--okd-block-theme-line-on-dark);
    --pa-accent: var(--okd--preset--color--hypergreen);
    --pa-row-date: var(--okd--preset--color--neutral-50);
    --pa-row-excerpt: var(--okd--preset--color--neutral-40);
    --pa-row-arrow-icon-1: var(--okd--preset--color--neutral-0);
    --pa-row-arrow-icon-2: var(--okd--preset--color--hypergreen);
    --pa-row-border: var(--okd--preset--color--neutral-50);
    --pa-row-hover-fill: var(--okd--preset--color--neutral-90);
    background-color: var(--pa-bg);
    color: var(--pa-text);
    overflow: hidden
}

@supports (overflow:clip) {
    section.posts-archive {
        overflow: clip
    }
}

section.posts-archive.posts-archive--editor {
    --okd-header-inline-height: 0px
}

section.posts-archive.-theme-neutral-100 {
    --pa-bg: var(--okd-block-theme-bg-neutral-100)
}

section.posts-archive.-theme-neutral-10 {
    --pa-bg: var(--okd-block-theme-bg-neutral-10);
    --pa-text: var(--okd-block-theme-heading-on-light);
    --pa-muted: var(--okd-block-theme-body-on-light);
    --pa-line: var(--okd--preset--color--neutral-40);
    --pa-row-date: var(--okd--preset--color--neutral-60);
    --pa-row-excerpt: var(--okd--preset--color--neutral-70);
    --pa-row-arrow-icon-1: var(--okd--preset--color--neutral-80);
    --pa-row-arrow-icon-2: var(--okd--preset--color--neutral-80);
    --pa-row-border: var(--okd--preset--color--neutral-40);
    --pa-row-hover-fill: var(--okd--preset--color--neutral-20)
}

section.posts-archive .okd-block-container-lines {
    z-index: 1
}

section.posts-archive .okd-block-container {
    padding-inline: var(--okd-line-gutter)
}

section.posts-archive .posts-archive__inner {
    position: relative;
    width: 100%;
    z-index: 1
}

section.posts-archive .posts-archive__layout.u-grid {
    margin-inline: 0;
    max-width: none
}

section.posts-archive .posts-archive__layout.u-grid>.posts-archive__sidebar,
section.posts-archive .posts-archive__layout.u-grid>.posts-archive__main {
    min-width: 0
}

section.posts-archive .posts-archive__main {
    --pa-main-inline: var(--okd--preset--spacing--24)
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__main {
        --pa-main-inline: var(--okd--preset--spacing--48)
    }
}

section.posts-archive .posts-archive__sidebar {
    overflow: hidden;
    position: relative
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__sidebar {
        overflow: visible;
        padding-block-start: var(--okd-header-inline-height, 80px)
    }
}

section.posts-archive .posts-archive__sidebar-bg-sticky {
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__sidebar-bg-sticky {
        height: 0;
        inset: auto;
        margin-top: calc(-1 * var(--okd-header-inline-height, 80px));
        overflow: visible;
        position: sticky;
        top: var(--okd-header-inline-height, 80px);
        width: 100%
    }
}

section.posts-archive .posts-archive__sidebar-bg-slot {
    inset: 0;
    overflow: hidden;
    pointer-events: none;
    position: absolute;
    z-index: 0
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__sidebar-bg-slot {
        height: calc(100vh - var(--okd-header-inline-height, 80px));
        inset: auto;
        left: 0;
        top: 0;
        width: 100%
    }
}

section.posts-archive .posts-archive__sidebar-bg-slot .okd-c-media--posts-archive-sidebar-bg,
section.posts-archive .posts-archive__sidebar-bg-slot picture {
    display: block;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%
}

section.posts-archive .posts-archive__sidebar-bg-el.okd-c-media {
    height: 100%
}

section.posts-archive .posts-archive__sidebar-bg-img,
section.posts-archive .posts-archive__sidebar-bg-video {
    height: 100%;
    left: 0;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

section.posts-archive .posts-archive__sidebar-bg-video {
    border-radius: 0
}

section.posts-archive .posts-archive__sidebar-inner {
    padding-block-start: calc(var(--okd-header-inline-height, 80px) + var(--okd--preset--spacing--24));
    position: relative;
    z-index: 1
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__sidebar-inner {
        padding-block-start: 0
    }
}

section.posts-archive .posts-archive__sidebar-intro {
    padding-block-end: var(--okd--preset--spacing--96);
    padding-inline: var(--okd--preset--spacing--24)
}

section.posts-archive .posts-archive__eyebrow {
    color: var(--pa-muted);
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.5em;
    margin: 0 0 var(--okd--preset--spacing--24)
}

section.posts-archive .posts-archive__intro-title {
    font-size: clamp(32px, calc(32px + 8 * ((100vw - 800px) / (1440 - 800))), 40px);
    line-height: 1.1;
    letter-spacing: -.02em;
    margin: 0 0 var(--okd--preset--spacing--24);
    text-wrap: balance
}

section.posts-archive .posts-archive__nav-list {
    list-style: none;
    margin: 0;
    padding: 0
}

section.posts-archive .posts-archive__nav-item+.posts-archive__nav-item {
    margin-top: var(--okd--preset--spacing--8)
}

section.posts-archive .posts-archive__nav-link {
    color: var(--pa-muted);
    display: inline-block;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: .02em;
    max-width: 100%;
    padding-left: 0;
    padding-right: var(--okd--preset--spacing--24);
    position: relative;
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease, padding-right 0.25s ease;
    width: fit-content
}

section.posts-archive .posts-archive__nav-link::before {
    background-color: var(--pa-accent);
    border-radius: 50%;
    content: "";
    height: 8px;
    left: 0;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.3s cubic-bezier(.34, 1.2, .64, 1);
    width: 8px
}

section.posts-archive .posts-archive__nav-link:focus-visible {
    color: var(--pa-text)
}

@media (min-width:769px) and (hover:hover) and (pointer:fine) {
    section.posts-archive .posts-archive__nav-link:hover {
        color: var(--pa-text)
    }
}

section.posts-archive .posts-archive__nav-link.is-active {
    color: var(--pa-text);
    padding-left: 20px;
    padding-right: 0
}

section.posts-archive .posts-archive__nav-link.is-active::before {
    transform: scale(1)
}

@media (prefers-reduced-motion:reduce) {
    section.posts-archive .posts-archive__nav-link,
    section.posts-archive .posts-archive__nav-link::before {
        transition: none
    }
}

section.posts-archive .posts-archive__stock {
    border-top: var(--okd-line-width) solid var(--pa-line);
    overflow: visible;
    padding: var(--okd--preset--spacing--24);
    position: relative
}

section.posts-archive .posts-archive__stock-label {
    color: var(--pa-muted);
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.5em;
    margin: 0 0 10px
}

section.posts-archive .posts-archive__stock-symbol {
    color: var(--okd--preset--color--neutral-0)
}

section.posts-archive.-theme-neutral-10 .posts-archive__stock-symbol {
    color: var(--pa-text)
}

section.posts-archive .posts-archive__stock-quote {
    align-items: start;
    column-gap: 10px;
    display: grid;
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    margin: 0 0 10px
}

section.posts-archive .posts-archive__stock-price {
    font-size: 48px;
    letter-spacing: -.01em;
    line-height: 1.05;
    margin: 0
}

section.posts-archive .posts-archive__stock-change {
    color: var(--pa-accent);
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.05;
    margin: 0;
    padding-top: .5em
}

section.posts-archive .posts-archive__stock-change.posts-archive__stock-change--down {
    color: var(--pa-muted)
}

section.posts-archive .posts-archive__stock-meta {
    font-size: clamp(11px, calc(11px + 1 * ((100vw - 800px) / (1440 - 800))), 12px);
    line-height: 1.5;
    color: var(--pa-muted);
    margin: 0
}

section.posts-archive .posts-archive__stock::before,
section.posts-archive .posts-archive__stock::after {
    --circle-background-color: var(--okd-line-color);
    --circle-size: 8px;
    background-color: var(--circle-background-color);
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    display: block;
    height: var(--circle-size);
    pointer-events: none;
    position: absolute;
    width: var(--circle-size);
    z-index: 10;
    --circle-background-color: var(--pa-line);
    content: "";
    top: 0
}

section.posts-archive .posts-archive__stock::before {
    left: 0;
    transform: translate(-50%, -50%)
}

section.posts-archive .posts-archive__stock::after {
    right: 0;
    transform: translate(50%, -50%)
}

section.posts-archive .posts-archive__section-body {
    padding-inline: var(--okd--preset--spacing--24)
}

section.posts-archive .posts-archive__section {
    position: relative;
    scroll-margin-top: var(--okd-header-inline-height, 80px)
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__section {
        padding-block: 140px 0
    }
    section.posts-archive .posts-archive__section>*:last-child {
        padding-bottom: var(--okd--preset--spacing--48)
    }
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__section {
        padding-block: 0 var(--okd--preset--spacing--48)
    }
}

section.posts-archive .posts-archive__main>.posts-archive__section:first-child .posts-archive__section-divider {
    display: none
}

section.posts-archive .posts-archive__main>.posts-archive__section:not(:first-child) {
    padding-top: calc(var(--okd-line-width) + 140px)
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__main>.posts-archive__section:not(:first-child) {
        padding-top: 0
    }
}

section.posts-archive .posts-archive__section-divider {
    background-color: var(--pa-line);
    height: var(--okd-line-width);
    left: -4px;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: calc(100% + 8px);
    z-index: 0
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__section-divider {
        left: calc(-1 * var(--pa-main-inline) - 4px);
        width: calc(100% + 2 * var(--pa-main-inline) + 8px)
    }
}

section.posts-archive .posts-archive__section-divider::before,
section.posts-archive .posts-archive__section-divider::after {
    --circle-background-color: var(--okd-line-color);
    --circle-size: 8px;
    background-color: var(--circle-background-color);
    -webkit-clip-path: circle(50%);
    clip-path: circle(50%);
    display: block;
    height: var(--circle-size);
    pointer-events: none;
    position: absolute;
    width: var(--circle-size);
    z-index: 10;
    --circle-background-color: var(--pa-line);
    content: "";
    top: 0
}

section.posts-archive .posts-archive__section-divider::before {
    left: calc(var(--circle-size) / 2);
    transform: translate(-50%, -50%)
}

section.posts-archive .posts-archive__section-divider::after {
    right: calc(var(--circle-size) / 2);
    transform: translate(50%, -50%)
}

section.posts-archive .posts-archive__section-head {
    border-bottom: var(--okd-line-width) solid var(--pa-line);
    padding-inline: var(--okd--preset--spacing--24)
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__section-head {
        overflow: visible
    }
    section.posts-archive .posts-archive__section-head::before,
    section.posts-archive .posts-archive__section-head::after {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        --circle-background-color: var(--pa-line);
        bottom: 0;
        content: ""
    }
    section.posts-archive .posts-archive__section-head::before {
        left: 0;
        transform: translate(-50%, 50%)
    }
    section.posts-archive .posts-archive__section-head::after {
        right: 0;
        transform: translate(50%, 50%)
    }
}

section.posts-archive .posts-archive__section-head-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: var(--okd--preset--spacing--16);
    justify-content: space-between;
    padding-block: var(--okd--preset--spacing--24)
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__section-head-inner {
        padding-block: var(--okd--preset--spacing--48)
    }
}

section.posts-archive .posts-archive__section-heading {
    font-size: 28px;
    letter-spacing: -.01em;
    line-height: 1.1em;
    margin: 0;
    text-wrap: balance
}

section.posts-archive .posts-archive__section-head-cta {
    flex-shrink: 0
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__section-head-cta {
        display: none
    }
}

section.posts-archive .posts-archive__section-foot-cta {
    display: none;
    padding-inline: var(--okd--preset--spacing--24)
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__section-foot-cta {
        display: block;
        margin-top: 48px
    }
    section.posts-archive .posts-archive__section-foot-cta .posts-archive__section-cta.u-btn--1 {
        align-items: center;
        justify-content: flex-start;
        text-align: left
    }
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__section-foot-cta {
        padding-inline: 0
    }
}

section.posts-archive .posts-archive__load-more {
    margin-top: var(--okd--preset--spacing--24);
    text-align: center
}

section.posts-archive .posts-archive__load-more-btn.u-btn--1.-inline.-underline-retract {
    --btn-text-color: var(--pa-text);
    --btn-text-color-hover: var(--pa-text);
    --btn-underline-color: var(--pa-accent)
}

section.posts-archive .posts-archive__section-cta.u-btn--1 {
    font-size: 14px
}

section.posts-archive .posts-archive__list {
    display: flex;
    flex-direction: column
}

section.posts-archive .posts-archive__row {
    border-bottom: var(--okd-line-width) solid var(--pa-row-border);
    gap: var(--okd--preset--spacing--16);
    min-height: 180px;
    padding-block: var(--okd--preset--spacing--24);
    position: relative;
    text-decoration: none
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__row {
        display: flex;
        flex-direction: column
    }
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__row {
        align-items: start;
        display: grid;
        grid-template-columns: minmax(100px, 140px) minmax(0, 1fr) auto;
        min-height: 160px
    }
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__row-body {
        order: 1
    }
    section.posts-archive .posts-archive__row-date {
        order: 2
    }
}

section.posts-archive .posts-archive__row:last-child {
    border-bottom: 0 none
}

section.posts-archive .posts-archive__row--link.posts-archive__row--load-more-pending {
    border-bottom: 0 none
}

section.posts-archive .posts-archive__row-hover-tile {
    background-color: var(--pa-row-hover-fill);
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    transition: transform 0.5s cubic-bezier(.16, 1, .3, 1);
    transform: translateY(-100%);
    width: 100%;
    will-change: transform;
    z-index: 0
}

@media (prefers-reduced-motion:reduce) {
    section.posts-archive [data-directional-hover-tile] {
        display: none
    }
}

section.posts-archive .posts-archive__row--link {
    color: inherit;
    isolation: isolate;
    overflow: hidden;
    padding-inline: 0;
    transition: padding 0.45s cubic-bezier(.625, .05, 0, 1), gap 0.45s cubic-bezier(.625, .05, 0, 1)
}

section.posts-archive .posts-archive__row--link>.posts-archive__row-date,
section.posts-archive .posts-archive__row--link>.posts-archive__row-body {
    position: relative;
    z-index: 1
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__row--link {
        padding-inline: 0 var(--okd--preset--spacing--48)
    }
    section.posts-archive .posts-archive__row--link:focus-visible {
        padding-inline: var(--okd--preset--spacing--24)
    }
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__row--link {
        gap: var(--okd--preset--spacing--24)
    }
    section.posts-archive .posts-archive__row--link:focus-visible {
        gap: 0;
        padding-inline: var(--okd--preset--spacing--24)
    }
}

@media (min-width:769px) and (hover:hover) and (pointer:fine) {
    section.posts-archive .posts-archive__row--link:hover {
        gap: 0;
        padding-inline: var(--okd--preset--spacing--24)
    }
}

@media (min-width:769px) and (hover:hover) and (pointer:fine) and (prefers-reduced-motion:reduce) {
    section.posts-archive .posts-archive__row--link:hover {
        background-color: rgb(255 255 255 / .04)
    }
}

@media (prefers-reduced-motion:reduce) {
    section.posts-archive .posts-archive__row--link:focus-visible {
        background-color: rgb(255 255 255 / .04)
    }
}

@media (prefers-reduced-motion:reduce) {
    section.posts-archive .posts-archive__row--link {
        transition: none
    }
}

@media (min-width:769px) and (hover:hover) and (pointer:fine) and (prefers-reduced-motion:reduce) {
    section.posts-archive.-theme-neutral-10 .posts-archive__row--link:hover {
        background-color: rgb(13 14 16 / .04)
    }
}

@media (prefers-reduced-motion:reduce) {
    section.posts-archive.-theme-neutral-10 .posts-archive__row--link:focus-visible {
        background-color: rgb(13 14 16 / .04)
    }
}

section.posts-archive .posts-archive__row-date {
    color: var(--pa-row-date);
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.5em
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__row-date {
        margin-top: var(--okd--preset--spacing--24)
    }
}

section.posts-archive .posts-archive__row-body {
    min-width: 0
}

section.posts-archive .posts-archive__row-title {
    font-size: 16px;
    letter-spacing: .01em;
    line-height: 1.5em;
    margin: 0 0 12px;
    text-wrap: balance
}

section.posts-archive .posts-archive__row-excerpt {
    color: var(--pa-row-excerpt);
    font-size: 12px;
    letter-spacing: .01em;
    line-height: 1.5em;
    margin: 0;
    text-wrap: pretty
}

section.posts-archive .posts-archive__row-arrow {
    align-self: start;
    display: flex;
    flex: none;
    justify-content: flex-end;
    width: auto
}

@media (max-width:768px) {
    section.posts-archive .posts-archive__row-arrow {
        inset-inline-end: 0;
        inset-inline-start: auto;
        left: auto;
        margin-top: 0;
        max-width: none;
        position: absolute;
        right: 0;
        top: var(--okd--preset--spacing--24);
        z-index: 2
    }
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__row-arrow {
        margin-top: 2px
    }
}

section.posts-archive .posts-archive__row-arrow-viewport {
    display: block;
    height: 24px;
    overflow: hidden;
    position: relative;
    width: 24px
}

section.posts-archive .posts-archive__row-arrow-track {
    display: block;
    height: 48px;
    position: relative;
    transform: translate3d(-24px, 0, 0);
    transition: transform 0.65s cubic-bezier(.625, .05, 0, 1);
    width: 48px
}

section.posts-archive .posts-archive__row-arrow-svg {
    color: var(--pa-row-arrow-icon-2);
    display: block;
    height: 12px;
    position: absolute;
    width: 12px
}

section.posts-archive .posts-archive__row-arrow-svg:nth-child(1) {
    color: var(--pa-row-arrow-icon-1);
    left: 6px;
    top: 30px
}

section.posts-archive .posts-archive__row-arrow-svg:nth-child(2) {
    left: 30px;
    top: 6px
}

@media (min-width:769px) and (hover:hover) and (pointer:fine) {
    section.posts-archive .posts-archive__row--link:hover .posts-archive__row-arrow-track {
        transform: translate3d(0, -24px, 0)
    }
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__row--link:focus-visible .posts-archive__row-arrow-track {
        transform: translate3d(0, -24px, 0)
    }
}

@media (prefers-reduced-motion:reduce) {
    section.posts-archive .posts-archive__row-arrow-track {
        transform: translate3d(0, -24px, 0);
        transition: none
    }
    section.posts-archive .posts-archive__row-arrow-svg:not(:first-child) {
        display: none
    }
}

@media (min-width:769px) {
    section.posts-archive .posts-archive__row>.posts-archive__row-body,
    section.posts-archive .posts-archive__row>.posts-archive__row-date,
    section.posts-archive .posts-archive__row>.posts-archive__row-arrow {
        order: unset
    }
}

@media (max-width:1024px) {
    section.posts-archive .posts-archive__sidebar {
        border-bottom: var(--okd-line-width) solid var(--pa-line);
        overflow: visible
    }
    section.posts-archive .posts-archive__sidebar::before,
    section.posts-archive .posts-archive__sidebar::after {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        --circle-background-color: var(--pa-line);
        bottom: 0;
        content: ""
    }
    section.posts-archive .posts-archive__sidebar::before {
        left: 0;
        transform: translate(-50%, 50%)
    }
    section.posts-archive .posts-archive__sidebar::after {
        right: 0;
        transform: translate(50%, 50%)
    }
    section.posts-archive .posts-archive__section-head {
        background-color: var(--pa-bg);
        position: sticky;
        top: var(--okd-header-inline-height, 80px);
        z-index: 5
    }
    section.posts-archive .posts-archive__section:last-child .posts-archive__section-head {
        z-index: 6
    }
    section.posts-archive .posts-archive__section-body {
        padding-top: var(--okd--preset--spacing--24);
        padding-bottom: 0
    }
}

@media (min-width:1025px) {
    section.posts-archive .posts-archive__main {
        padding-block-start: var(--okd-header-inline-height, 80px);
        padding-inline: var(--okd--preset--spacing--48)
    }
    section.posts-archive .posts-archive__sidebar-intro {
        padding-block-start: var(--okd--preset--spacing--48);
        padding-inline: var(--okd--preset--spacing--48)
    }
    section.posts-archive .posts-archive__sidebar {
        border-right: var(--okd-line-width) solid var(--pa-line)
    }
    section.posts-archive .posts-archive__sidebar::before,
    section.posts-archive .posts-archive__sidebar::after {
        --circle-background-color: var(--okd-line-color);
        --circle-size: 8px;
        background-color: var(--circle-background-color);
        -webkit-clip-path: circle(50%);
        clip-path: circle(50%);
        display: block;
        height: var(--circle-size);
        pointer-events: none;
        position: absolute;
        width: var(--circle-size);
        z-index: 10;
        --circle-background-color: var(--pa-line);
        bottom: 0;
        content: ""
    }
    section.posts-archive .posts-archive__sidebar::before {
        left: 0;
        transform: translate(-50%, 50%)
    }
    section.posts-archive .posts-archive__sidebar::after {
        right: 0;
        transform: translate(50%, 50%)
    }
    section.posts-archive .posts-archive__sidebar-inner {
        display: flex;
        flex-direction: column;
        min-height: calc(100svh - var(--okd-header-inline-height, 80px));
        position: sticky;
        top: var(--okd-header-inline-height, 80px);
        width: 100%
    }
    section.posts-archive .posts-archive__stock {
        margin-top: auto;
        padding: var(--okd--preset--spacing--48)
    }
    section.posts-archive .posts-archive__section-head {
        padding-inline: 0;
        position: static;
        z-index: auto
    }
    section.posts-archive .posts-archive__section-body {
        padding-inline: 0
    }
}