
body.page-id-3920 #content.site-content,
body.page-nowe-rozdanie #content.site-content {
    display: block !important;
    width: min(1500px, calc(100% - 40px)) !important;
    max-width: 1500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0 !important;
}

body.page-id-3920 #secondary,
body.page-id-3920 .widget-area,
body.page-nowe-rozdanie #secondary,
body.page-nowe-rozdanie .widget-area {
    display: none !important;
}

body.page-id-3920 #primary.content-area,
body.page-nowe-rozdanie #primary.content-area,
.nr-content-area {
    display: block !important;
    float: none !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.nr-page,
.nr-page * {
    box-sizing: border-box;
}

.nr-page {
    width: 100%;
    margin: 0;
    color: #111;
    background: #fff;
}

.nr-hero {
    padding: 0 0 28px;
}

.nr-hero__top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 48px;
}

.nr-title {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    font-size: clamp(50px, 5.4vw, 84px);
    line-height: .96;
    letter-spacing: -.045em;
    font-weight: 700;
    text-transform: uppercase;
}

.nr-square {
    flex: 0 0 auto;
    width: .24em;
    height: .24em;
    background: #efef0f;
}

.nr-subtitle {
    margin: 24px 0 0;
    font-size: clamp(18px, 1.35vw, 23px);
    line-height: 1.4;
}

.nr-subtitle span {
    display: block;
}

.nr-subtitle span:first-child {
    white-space: nowrap;
}

.nr-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    min-width: 190px;
    padding: 15px 20px;
    border: 1px solid #111;
    color: #111;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .06em;
    text-decoration: none;
    white-space: nowrap;
}

.nr-about-button:hover,
.nr-about-button:focus {
    color: #fff;
    background: #111;
}

.nr-list {
    padding-bottom: 90px;
}

.nr-toolbar {
    padding: 18px 0;
    border-top: 1px solid #111;
}

.nr-archive-form {
    margin: 0;
}

.nr-archive-form select {
    min-width: 190px;
    padding: 11px 38px 11px 13px;
    border: 1px solid #111;
    border-radius: 0;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .05em;
}

.nr-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch;
}

.nr-card {
    min-width: 0;
    border: 1px solid #d8d8d8;
    background: #fff;
}

.nr-card__link {
    display: flex;
    height: 100%;
    flex-direction: column;
    color: inherit;
    text-decoration: none;
}

.nr-card__image {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background-color: #d5d5d5;
    background-position: center;
    background-size: cover;
}

.nr-card__category {
    position: absolute;
    left: 9px;
    bottom: 8px;
    z-index: 2;
    padding: 5px 7px 4px;
    border: 1px solid #efef0f;
    background: #fff;
    color: #111;
    font-size: 9px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: .07em;
}

.nr-card__body {
    position: relative;
    display: flex;
    min-height: 158px;
    flex: 1;
    flex-direction: column;
    padding: 14px 13px 38px;
}

.nr-card__title {
    margin: 0;
    font-size: 16px;
    line-height: 1.28;
    font-weight: 700;
    overflow-wrap: break-word;
}

.nr-card__description {
    margin: 9px 0 0;
    font-size: 12px;
    line-height: 1.48;
    color: #444;
    overflow-wrap: break-word;
}

.nr-card__arrow {
    position: absolute;
    right: 12px;
    bottom: 11px;
    font-size: 18px;
    line-height: 1;
}

@media (max-width: 1180px) {
    .nr-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    body.page-id-3920 #content.site-content,
    body.page-nowe-rozdanie #content.site-content {
        width: calc(100% - 28px) !important;
    }

    .nr-hero {
        padding-top: 26px;
    }

    .nr-hero__top {
        display: block;
    }

    .nr-title {
        gap: 12px;
        font-size: clamp(40px, 11vw, 62px);
    }

    .nr-subtitle {
        font-size: 18px;
    }

    .nr-subtitle span:first-child {
        white-space: normal;
    }

    .nr-about-button {
        width: 100%;
        margin-top: 28px;
    }

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

@media (max-width: 520px) {
    .nr-title {
        align-items: flex-start;
        font-size: 39px;
    }

    .nr-square {
        margin-top: .3em;
    }

    .nr-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .nr-card__body {
        min-height: 142px;
    }
}

.nr-card--empty {
    border-color: #e7e7e7;
}

.nr-card--empty .nr-card__image {
    background-color: #eeeeee;
}

.nr-card--empty .nr-card__body {
    color: #8a8a8a;
}

.nr-card--empty .nr-card__description {
    color: #9b9b9b;
}

/* v5.1 — fotografia powiększa się, tekst pozostaje nieruchomy */
.nr-card__photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: none;
    transform: scale(1);
    transition: transform .55s cubic-bezier(.2,.7,.2,1), filter .35s ease;
    will-change: transform;
}

.nr-card__link:hover .nr-card__photo,
.nr-card__link:focus-visible .nr-card__photo {
    transform: scale(1.075);
}

.nr-card__body,
.nr-card__title,
.nr-card__description,
.nr-card__category {
    transform: none !important;
}

.nr-card__arrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    right: 10px;
    bottom: 9px;
    border: 1px solid #111;
    background: #fff;
    color: #111;
    font-size: 17px;
    font-weight: 700;
    opacity: 1;
    visibility: visible;
    transition: background-color .2s ease, color .2s ease;
}

.nr-card__link:hover .nr-card__arrow,
.nr-card__link:focus-visible .nr-card__arrow {
    background: #111;
    color: #fff;
}

.nr-card__arrow span {
    display: block;
    transform: translateY(-1px);
}

.nr-card__link:focus-visible {
    outline: 2px solid #111;
    outline-offset: 3px;
}

.nr-pexels-credit {
    margin-top: 18px;
    font-size: 10px;
    color: #777;
}


/* v5.2 — wyraźna strzałka i pewny efekt powiększenia fotografii */
.nr-card__image {
    isolation: isolate;
}

.nr-card:hover .nr-card__photo,
.nr-card:focus-within .nr-card__photo,
.nr-card__link:hover .nr-card__photo,
.nr-card__link:focus-visible .nr-card__photo {
    transform: scale(1.10) !important;
}

.nr-card__arrow {
    z-index: 5;
    display: flex !important;
    width: 30px !important;
    height: 30px !important;
    right: 11px !important;
    bottom: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none;
}

.nr-card__arrow svg {
    display: block;
    width: 27px;
    height: 27px;
    overflow: visible;
}

.nr-card__arrow path {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: square;
    stroke-linejoin: miter;
}

.nr-card__link:hover .nr-card__arrow,
.nr-card__link:focus-visible .nr-card__arrow {
    color: #111 !important;
    background: transparent !important;
    transform: translateX(3px);
}

.nr-card__arrow {
    transition: transform .22s ease;
}

.nr-pexels-credit {
    margin-top: 16px;
    font-size: 10px;
    color: #777;
}


/* v5.3 — cała aktywna karta jest linkiem, strzałka zawsze widoczna na wypełnionej karcie */
.nr-card__link {
    cursor: default;
}

a.nr-card__link {
    cursor: pointer;
}

.nr-card__arrow {
    position: absolute !important;
    right: 12px !important;
    bottom: 9px !important;
    z-index: 10 !important;
    display: block !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: #111 !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-size: 25px !important;
    font-weight: 400 !important;
    line-height: 1 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: none;
    transition: transform .22s ease !important;
}

.nr-card:hover .nr-card__arrow,
.nr-card:focus-within .nr-card__arrow {
    transform: translateX(3px) !important;
}

.nr-card:hover .nr-card__photo,
.nr-card:focus-within .nr-card__photo {
    transform: scale(1.10) !important;
}

.nr-pexels-credit {
    display: none !important;
}

/* v7.0.1 — dyskretny, monochromatyczny kredyt fotograficzny */
.nr-card__credit {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 6;
    display: inline-flex;
    align-items: flex-start;
    max-width: calc(100% - 6px);
    cursor: help;
    outline: none;
    text-decoration: none !important;
}

.nr-card__credit-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .58);
    color: rgba(255, 255, 255, .92);
    font: 400 5px/1 Arial, sans-serif;
    box-shadow: 0 0 0 1px rgba(255,255,255,.35);
    opacity: .72;
}

.nr-card__credit-text {
    position: absolute;
    left: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    width: max-content;
    max-width: 190px;
    padding: 3px 5px;
    color: #fff;
    background: rgba(0, 0, 0, .78);
    font: 400 7px/1.25 Arial, sans-serif;
    white-space: normal;
    overflow-wrap: anywhere;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .9);
    pointer-events: none;
    transition: opacity .15s ease;
}

.nr-card__credit:hover .nr-card__credit-text,
.nr-card__credit:focus .nr-card__credit-text,
.nr-card__credit:focus-within .nr-card__credit-text {
    visibility: visible;
    opacity: 1;
}

/* v7.0.2 — bezpieczne poprawki wyglądu kart */
body.page-id-3920 #content.site-content,
body.page-nowe-rozdanie #content.site-content {
    width: min(1580px, calc(100% - 40px)) !important;
    max-width: 1580px !important;
}

.nr-grid {
    gap: 12px;
}

.nr-card {
    position: relative;
}

.nr-card__image {
    aspect-ratio: 5 / 4;
}

.nr-card__title {
    font-size: 14.5px;
    line-height: 1.26;
}

/* Strzałka rysowana CSS-em, bez glifu tekstowego i bez przypadkowego znaku zapytania. */
.nr-card__arrow {
    width: 24px !important;
    height: 14px !important;
    right: 11px !important;
    bottom: 11px !important;
    font-size: 0 !important;
}

.nr-card__arrow::before {
    content: "";
    position: absolute;
    left: 1px;
    top: 6px;
    width: 20px;
    height: 1px;
    background: currentColor;
}

.nr-card__arrow::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 3px;
    width: 7px;
    height: 7px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
}

/* Kredyt jest osobnym elementem nad linkiem karty, więc nie może otworzyć strony rekomendacji. */
.nr-card__credit {
    position: absolute;
    left: 3px;
    top: 3px;
    z-index: 20;
    display: inline-flex;
    align-items: flex-start;
    width: auto;
    max-width: calc(100% - 6px);
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: inherit;
    cursor: help;
    box-shadow: none;
    appearance: none;
}

.nr-card__credit:hover,
.nr-card__credit:focus,
.nr-card__credit:active {
    border: 0;
    background: transparent;
    box-shadow: none;
    outline: none;
}

.nr-card__credit-mark {
    width: 6px;
    height: 6px;
    flex: 0 0 6px;
    background: rgba(0, 0, 0, .62);
    color: rgba(255, 255, 255, .9);
    font-size: 4px;
    box-shadow: 0 0 0 1px rgba(255,255,255,.28);
    opacity: .62;
}

.nr-card__credit-text {
    top: 9px;
    max-width: 220px;
    font-size: 7px;
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}


/* v7.0.3 — dwie precyzyjne poprawki: nieklikalny kredyt i mniejszy tytuł */
.nr-card {
    position: relative;
}

.nr-card__title {
    font-size: 15px !important;
    line-height: 1.25 !important;
}

.nr-card__credit {
    pointer-events: auto !important;
}


/* v7.1.3 — tytuły wersalikami, opisy normalną pisownią i bez ucinania */
.nr-page .nr-card__title {
    text-transform: uppercase !important;
    font-style: normal !important;
    letter-spacing: normal !important;
}

.nr-page .nr-card__description {
    text-transform: none !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    white-space: normal !important;
    overflow: visible !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
}

/* v7.1.4 — opis zwykłą pisownią; miesiące tylko z opublikowaną zawartością */
.nr-page .nr-card__description,
.nr-page .nr-card__description span {
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    letter-spacing: normal !important;
    white-space: normal !important;
}


/* v7.1.5 — opis zwykłą pisownią, bez kapitalików i bez dziedziczenia wersalików z motywu */
body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description,
body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description span.nr-card__description-text {
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    font-feature-settings: normal !important;
    font-style: normal !important;
    letter-spacing: normal !important;
    white-space: normal !important;
    overflow: visible !important;
    max-height: none !important;
    -webkit-line-clamp: unset !important;
}

/* Tytuły i etykiety pozostają drukowanymi literami. */
body .nr-page .nr-card__title,
body .nr-page .nr-card__category {
    text-transform: uppercase !important;
}


/* v7.1.6 — opis ma używać zwykłego kroju pisma, a nie fontu kapitalikowego motywu */
body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description,
body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description span.nr-card__description-text {
    font-family: Georgia, "Times New Roman", Times, serif !important;
    text-transform: none !important;
    font-variant: normal !important;
    font-variant-caps: normal !important;
    font-feature-settings: "smcp" 0, "c2sc" 0 !important;
    font-style: normal !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
}


/* v7.1.7 — czytelniejsze, responsywne karty bez strzałek */
.nr-page .nr-grid {
    gap: 8px !important;
}

.nr-page .nr-card__body {
    min-width: 0 !important;
    min-height: 0 !important;
    padding: 11px 7px 14px !important;
}

.nr-page .nr-card__title {
    margin: 0 !important;
    font-size: clamp(12px, 0.88vw, 15px) !important;
    line-height: 1.18 !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description,
body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description span.nr-card__description-text {
    margin-top: 8px !important;
    font-size: clamp(11px, 0.72vw, 12px) !important;
    line-height: 1.42 !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
    hyphens: none !important;
}

.nr-page .nr-card__arrow {
    display: none !important;
}

@media (max-width: 1180px) {
    .nr-page .nr-card__title {
        font-size: 14px !important;
    }

    body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description,
    body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description span.nr-card__description-text {
        font-size: 12px !important;
    }
}

@media (max-width: 800px) {
    .nr-page .nr-grid {
        gap: 10px !important;
    }

    .nr-page .nr-card__body {
        padding: 12px 9px 15px !important;
    }

    .nr-page .nr-card__title {
        font-size: 14px !important;
    }
}

@media (max-width: 520px) {
    .nr-page .nr-card__body {
        padding: 13px 10px 16px !important;
    }

    .nr-page .nr-card__title {
        font-size: 16px !important;
        line-height: 1.22 !important;
    }

    body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description,
    body .nr-page .nr-grid .nr-card .nr-card__body p.nr-card__description span.nr-card__description-text {
        font-size: 13px !important;
        line-height: 1.48 !important;
    }
}




/* v7.2.4 — usunięcie rzeczywistego odstępu motywu Cenote nad sekcją.
   Strona NOWE ROZDANIE ma ID 3920. Bez ujemnych marginesów. */
body.page-id-3920 #content.site-content {
    display: block !important;
    margin-top: 0 !important;
    padding-top: 12px !important;
}

body.page-id-3920 #content.site-content > .tg-container,
body.page-id-3920 #content.site-content > .tg-container.tg-flex-container {
    margin-top: 0 !important;
    padding-top: 0 !important;
    align-items: flex-start !important;
}

body.page-id-3920 #primary.content-area,
body.page-id-3920 #main.site-main,
body.page-id-3920 .nr-page,
body.page-id-3920 .nr-hero {
    margin-top: 0 !important;
    padding-top: 0 !important;
    top: auto !important;
    transform: none !important;
}

@media (max-width: 800px) {
    body.page-id-3920 #content.site-content {
        padding-top: 16px !important;
    }
}

/* v7.2.6 — pełne fotografie bez obcinania i bez dotykania krawędzi */
.nr-card__image {
    background: #fff !important;
}

.nr-image-contain .nr-card__photo {
    width: 100% !important;
    height: 100% !important;
    padding: 8px !important;
    box-sizing: border-box !important;
    object-fit: contain !important;
    object-position: center center !important;
    background: #fff !important;
    transform: none !important;
}

.nr-image-contain .nr-card:hover .nr-card__photo,
.nr-image-contain .nr-card:focus-within .nr-card__photo,
.nr-image-contain .nr-card__link:hover .nr-card__photo,
.nr-image-contain .nr-card__link:focus-visible .nr-card__photo {
    transform: none !important;
}

.nr-image-cover .nr-card__photo {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
}

/* Kredyt fotograficzny pozostaje zawsze wewnątrz pola fotografii. */
.nr-card__image .nr-card__credit {
    position: absolute !important;
    left: 4px !important;
    top: 4px !important;
    z-index: 30 !important;
}

/* Właściwa strona ma ID 3920 — zachowujemy podciągnięcie sekcji pod menu. */
@media (min-width: 1025px) {
    body.page-id-3920 .nr-page,
    body.page-nowe-rozdanie .nr-page,
    body.page-template-page-nowe-rozdanie .nr-page,
    body.page-template-page-nowe-rozdanie-php .nr-page {
        margin-top: -96px !important;
    }
}

@media (min-width: 801px) and (max-width: 1024px) {
    body.page-id-3920 .nr-page,
    body.page-nowe-rozdanie .nr-page,
    body.page-template-page-nowe-rozdanie .nr-page,
    body.page-template-page-nowe-rozdanie-php .nr-page {
        margin-top: -54px !important;
    }
}


/* v7.2.7 — szybka edycja kafelka dla zalogowanej redakcji */
.nr-card {
    position: relative !important;
}

.nr-card__edit {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    z-index: 80 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 28px !important;
    padding: 5px 9px !important;
    border: 1px solid #111 !important;
    background: #fff !important;
    color: #111 !important;
    font-family: inherit !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    letter-spacing: .04em !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}

.nr-card__edit:hover,
.nr-card__edit:focus-visible {
    background: #efef0f !important;
    color: #111 !important;
    outline: none !important;
}

@media (max-width: 800px) {
    .nr-card__edit {
        top: 8px !important;
        right: 8px !important;
    }
}

/* v7.2.9 — pełnoszeroka czołówka Hero */
.nr-hero--image {
    position: relative;
    min-height: var(--nr-hero-desktop-height, 520px);
    margin-bottom: 28px;
    padding: 0;
    overflow: hidden;
    background-image: var(--nr-hero-image);
    background-position: var(--nr-hero-desktop-bg-x, 50%) var(--nr-hero-desktop-bg-y, 50%);
    background-size: cover;
    background-repeat: no-repeat;
}

.nr-hero--image .nr-hero__overlay {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.83) 27%, rgba(255,255,255,.28) 55%, rgba(255,255,255,.04) 100%);
}

.nr-hero__content {
    position: relative;
    z-index: 1;
    display: flex;
    min-height: inherit;
    align-items: center;
    padding: clamp(44px, 6vw, 88px) clamp(28px, 4vw, 58px);
}

.nr-hero--image .nr-heading-group {
    width: min(var(--nr-hero-desktop-width, 610px), 55%);
    transform: translate(var(--nr-hero-desktop-x, -40px), var(--nr-hero-desktop-y, -55px));
}

.nr-hero--image .nr-title {
    font-size: clamp(46px, 4.35vw, 68px);
}

.nr-hero--image .nr-subtitle {
    margin-top: 22px;
    font-size: clamp(16px, 1.15vw, 20px);
    letter-spacing: .015em;
}

.nr-hero--image .nr-about-button {
    margin-top: 30px;
    min-width: 210px;
    padding: 15px 22px;
    border-color: #efef0f !important;
    color: #111 !important;
    background: rgba(255,255,255,.88) !important;
}

.nr-hero:not(.nr-hero--image) .nr-hero__overlay {
    display: none;
}

.nr-hero:not(.nr-hero--image) .nr-hero__content {
    padding: 0;
}

.nr-hero:not(.nr-hero--image) .nr-heading-group {
    width: 100%;
}

@media (max-width: 800px) {
    .nr-hero--image {
        min-height: var(--nr-hero-mobile-height, 300px);
        background-position: var(--nr-hero-mobile-bg-x, 72%) var(--nr-hero-mobile-bg-y, 50%);
    }

    .nr-hero--image .nr-hero__overlay {
        background: linear-gradient(90deg, rgba(255,255,255,.95) 0%, rgba(255,255,255,.82) 62%, rgba(255,255,255,.3) 100%);
    }

    .nr-hero__content {
        align-items: center;
        padding: 28px 22px;
    }

    .nr-hero--image .nr-heading-group {
        width: 100%;
    }

    .nr-hero--image .nr-about-button {
        width: auto;
        margin-top: 28px;
    }
}

@media (max-width: 520px) {
    .nr-hero--image {
        min-height: var(--nr-hero-mobile-height, 300px);
    }

    .nr-hero--image .nr-title {
        font-size: var(--nr-hero-mobile-title-size, 30px);
    }

    .nr-hero--image .nr-subtitle {
        font-size: 16px;
    }
}


/* v7.3.0 — korekta czołówki: żółty akcent, mniejszy tytuł i pewny hover */
.nr-hero--image .nr-square {
    background: #efef0f !important;
}

.nr-hero--image .nr-about-button:hover,
.nr-hero--image .nr-about-button:focus,
.nr-hero--image .nr-about-button:active {
    border-color: #efef0f !important;
    color: #efef0f !important;
    background: rgba(255,255,255,.96) !important;
    text-decoration: none !important;
}

.nr-hero--image .nr-about-button:hover span,
.nr-hero--image .nr-about-button:focus span,
.nr-hero--image .nr-about-button:active span {
    color: inherit !important;
}

@media (min-width: 801px) {
    .nr-hero--image .nr-heading-group {
        transform: translate(var(--nr-hero-desktop-x, -40px), var(--nr-hero-desktop-y, -55px));
    }
}

/* v7.4.2 — wyłącznie telefon: proporcjonalne zmniejszenie całego bloku tekstowego Hero.
   Nie zmienia szerokości strony, siatki kart ani wyglądu desktopu. */
@media (max-width: 520px) {
    .nr-hero--image .nr-heading-group {
        width: 181.82%;
        transform: translate(var(--nr-hero-mobile-x, 0px), var(--nr-hero-mobile-y, 0px)) scale(.55);
        transform-origin: left center;
    }

    .nr-hero--image .nr-about-button {
        transform: none;
    }
}
