/*
 * Editorial Gutenberg and journal layer.
 *
 * The selectors deliberately target direct native blocks and known core
 * containers. Custom BSH ACF sections keep their own block-local typography.
 */
:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container)) {
    --bsh-editorial-measure: 68ch;
    --bsh-editorial-gap: clamp(20px, 2vw, 30px);
    --bsh-editorial-heading-space: clamp(64px, 7vw, 108px);
    --bsh-editorial-heading-gap: clamp(24px, 2.8vw, 40px);
    --bsh-editorial-rule: rgba(94, 94, 94, .2);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    > :where(p, ul, ol, blockquote, pre, table, .wp-block-details),
:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.wp-block-group, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(p, ul, ol, blockquote, pre, table, .wp-block-details) {
    max-width: var(--bsh-editorial-measure);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(p, li, figcaption, td, th, summary) {
    font-size: var(--bsh-fs-body);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(p, li) {
    line-height: 1.78;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    > :where(h2, h3, h4, h5, h6),
:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.wp-block-group, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(h2, h3, h4, h5, h6) {
    max-width: 18ch;
    margin-top: clamp(58px, 6vw, 96px);
    color: var(--bsh-color-headline);
    text-wrap: balance;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    > :where(h2, h3, h4, h5, h6) + *,
:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.wp-block-group, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(h2, h3, h4, h5, h6) + * {
    margin-top: clamp(20px, 2.2vw, 32px);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(p, ul, ol, blockquote, figure, pre, table, .wp-block-buttons, .wp-block-details) +
    :where(p, ul, ol, blockquote, figure, pre, table, .wp-block-buttons, .wp-block-details) {
    margin-top: var(--bsh-editorial-gap);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(a:not(.wp-block-button__link)) {
    color: var(--bsh-color-headline);
    text-decoration-color: var(--bsh-color-pastel-1);
    text-decoration-thickness: 1px;
    text-underline-offset: .22em;
    transition: color var(--bsh-transition-fast), text-decoration-color var(--bsh-transition-fast);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(a:not(.wp-block-button__link)):hover {
    color: var(--bsh-color-pastel-2);
    text-decoration-color: currentColor;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(ul, ol) {
    padding-left: 1.35em;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container)) ul li::marker {
    color: var(--bsh-color-pastel-2);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container)) ol li::marker {
    color: var(--bsh-color-pastel-2);
    font-weight: 600;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(blockquote, .wp-block-quote, .wp-block-pullquote) {
    position: relative;
    padding: clamp(30px, 4vw, 58px) clamp(26px, 5vw, 72px);
    border: 0;
    color: var(--bsh-color-headline);
    background: rgba(190, 177, 171, .14);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(blockquote, .wp-block-quote, .wp-block-pullquote)::before {
    position: absolute;
    top: .12em;
    left: clamp(12px, 2vw, 28px);
    color: var(--bsh-color-pastel-1);
    content: '“';
    font-family: Georgia, serif;
    font-size: clamp(58px, 7vw, 108px);
    line-height: 1;
    opacity: .72;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(blockquote, .wp-block-quote, .wp-block-pullquote) p {
    font-size: var(--bsh-fs-lead);
    line-height: 1.55;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(blockquote, .wp-block-quote, .wp-block-pullquote) cite {
    display: block;
    margin-top: 18px;
    color: var(--bsh-color-body);
    font-size: var(--bsh-fs-sm);
    font-style: normal;
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(figure, .wp-block-image, .wp-block-gallery) img {
    width: 100%;
    height: auto;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container)) figcaption {
    margin-top: 12px;
    color: var(--bsh-color-body);
    font-size: var(--bsh-fs-sm);
    line-height: 1.5;
    text-align: left;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    .wp-block-gallery {
    gap: clamp(10px, 1.4vw, 22px);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.wp-block-button__link, .wp-element-button) {
    display: inline-flex;
    min-width: 170px;
    min-height: var(--bsh-button-height);
    align-items: center;
    justify-content: center;
    padding: 12px var(--bsh-button-padding-x);
    border: 1px solid var(--bsh-color-pastel-2);
    border-radius: 2px;
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-button);
    font-weight: 600;
    letter-spacing: .08em;
    line-height: 1.15;
    text-decoration: none;
    text-transform: uppercase;
    transition: color var(--bsh-transition-fast), background var(--bsh-transition-fast);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.wp-block-button__link, .wp-element-button):hover {
    color: var(--bsh-color-pastel-2);
    background: transparent;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.is-style-outline > .wp-block-button__link, .is-style-outline > .wp-element-button) {
    color: var(--bsh-color-pastel-2);
    background: transparent;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.is-style-outline > .wp-block-button__link, .is-style-outline > .wp-element-button):hover {
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(table, .wp-block-table table) {
    width: 100%;
    border-collapse: collapse;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(th, td) {
    padding: 16px 12px;
    border: 0;
    border-bottom: 1px solid var(--bsh-editorial-rule);
    text-align: left;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container)) th {
    color: var(--bsh-color-headline);
    font-weight: 600;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(pre, .wp-block-code) {
    overflow-x: auto;
    padding: 24px;
    color: var(--bsh-color-headline);
    background: rgba(184, 175, 170, .12);
    font-size: .9rem;
    line-height: 1.65;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    :where(.wp-block-separator, hr) {
    height: 1px;
    margin-top: clamp(52px, 6vw, 88px);
    margin-bottom: clamp(52px, 6vw, 88px);
    border: 0;
    background: var(--bsh-editorial-rule);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    .wp-block-media-text {
    gap: clamp(34px, 6vw, 100px);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    .wp-block-media-text__content {
    padding: 0;
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    .wp-block-details {
    border-top: 1px solid var(--bsh-editorial-rule);
    border-bottom: 1px solid var(--bsh-editorial-rule);
}

:where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
    .wp-block-details summary {
    padding: 20px 0;
    color: var(--bsh-color-headline);
    cursor: pointer;
}

/*
 * Reliable native-content rhythm.
 *
 * The root class intentionally sits outside :where() so these declarations
 * win over WordPress' generated block margins. Custom ACF sections are not
 * part of the element list and therefore keep their block-local spacing.
 */
.bshEditorialContent > :where(p, ul, ol, blockquote, pre, table, .wp-block-details, .wp-block-buttons) {
    width: min(100%, var(--bsh-editorial-measure));
    margin-right: auto;
    margin-left: auto;
}

.bshEditorialContent > :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) {
    margin-top: 0;
    margin-bottom: 0;
}

.bshEditorialContent > :where(h2, h3, h4, h5, h6) {
    width: min(100%, var(--bsh-editorial-measure));
    max-width: 20ch;
    margin: var(--bsh-editorial-heading-space) auto 0;
    color: var(--bsh-color-headline);
    line-height: 1.08;
    letter-spacing: -.035em;
    text-wrap: balance;
}

.bshEditorialContent > h2 {
    font-size: clamp(38px, 3.8vw, 58px);
}

.bshEditorialContent > h3 {
    font-size: clamp(32px, 3vw, 46px);
}

.bshEditorialContent > h4 {
    font-size: clamp(27px, 2.35vw, 38px);
}

.bshEditorialContent > :where(h5, h6) {
    line-height: 1.16;
}

.bshEditorialContent > :first-child {
    margin-top: 0;
}

.bshEditorialContent > :where(h2, h3, h4, h5, h6) + :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) {
    margin-top: var(--bsh-editorial-heading-gap);
}

.bshEditorialContent > :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) + :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) {
    margin-top: var(--bsh-editorial-gap);
}

.bshEditorialContent :where(.wp-block-group__inner-container, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) {
    margin-top: 0;
    margin-bottom: 0;
}

.bshEditorialContent :where(.wp-block-group__inner-container, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(h2, h3, h4, h5, h6) {
    margin-top: var(--bsh-editorial-heading-space);
    margin-bottom: 0;
    color: var(--bsh-color-headline);
    line-height: 1.1;
    text-wrap: balance;
}

.bshEditorialContent :where(.wp-block-group__inner-container, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :first-child {
    margin-top: 0;
}

.bshEditorialContent :where(.wp-block-group__inner-container, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(h2, h3, h4, h5, h6) + * {
    margin-top: var(--bsh-editorial-heading-gap);
}

.bshEditorialContent :where(.wp-block-group__inner-container, .wp-block-column, .wp-block-cover__inner-container, .wp-block-media-text__content)
    > :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) + :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons) {
    margin-top: var(--bsh-editorial-gap);
}

.bshEditorialContent :where(ul, ol) > li + li {
    margin-top: .55em;
}

.bshEntry--page .bshEditorialContent > :first-child:not(.alignfull):not(.alignwide):not(.wp-block-spacer) {
    margin-top: clamp(72px, 8vw, 130px);
}

.bshEntry--page .bshEditorialContent > :last-child:not(.alignfull):not(.alignwide):not(.wp-block-spacer) {
    margin-bottom: clamp(80px, 10vw, 150px);
}

/* Native page copy follows the same readable measure and rhythm as journal
   articles. Pages composed from full-width BSH ACF sections do not receive
   this modifier and keep their block-local layout. */
.bshEntry--page .bshEditorialContent--prose {
    --bsh-page-prose-measure: 46rem;
    width: min(calc(100% - (var(--bsh-container-pad) * 2)), 980px);
    margin-inline: auto;
    padding-block: clamp(72px, 8vw, 120px) clamp(100px, 12vw, 190px);
}

.bshEntry--page .bshEditorialContent--prose > :where(p, ul, ol, blockquote, pre, table, figure, .wp-block-details, .wp-block-buttons),
.bshEntry--page .bshEditorialContent--prose > :where(h2, h3, h4, h5, h6),
.bshEntry--page .bshEditorialContent--prose > :where(.wp-block-separator, hr) {
    width: min(100%, var(--bsh-page-prose-measure));
    max-width: var(--bsh-page-prose-measure);
    margin-right: auto;
    margin-left: auto;
}

.bshEntry--page .bshEditorialContent--prose > :where(h2, h3, h4, h5, h6) {
    margin-top: clamp(52px, 5.5vw, 88px);
}

.bshEntry--page .bshEditorialContent--prose > :where(h2, h3, h4, h5, h6) + * {
    margin-top: clamp(18px, 2vw, 30px);
}

.bshEntry--page .bshEditorialContent--prose > :where(.wp-block-separator, hr) {
    height: 1px;
    margin-top: clamp(42px, 5vw, 72px);
    margin-bottom: clamp(42px, 5vw, 72px);
    background: var(--bsh-editorial-rule);
}

.bshEntry--page .bshEditorialContent--prose > hr.wp-block-separator:not(.is-style-dots) {
    width: min(100%, var(--bsh-page-prose-measure));
    max-width: var(--bsh-page-prose-measure);
}

.bshEntry--page .bshEditorialContent--prose > :where(.wp-block-separator, hr) + :where(h2, h3, h4, h5, h6) {
    margin-top: 0;
}

.bshEntry--page .bshEditorialContent--prose > p:empty {
    display: none;
}

.bshEntry--page .bshEditorialContent--prose > p:first-child:empty + :where(h2, h3, h4, h5, h6) {
    margin-top: 0;
}

.bshEntry--page .bshEditorialContent--prose > :first-child,
.bshEntry--page .bshEditorialContent--prose > :last-child {
    margin-top: 0;
    margin-bottom: 0;
}

/* Journal and archive cards. */
.bshArchive {
    width: min(calc(100% - (var(--bsh-container-pad) * 2)), 1480px);
    max-width: 1480px;
    padding-bottom: clamp(90px, 10vw, 160px);
}

.bshArchive__description {
    max-width: 70ch;
    margin-bottom: clamp(52px, 7vw, 100px);
    font-size: var(--bsh-fs-lead);
    line-height: 1.65;
}

.bshEntry.bshEntry--card {
    display: grid;
    width: 100%;
    max-width: none;
    grid-template-columns: minmax(280px, 5fr) minmax(0, 7fr);
    gap: clamp(34px, 6vw, 100px);
    align-items: center;
    padding: clamp(48px, 6vw, 92px) 0;
    border-top: 1px solid var(--bsh-editorial-rule, rgba(94, 94, 94, .2));
}

.bshEntry--card.no-thumbnail {
    grid-template-columns: minmax(0, 1fr);
}

.bshEntry--card.no-thumbnail .bshEntry__body {
    max-width: 920px;
}

.bshEntry--card:last-of-type {
    border-bottom: 1px solid var(--bsh-editorial-rule, rgba(94, 94, 94, .2));
}

.bshEntry__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: rgba(184, 175, 170, .14);
}

.bshEntry__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 900ms cubic-bezier(.22, 1, .36, 1);
}

.bshEntry__media:hover .bshEntry__image {
    transform: scale(1.035);
}

.bshEntry__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-bottom: clamp(18px, 2vw, 28px);
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-sm);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bshEntry__meta a {
    text-decoration: none;
}

.bshEntry--card .bshEntry__title {
    max-width: 16ch;
    margin: 0;
    font-size: var(--bsh-fs-h3);
    line-height: 1.08;
    text-wrap: balance;
}

.bshEntry--card .bshEntry__title a {
    transition: color var(--bsh-transition-fast);
}

.bshEntry--card .bshEntry__title a:hover {
    color: var(--bsh-color-pastel-2);
}

.bshEntry__excerpt {
    max-width: 64ch;
    margin-top: clamp(24px, 3vw, 38px);
}

.bshEntry__excerpt p {
    font-size: var(--bsh-fs-body);
    line-height: 1.75;
}

.bshEntry__readMore {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: clamp(26px, 3vw, 42px);
    color: var(--bsh-color-headline);
    font-size: var(--bsh-fs-sm);
    font-weight: 600;
    letter-spacing: .1em;
    text-decoration: none;
    text-transform: uppercase;
}

.bshEntry__readMore span:last-child {
    transition: transform var(--bsh-transition-fast);
}

.bshEntry__readMore:hover span:last-child {
    transform: translate(4px, -4px);
}

.bshArchive .navigation.pagination {
    margin-top: clamp(52px, 7vw, 100px);
}

.bshArchive .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.bshArchive .page-numbers {
    display: inline-flex;
    min-width: 48px;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid var(--bsh-editorial-rule, rgba(94, 94, 94, .2));
    color: var(--bsh-color-headline);
    text-decoration: none;
    transition: color var(--bsh-transition-fast), border-color var(--bsh-transition-fast), background var(--bsh-transition-fast);
}

.bshArchive .page-numbers:hover,
.bshArchive .page-numbers.current {
    border-color: var(--bsh-color-pastel-2);
    color: var(--bsh-color-white);
    background: var(--bsh-color-pastel-2);
}

.bshEntry.bshEntry--single {
    width: 100%;
    max-width: none;
    padding-top: 0;
    padding: 0 0 clamp(90px, 10vw, 160px);
}

/* Override the legacy generic entry rhythm only inside native editorial flow. */
.bshEntry__content.bshEditorialContent > * + * {
    margin-top: var(--bsh-editorial-gap);
}

.bshEntry__content.bshEditorialContent > :where(h2, h3, h4, h5, h6) {
    margin-top: clamp(58px, 6vw, 96px);
}

.bshEntry__content.bshEditorialContent > :where(h2, h3, h4, h5, h6) + * {
    margin-top: clamp(20px, 2.2vw, 32px);
}

.bshEntry__content.bshEditorialContent > :where(.alignfull, .alignwide) {
    margin-top: 0;
}

.bshEntry__singleMeta {
    display: flex;
    width: min(70vw, 1344px);
    max-width: calc(100% - (var(--bsh-container-pad) * 2));
    flex-wrap: wrap;
    gap: 8px 12px;
    padding-top: clamp(70px, 8vw, 120px);
    margin: 0 auto clamp(38px, 5vw, 72px);
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-sm);
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.bshEntry__singleMeta a {
    text-decoration: none;
}

.bshEntry--single .bshEditorialContent > p:first-child {
    max-width: 62ch;
    color: var(--bsh-color-headline);
    font-size: var(--bsh-fs-lead);
    line-height: 1.65;
}

.bshEntry__pageLinks {
    display: flex;
    gap: 8px;
    margin-top: clamp(42px, 5vw, 72px);
}

.bshEntry--single > .post-navigation {
    width: min(70vw, 1344px);
    max-width: calc(100% - (var(--bsh-container-pad) * 2));
    padding-top: clamp(42px, 5vw, 72px);
    margin: clamp(70px, 9vw, 140px) auto 0;
    border-top: 1px solid var(--bsh-editorial-rule, rgba(94, 94, 94, .2));
}

.bshEntry--single > .post-navigation .nav-links {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(30px, 7vw, 120px);
}

.bshEntry--single > .post-navigation .nav-next {
    text-align: right;
}

.bshEntry--single > .post-navigation a {
    display: flex;
    color: var(--bsh-color-headline);
    flex-direction: column;
    gap: 10px;
    text-decoration: none;
}

.bshEntry__navLabel {
    color: var(--bsh-color-pastel-2);
    font-size: var(--bsh-fs-sm);
    font-weight: 600;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.bshEntry__navTitle {
    font-size: var(--bsh-fs-h5);
    line-height: 1.2;
    transition: color var(--bsh-transition-fast);
}

.bshEntry--single > .post-navigation a:hover .bshEntry__navTitle {
    color: var(--bsh-color-pastel-2);
}

@media (max-width: 900px) {
    .bshEntry--card {
        grid-template-columns: 1fr;
    }

    .bshEntry__media {
        aspect-ratio: 16 / 10;
    }
}

@media (max-width: 767px) {
    :where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
        :where(p, li) {
        line-height: 1.68;
    }

    :where(.bshEditorialContent, .editor-styles-wrapper :where(.wp-block-post-content, .is-root-container))
        .wp-block-media-text {
        gap: 30px;
    }

    .bshArchive {
        width: calc(100% - 40px);
    }

    .bshEntry__singleMeta,
    .bshEntry--single > .post-navigation {
        width: calc(100% - 40px);
        max-width: none;
    }

    .bshEntry--card {
        gap: 28px;
        padding: 50px 0;
    }

    .bshEntry--card .bshEntry__title {
        max-width: 100%;
    }

    .bshEntry--single > .post-navigation .nav-links {
        grid-template-columns: 1fr;
    }

    .bshEntry--single > .post-navigation .nav-next {
        text-align: left;
    }

    .bshEditorialContent > h2 {
        font-size: clamp(34px, 10vw, 46px);
    }

    .bshEditorialContent > h3 {
        font-size: clamp(29px, 8.5vw, 39px);
    }

    .bshEditorialContent > h4 {
        font-size: clamp(25px, 7vw, 34px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .bshEntry__image,
    .bshEntry__readMore span:last-child {
        transition: none;
    }
}
