.single-post .cfr-article-hero,
.single-post .cfr-article-hero *,
.single-post .cfr-article-navigation,
.single-post .cfr-article-navigation * {
    font-family: "Roboto", Arial, sans-serif !important;
}

.single-post #page-sub-header .cfr-article-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.single-post #page-sub-header .cfr-article-hero__category {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .55);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 57, 119, .72);
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    backdrop-filter: blur(5px);
}

.single-post #page-sub-header .cfr-article-hero__category:hover,
.single-post #page-sub-header .cfr-article-hero__category:focus-visible {
    color: #003f7d;
    background: #fff;
}

.single-post #page-sub-header .cfr-article-hero__category .cfr-icon {
    width: 17px;
    height: 17px;
}

.single-post #page-sub-header .cfr-article-hero h1 {
    max-width: 980px;
    margin: 0;
    padding: 0;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;
    text-wrap: balance;
}

.single-post #page-sub-header .cfr-article-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    margin-top: 18px;
    color: #fff;
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.single-post #page-sub-header .cfr-article-hero__meta-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    line-height: 1.4;
}

.single-post #page-sub-header .cfr-article-hero__meta .cfr-icon {
    flex: 0 0 auto;
    width: 19px;
    height: 19px;
    stroke-width: 2;
}

.single-post .entry-content {
    border-radius: 16px;
    font-family: "Roboto", Arial, sans-serif !important;
}

.cfr-article-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
    margin: 48px 0 18px;
    padding-top: 26px;
    border-top: 1px solid #d9e3ed;
    font-family: "Roboto", Arial, sans-serif !important;
}

.cfr-article-navigation__item {
    display: flex;
    align-items: center;
    gap: 16px;
    min-height: 118px;
    padding: 18px;
    border: 1px solid #d3e1ee;
    border-radius: 14px;
    color: #123b63;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 65, 135, .09);
    text-decoration: none;
    transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.cfr-article-navigation__item--next {
    justify-content: flex-end;
    text-align: right;
}

.cfr-article-navigation__item:hover,
.cfr-article-navigation__item:focus-visible {
    border-color: #0b67b2;
    color: #003f7d;
    box-shadow: 0 12px 28px rgba(0, 65, 135, .16);
    transform: translateY(-2px);
}

.cfr-article-navigation__item:focus-visible {
    outline: 3px solid #ffb15c;
    outline-offset: 3px;
}

.cfr-article-navigation__content {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 5px;
    min-width: 0;
}

.cfr-article-navigation__label {
    color: #5b7085;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .05em;
    line-height: 1.2;
    text-transform: uppercase;
}

.cfr-article-navigation__content strong {
    color: inherit;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
}

.cfr-article-navigation__icon {
    display: inline-flex;
    flex: 0 0 42px;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    color: #fff;
    background: #0057a8;
}

.cfr-article-navigation__icon .cfr-icon {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    .single-post #page-sub-header .cfr-article-hero {
        align-items: center;
        text-align: center;
    }

    .single-post #page-sub-header .cfr-article-hero h1 {
        font-size: clamp(28px, 8vw, 40px);
    }

    .single-post #page-sub-header .cfr-article-hero__meta {
        justify-content: center;
    }

    .cfr-article-navigation {
        grid-template-columns: 1fr;
        gap: 12px;
        margin-top: 36px;
    }

    .cfr-article-navigation__item {
        min-height: 102px;
        padding: 16px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfr-article-navigation__item {
        transition: none;
    }
}
