body:is(.post-type-archive-comunicate, .post-type-archive-evenimente, .post-type-archive-fake_news) #page-sub-header .container,
body:is(.post-type-archive-comunicate, .post-type-archive-evenimente, .post-type-archive-fake_news) #page-sub-header .container *,
.cfr-communications-search-hero .container,
.cfr-communications-search-hero .container *,
.cfr-communications-layout,
.cfr-communications-layout * {
    font-family: "Roboto", Arial, sans-serif;
}

body:is(.post-type-archive-comunicate, .post-type-archive-evenimente, .post-type-archive-fake_news) #page-sub-header .container,
.cfr-communications-search-hero .container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cfr-communications-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 63, 125, .28);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    backdrop-filter: blur(5px);
}

.cfr-communications-hero__eyebrow .cfr-icon {
    width: 18px;
    height: 18px;
}

body:is(.post-type-archive-comunicate, .post-type-archive-evenimente, .post-type-archive-fake_news) #page-sub-header h1,
.cfr-communications-search-hero h1 {
    max-width: 1040px;
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: clamp(32px, 4vw, 56px);
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;
    text-wrap: balance;
}

.cfr-communications-hero__description {
    max-width: 820px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .92);
    font-family: "Roboto", Arial, sans-serif !important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.55;
    text-align: left;
}

.cfr-communications-layout {
    width: min(1170px, calc(100% - 32px));
    position: relative;
    margin: -32px auto 0;
    padding: 0 0 48px;
}

.cfr-communications-search {
    display: grid;
    grid-template-columns: minmax(240px, .72fr) minmax(420px, 1.28fr);
    align-items: center;
    gap: 26px;
    margin: 0 0 26px;
    padding: 20px 22px;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 63, 125, .09);
}

.cfr-communications-search__copy {
    display: flex;
    align-items: center;
    gap: 13px;
    min-width: 0;
    color: #003f7d;
}

.cfr-communications-search__copy > .cfr-icon {
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    color: #b93209;
}

.cfr-communications-search__copy span {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 3px;
}

.cfr-communications-search__copy strong {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
}

.cfr-communications-search__copy small {
    color: #60758b;
    font-size: 13px;
    line-height: 1.35;
}

.cfr-communications-search__controls {
    display: flex;
    min-width: 0;
    gap: 10px;
}

.cfr-communications-search input[type="search"] {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 48px;
    margin: 0;
    padding: 0 15px;
    border: 1px solid #cbd9e6;
    border-radius: 10px;
    color: #243f5a;
    background: #fff;
    font-size: 15px;
    box-shadow: none;
}

.cfr-communications-search input[type="search"]:focus {
    border-color: #0056a8;
    outline: 3px solid rgba(0, 86, 168, .12);
}

.cfr-communications-search button {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 112px;
    min-height: 48px;
    margin: 0;
    padding: 10px 18px;
    border: 0;
    border-radius: 10px;
    color: #fff;
    background: #0056a8;
    box-shadow: 0 6px 14px rgba(0, 86, 168, .2);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.cfr-communications-search button:hover,
.cfr-communications-search button:focus-visible {
    color: #fff;
    background: #003f7d;
}

.cfr-communications-search button .cfr-icon {
    width: 18px;
    height: 18px;
}

.cfr-communications-summary {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 16px;
    color: #536b82;
}

.cfr-communications-summary .cfr-icon {
    width: 18px;
    height: 18px;
    color: #b93209;
}

.cfr-communications-summary p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
}

.cfr-communications-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.cfr-communication-card {
    display: flex;
    min-width: 0;
    margin: 0 !important;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 63, 125, .09);
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cfr-communication-card:hover {
    transform: translateY(-2px);
    border-color: #bdd3e7;
    box-shadow: 0 14px 34px rgba(0, 63, 125, .14);
}

.cfr-communication-card__media {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: linear-gradient(145deg, #0b5ba8, #003f7d);
}

.cfr-communication-card__media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 45%;
    background: linear-gradient(transparent, rgba(0, 45, 91, .25));
    pointer-events: none;
}

.cfr-communication-card__media img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform .35s ease;
}

.cfr-communication-card:hover .cfr-communication-card__media img {
    transform: scale(1.035);
}

.cfr-communication-card__media--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cfr-communication-card__media--placeholder > .cfr-icon {
    width: 58px;
    height: 58px;
    color: rgba(255, 255, 255, .82);
}

.cfr-communication-card__body {
    display: flex;
    flex: 1 1 auto;
    align-items: flex-start;
    flex-direction: column;
    padding: 24px;
}

.cfr-communication-card__type {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 11px;
    color: #0056a8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.25;
}

.cfr-communication-card__type .cfr-icon {
    width: 16px;
    height: 16px;
    color: #b93209;
}

.cfr-communication-card__title {
    margin: 0 0 12px;
    padding: 0;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
}

.cfr-communication-card__title a {
    color: #12385e;
    text-decoration: none;
}

.cfr-communication-card__title a:hover,
.cfr-communication-card__title a:focus-visible {
    color: #0056a8;
}

.cfr-communication-card__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 16px;
    margin-bottom: 14px;
    color: #536d85;
    font-size: 13px;
    font-weight: 500;
}

.cfr-communication-card__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.cfr-communication-card__meta .cfr-icon {
    width: 16px;
    height: 16px;
    color: #b93209;
}

.cfr-communication-card__excerpt {
    color: #435a70;
    font-size: 15px;
    line-height: 1.62;
}

.cfr-communication-card__excerpt p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: var(--cfr-communication-excerpt-lines, 4);
}

.cfr-communication-card__more {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    margin-top: 18px;
    padding: 10px 16px;
    border-radius: 9px;
    color: #fff;
    background: #0056a8;
    box-shadow: 0 6px 14px rgba(0, 86, 168, .2);
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
}

.cfr-communication-card__more:hover,
.cfr-communication-card__more:focus-visible {
    color: #fff;
    background: #003f7d;
}

.cfr-communication-card__more .cfr-icon {
    width: 17px;
    height: 17px;
}

.cfr-communications-main .navigation.pagination {
    margin: 30px 0 0;
}

.cfr-communications-main .nav-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.cfr-communications-main .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-width: 42px;
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #cbd9e6;
    border-radius: 9px;
    color: #0056a8;
    background: #fff;
    font-size: 14px;
    font-weight: 700;
}

.cfr-communications-main .page-numbers.current,
.cfr-communications-main a.page-numbers:hover,
.cfr-communications-main a.page-numbers:focus-visible {
    border-color: #0056a8;
    color: #fff;
    background: #0056a8;
}

.cfr-communications-main .page-numbers .cfr-icon {
    width: 17px;
    height: 17px;
}

.cfr-communications-empty {
    padding: 48px 24px;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(0, 63, 125, .09);
    text-align: center;
}

.cfr-communications-empty__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    margin-bottom: 16px;
    border-radius: 50%;
    color: #0056a8;
    background: #edf5fc;
}

.cfr-communications-empty__icon .cfr-icon {
    width: 28px;
    height: 28px;
}

.cfr-communications-empty h2 {
    margin: 0 0 8px;
    padding: 0;
    color: #12385e;
    font-size: 25px;
}

.cfr-communications-empty p {
    margin: 0 0 20px;
    color: #60758b;
}

.cfr-communications-empty a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    padding: 10px 16px;
    border-radius: 9px;
    color: #fff;
    background: #0056a8;
    font-weight: 700;
}

@media (max-width: 991px) {
    .cfr-communications-search {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .cfr-communications-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body:is(.post-type-archive-comunicate, .post-type-archive-evenimente, .post-type-archive-fake_news) #page-sub-header .container,
    .cfr-communications-search-hero .container {
        align-items: center;
        text-align: center;
    }

    body:is(.post-type-archive-comunicate, .post-type-archive-evenimente, .post-type-archive-fake_news) #page-sub-header h1,
    .cfr-communications-search-hero h1 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .cfr-communications-hero__description {
        font-size: 15px;
    }

    .cfr-communications-layout {
        width: 100%;
        margin-top: -24px;
        padding: 16px;
    }

    .cfr-communications-search {
        padding: 18px;
    }

    .cfr-communications-search__controls {
        flex-direction: column;
    }

    .cfr-communications-search button {
        width: 100%;
    }

    .cfr-communications-grid {
        grid-template-columns: minmax(0, 1fr);
        gap: 18px;
    }

    .cfr-communication-card__media {
        height: 210px;
    }

    .cfr-communication-card__body {
        padding: 22px;
    }
}

/* Fake News uses a distinct red identity across archive, search and single views. */
.cfr-fake-news-view #page-sub-header {
    background-color: #900000 !important;
}

.cfr-fake-news-view #page-sub-header::before {
    background: rgba(144, 0, 0, .5);
    background: -webkit-linear-gradient(#900000, rgba(144, 0, 0, .5));
    background: -o-linear-gradient(#900000 20%, rgba(144, 0, 0, .5));
    background: -moz-linear-gradient(#900000 20%, rgba(144, 0, 0, .5));
    background: linear-gradient(#a00000, rgba(144, 0, 0, .5));
}

.cfr-fake-news-view header#masthead {
    position: initial !important;
    top: 0;
    z-index: 9999;
    width: 100%;
    border: 0;
    background-color: #a00000;
    transition: all .5s;
}

@media (max-width: 1199px) {
    .cfr-fake-news-view header#masthead {
        position: sticky !important;
        top: 0;
        z-index: 1275 !important;
        background: #a00000;
        box-shadow: 0 4px 14px rgba(69, 0, 0, .24);
    }
}

/* Red accents only on the Fake News archive cards and controls. */
body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-hero__eyebrow {
    background: rgba(125, 0, 0, .28);
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-search__copy {
    color: #7d0000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-search button {
    background: #a80000;
    box-shadow: 0 6px 14px rgba(168, 0, 0, .2);
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-search button:hover,
body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-search button:focus-visible {
    color: #fff;
    background: #7d0000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__type {
    color: #a80000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__title a {
    color: #5e1212;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__title a:hover,
body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__title a:focus-visible {
    color: #a80000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__more {
    background: #a80000;
    box-shadow: 0 6px 14px rgba(168, 0, 0, .2);
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__more:hover,
body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__more:focus-visible {
    color: #fff;
    background: #7d0000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__media {
    background: linear-gradient(145deg, #a80b0b, #7d0000);
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card__media::after {
    background: linear-gradient(transparent, rgba(91, 0, 0, .25));
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-main .page-numbers {
    color: #a80000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-main .page-numbers.current,
body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-main a.page-numbers:hover,
body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communications-main a.page-numbers:focus-visible {
    border-color: #a80000;
    color: #fff;
    background: #a80000;
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card {
    box-shadow: 0 10px 28px rgba(125, 0, 0, .09);
}

body.post-type-archive-fake_news.cfr-fake-news-view .cfr-communication-card:hover {
    border-color: #bdd3e7;
    box-shadow: 0 14px 34px rgba(125, 0, 0, .14);
}

@media (min-width: 992px) {
    .cfr-communication-card__more {
        margin-top: auto;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cfr-communication-card,
    .cfr-communication-card__media img {
        transition: none;
    }
}

/* Shared single template for Communicate, Evenimente and Fake News. */
body:is(.single-comunicate, .single-evenimente, .single-fake_news) #page-sub-header .cfr-media-single-hero,
body:is(.single-comunicate, .single-evenimente, .single-fake_news) #page-sub-header .cfr-media-single-hero *,
.cfr-media-single-layout,
.cfr-media-single-layout * {
    font-family: "Roboto", Arial, sans-serif;
}

body:is(.single-comunicate, .single-evenimente, .single-fake_news) #page-sub-header .cfr-media-single-hero {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cfr-media-single-hero__type {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin: 0 0 14px;
    padding: 7px 12px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 999px;
    color: #fff;
    background: rgba(0, 63, 125, .28);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    backdrop-filter: blur(5px);
}

.cfr-media-single-hero__type:hover,
.cfr-media-single-hero__type:focus-visible {
    color: #003f7d;
    background: #fff;
}

.cfr-media-single-hero__type .cfr-icon {
    width: 18px;
    height: 18px;
}

body:is(.single-comunicate, .single-evenimente, .single-fake_news) #page-sub-header h1 {
    max-width: 1050px;
    margin: 0;
    padding: 0;
    color: #fff;
    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;
}

.cfr-media-single-hero__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 22px;
    margin-top: 18px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
}

.cfr-media-single-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.cfr-media-single-hero__meta .cfr-icon {
    width: 19px;
    height: 19px;
}

.cfr-media-single-layout {
    width: min(1110px, calc(100% - 32px));
    margin: 0 auto;
    padding: 32px 0 48px;
}

.cfr-media-single-main,
.cfr-media-single-article {
    min-width: 0;
}

.cfr-media-single-content.entry-content {
    margin: 0;
    padding: clamp(26px, 4vw, 50px);
    overflow: hidden;
    border: 1px solid #d9e5f0;
    border-radius: 16px;
    color: #29445f;
    background: #fff;
    box-shadow: 0 12px 32px rgba(0, 63, 125, .1);
    font-size: 17px;
    line-height: 1.75;
}

.cfr-media-single-content.entry-content > :first-child {
    margin-top: 0;
}

.cfr-media-single-content.entry-content > :last-child {
    margin-bottom: 0;
}

.cfr-media-single-content :is(h2, h3, h4, h5, h6) {
    color: #12385e;
    font-family: "Roboto", Arial, sans-serif !important;
    font-weight: 700;
    letter-spacing: -.01em;
    line-height: 1.25;
}

.cfr-media-single-content h2 {
    margin: 34px 0 16px;
    font-size: clamp(25px, 3vw, 34px);
}

.cfr-media-single-content h3 {
    margin: 28px 0 14px;
    font-size: clamp(21px, 2.4vw, 27px);
}

.cfr-media-single-content a:not(.cfr-native-share) {
    color: #0056a8;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.cfr-media-single-content a:not(.cfr-native-share):hover,
.cfr-media-single-content a:not(.cfr-native-share):focus-visible {
    color: #b8320e;
}

.cfr-media-single-content img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
}

.cfr-media-single-content blockquote {
    margin: 28px 0;
    padding: 18px 22px;
    border: 0;
    border-left: 4px solid #b93209;
    border-radius: 0 10px 10px 0;
    color: #234663;
    background: #f1f7fb;
}

.cfr-media-single-content table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    border-radius: 10px;
}

.cfr-media-single-actions {
    display: flex;
    align-items: center;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid #dce7f0;
}

.cfr-media-single-pages {
    margin-top: 24px;
}

.cfr-media-single-navigation {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 24px;
}

.cfr-media-single-navigation__item {
    display: flex;
    align-items: center;
    gap: 14px;
    min-height: 112px;
    padding: 20px;
    border: 1px solid #d9e5f0;
    border-radius: 14px;
    color: #12385e;
    background: #fff;
    box-shadow: 0 8px 22px rgba(0, 63, 125, .08);
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.cfr-media-single-navigation__item--next {
    grid-column: 2;
    justify-content: flex-end;
    text-align: right;
}

.cfr-media-single-navigation__item:hover,
.cfr-media-single-navigation__item:focus-visible {
    transform: translateY(-2px);
    border-color: #9fbfda;
    color: #0056a8;
    box-shadow: 0 12px 28px rgba(0, 63, 125, .13);
}

.cfr-media-single-navigation__item > span:not(.cfr-media-single-navigation__icon) {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 5px;
}

.cfr-media-single-navigation__item small {
    color: #536d85;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.cfr-media-single-navigation__item strong {
    display: -webkit-box;
    overflow: hidden;
    font-size: 16px;
    line-height: 1.35;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

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

.cfr-media-single-navigation__icon .cfr-icon {
    width: 19px;
    height: 19px;
}

/* Fake News single: keep the shared layout, with the red visual identity. */
body.single-fake_news.cfr-fake-news-view .cfr-media-single-hero__type {
    background: rgba(125, 0, 0, .28);
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-hero__type:hover,
body.single-fake_news.cfr-fake-news-view .cfr-media-single-hero__type:focus-visible {
    color: #7d0000;
    background: #fff;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-content.entry-content {
    box-shadow: 0 12px 32px rgba(125, 0, 0, .1);
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-content :is(h2, h3, h4, h5, h6) {
    color: #5e1212;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-content a:not(.cfr-native-share) {
    color: #a80000;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-content a:not(.cfr-native-share):hover,
body.single-fake_news.cfr-fake-news-view .cfr-media-single-content a:not(.cfr-native-share):focus-visible {
    color: #7d0000;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-content blockquote {
    border-left-color: #a80000;
    color: #5e1212;
    background: #fff4f4;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-actions {
    border-top-color: #ead3d3;
}

body.single-fake_news.cfr-fake-news-view .cfr-native-share {
    border-color: #a80000;
    border-radius: 9px;
    color: #fff;
    background: #a80000;
    box-shadow: 0 6px 14px rgba(168, 0, 0, .2);
}

body.single-fake_news.cfr-fake-news-view .cfr-native-share:hover,
body.single-fake_news.cfr-fake-news-view .cfr-native-share:focus {
    border-color: #7d0000;
    color: #fff;
    background: #7d0000;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__item {
    color: #5e1212;
    box-shadow: 0 8px 22px rgba(125, 0, 0, .08);
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__item:hover,
body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__item:focus-visible {
    border-color: #d9b8b8;
    color: #a80000;
    box-shadow: 0 12px 28px rgba(125, 0, 0, .13);
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__item small {
    color: #8a5d5d;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__icon {
    background: #a80000;
}

body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__item:hover .cfr-media-single-navigation__icon,
body.single-fake_news.cfr-fake-news-view .cfr-media-single-navigation__item:focus-visible .cfr-media-single-navigation__icon {
    background: #7d0000;
}

@media (max-width: 767px) {
    body:is(.single-comunicate, .single-evenimente, .single-fake_news) #page-sub-header .cfr-media-single-hero {
        align-items: center;
        text-align: center;
    }

    body:is(.single-comunicate, .single-evenimente, .single-fake_news) #page-sub-header h1 {
        font-size: clamp(30px, 10vw, 42px);
    }

    .cfr-media-single-hero__meta {
        justify-content: center;
    }

    .cfr-media-single-layout {
        width: 100%;
        padding: 16px;
    }

    .cfr-media-single-content.entry-content {
        padding: 24px 20px;
        font-size: 16px;
    }

    .cfr-media-single-navigation {
        grid-template-columns: minmax(0, 1fr);
    }

    .cfr-media-single-navigation__item--next {
        grid-column: 1;
    }
}
