.nk-se-form {
    box-sizing: border-box;
    width: 100%;
    max-width: 760px;
    padding: 24px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 14px;
    background: #fff;
}

.nk-se-form * {
    box-sizing: border-box;
}

.nk-se-form__title {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 1.25;
}

.nk-se-form__description {
    margin: 0 0 18px;
    color: #555;
}

.nk-se-form__row {
    margin-bottom: 14px;
}

.nk-se-form__row--inline {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
    gap: 14px;
}

.nk-se-form__field {
    display: block;
    font-weight: 600;
}

.nk-se-form__field span {
    display: block;
    margin-bottom: 6px;
}

.nk-se-form__field input[type="email"],
.nk-se-form__field input[type="text"] {
    width: 100%;
    min-height: 44px;
    padding: 10px 12px;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 8px;
    font: inherit;
}

.nk-se-form__consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.45;
}

.nk-se-form__consent input {
    margin-top: 3px;
}

.nk-se-form__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 10px 18px;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    color: #fff;
    background: #d71920;
}

.nk-se-form__button[disabled] {
    cursor: wait;
    opacity: 0.75;
}

.nk-se-form__message {
    margin-top: 14px;
    font-weight: 600;
}

.nk-se-form__message.is-success {
    color: #1f7a38;
}

.nk-se-form__message.is-error {
    color: #b00020;
}

.nk-se-form__honeypot {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .nk-se-form {
        padding: 18px;
    }

    .nk-se-form__row--inline {
        grid-template-columns: 1fr;
    }
}

.nk-se-form__regions {
    margin: 0 0 16px;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
}

.nk-se-form__regions legend {
    padding: 0 6px;
    font-weight: 700;
}

.nk-se-form__regions-help {
    margin: 0 0 12px;
    color: #555;
    font-size: 14px;
}

.nk-se-form__regions-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px 14px;
}

.nk-se-form__region-option {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    line-height: 1.35;
}

.nk-se-form__region-option input {
    margin-top: 2px;
}

.nk-se-form__admin-note {
    margin: 0 0 16px;
    padding: 12px;
    border-left: 4px solid #d71920;
    background: #fff7f7;
    color: #711;
    font-size: 14px;
}

@media (max-width: 640px) {
    .nk-se-form__regions-grid {
        grid-template-columns: 1fr;
    }
}

/* Newsletter upoutávka / banner bez okraje */
.nk-se-banner {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    width: 100%;
    margin: 28px 0;
    padding: 28px 32px;
    border: 0;
    border-radius: 0;
    background: linear-gradient(90deg, #eef5fd 0%, #f7fbff 100%);
    color: #111;
    text-decoration: none;
    overflow: hidden;
}

.nk-se-banner:hover,
.nk-se-banner:focus {
    color: #111;
    text-decoration: none;
}

.nk-se-banner:focus-visible {
    outline: 3px solid rgba(215, 25, 32, 0.35);
    outline-offset: 3px;
}

.nk-se-banner * {
    box-sizing: border-box;
}

.nk-se-banner__content {
    display: block;
    min-width: 0;
    max-width: 620px;
}

.nk-se-banner__label {
    display: block;
    margin: 0 0 8px;
    color: #d71920;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-transform: uppercase;
}

.nk-se-banner__title {
    display: block;
    margin: 0 0 10px;
    font-size: clamp(24px, 3vw, 34px);
    font-weight: 800;
    line-height: 1.08;
}

.nk-se-banner__text {
    display: block;
    max-width: 540px;
    margin: 0 0 18px;
    color: #333;
    font-size: 16px;
    line-height: 1.45;
}

.nk-se-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 17px;
    background: #d71920;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
}

.nk-se-banner__illustration {
    position: relative;
    display: block;
    flex: 0 0 190px;
    width: 190px;
    height: 130px;
    margin-right: 8px;
}

.nk-se-banner__illustration::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 22px;
    width: 92px;
    height: 92px;
    border-radius: 50%;
    background: rgba(215, 25, 32, 0.12);
}

.nk-se-banner__paper {
    position: absolute;
    right: 24px;
    top: 5px;
    width: 92px;
    height: 82px;
    padding: 18px 14px 0;
    background: #fff;
    box-shadow: 0 10px 25px rgba(16, 50, 95, 0.12);
}

.nk-se-banner__paper::before {
    content: "NOVINY KRAJE";
    display: block;
    margin-bottom: 12px;
    color: #16457c;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.nk-se-banner__paper span {
    display: block;
    height: 4px;
    margin-bottom: 6px;
    background: #16457c;
    opacity: 0.75;
}

.nk-se-banner__paper span:nth-child(3) {
    width: 74%;
}

.nk-se-banner__envelope {
    position: absolute;
    left: 10px;
    bottom: 4px;
    width: 142px;
    height: 86px;
    background: #dbe8f5;
    box-shadow: 0 14px 32px rgba(16, 50, 95, 0.13);
}

.nk-se-banner__envelope::before,
.nk-se-banner__envelope::after {
    content: "";
    position: absolute;
    inset: 0;
    clip-path: polygon(0 0, 50% 58%, 100% 0, 100% 100%, 0 100%);
}

.nk-se-banner__envelope::before {
    background: #eff6fd;
}

.nk-se-banner__envelope::after {
    clip-path: polygon(0 100%, 50% 42%, 100% 100%);
    background: #cfdff0;
}

.nk-se-banner__bell {
    position: absolute;
    right: 4px;
    bottom: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #d71920;
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(215, 25, 32, 0.3);
}

@media (max-width: 760px) {
    .nk-se-banner {
        align-items: flex-start;
        padding: 24px 20px;
    }

    .nk-se-banner__illustration {
        display: none;
    }
}

/* Formulář – výraznější moderní vzhled */
.nk-se-form {
    max-width: 980px;
    padding: clamp(22px, 4vw, 36px);
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.10);
}

.nk-se-form__title {
    margin-bottom: 12px;
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.05;
    letter-spacing: -0.035em;
}

.nk-se-form__description {
    max-width: 680px;
    margin-bottom: 24px;
    color: #334155;
    font-size: 17px;
    line-height: 1.55;
}

.nk-se-form__row--inline {
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.72fr);
    gap: 18px;
}

.nk-se-form__field span {
    margin-bottom: 8px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 800;
}

.nk-se-form__field input[type="email"],
.nk-se-form__field input[type="text"] {
    min-height: 50px;
    border: 1px solid #d3dce8;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.nk-se-form__field input[type="email"]:focus,
.nk-se-form__field input[type="text"]:focus,
.nk-se-region-picker__input:focus {
    outline: none;
    border-color: #174c80;
    box-shadow: 0 0 0 3px rgba(23, 76, 128, 0.12);
}

.nk-se-form__regions {
    margin: 0 0 18px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.nk-se-form__regions-head {
    margin-bottom: 10px;
}

.nk-se-form__regions-title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
}

.nk-se-form__regions-help {
    margin: 5px 0 0;
    color: #64748b;
    font-size: 14px;
}

.nk-se-region-picker {
    position: relative;
}

.nk-se-region-picker__input {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border: 1px solid #d3dce8;
    border-radius: 3px;
    background: #fff;
    color: #0f172a;
    font: inherit;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.03);
}

.nk-se-region-picker__menu {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    z-index: 50;
    max-height: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    border: 1px solid #dbe3ec;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 16px 32px rgba(15, 23, 42, 0.16);
}

.nk-se-region-picker__option,
.nk-se-region-picker__empty {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 0;
    background: transparent;
    color: #0f172a;
    font: inherit;
    font-size: 14px;
    line-height: 1.35;
    text-align: left;
}

.nk-se-region-picker__option {
    cursor: pointer;
}

.nk-se-region-picker__option:hover,
.nk-se-region-picker__option:focus {
    background: #f1f5f9;
    outline: none;
}

.nk-se-region-picker__empty {
    color: #64748b;
}

.nk-se-region-picker__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.nk-se-region-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    max-width: 100%;
    padding: 7px 10px 7px 12px;
    border-radius: 999px;
    background: #eef5fd;
    color: #0f172a;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
}

.nk-se-region-chip__remove {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(23, 76, 128, 0.10);
    color: #334155;
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
}

.nk-se-region-chip__remove:hover {
    background: #d71920;
    color: #fff;
}

.nk-se-form__consent {
    margin-top: 18px;
    color: #334155;
}

.nk-se-form__button {
    min-height: 48px;
    padding: 12px 22px;
    border-radius: 3px;
    background: #d71920;
    font-weight: 800;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.nk-se-form__button:hover,
.nk-se-form__button:focus {
    background: #b9151b;
}

/* Vyjížděcí newsletter lišta */
.nk-se-slidebar[hidden] {
    display: none !important;
}

.nk-se-slidebar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 99999;
    display: flex;
    justify-content: center;
    padding: 0 16px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(130%);
    transition: opacity 220ms ease, transform 260ms ease;
}

.nk-se-slidebar.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.nk-se-slidebar__inner {
    position: relative;
    width: min(940px, 100%);
    background: linear-gradient(90deg, #eef5fd 0%, #ffffff 100%);
    box-shadow: 0 18px 55px rgba(15, 23, 42, 0.22);
    pointer-events: auto;
}

.nk-se-slidebar__link {
    display: grid;
    grid-template-columns: 50px minmax(0, 1fr) auto;
    gap: 16px;
    align-items: center;
    min-height: 104px;
    padding: 20px 64px 20px 24px;
    color: #111;
    text-decoration: none;
}

.nk-se-slidebar__link:hover,
.nk-se-slidebar__link:focus {
    color: #111;
    text-decoration: none;
}

.nk-se-slidebar__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #d71920;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 10px 22px rgba(215, 25, 32, 0.28);
}

.nk-se-slidebar__content {
    display: block;
    min-width: 0;
}

.nk-se-slidebar__label {
    display: block;
    margin-bottom: 4px;
    color: #d71920;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nk-se-slidebar__title {
    display: block;
    margin-bottom: 4px;
    font-size: 22px;
    font-weight: 900;
    line-height: 1.15;
}

.nk-se-slidebar__text {
    display: block;
    color: #334155;
    font-size: 14px;
    line-height: 1.35;
}

.nk-se-slidebar__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 15px;
    background: #d71920;
    color: #fff;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    white-space: nowrap;
    text-transform: uppercase;
}

.nk-se-slidebar__close {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(15, 23, 42, 0.08);
    color: #0f172a;
    cursor: pointer;
    font-size: 22px;
    line-height: 1;
}

.nk-se-slidebar__close:hover,
.nk-se-slidebar__close:focus {
    background: rgba(15, 23, 42, 0.15);
}

@media (max-width: 760px) {
    .nk-se-form__row--inline {
        grid-template-columns: 1fr;
    }

    .nk-se-slidebar {
        bottom: 10px;
        padding: 0 10px;
    }

    .nk-se-slidebar__link {
        grid-template-columns: 42px minmax(0, 1fr);
        padding: 16px 52px 16px 16px;
    }

    .nk-se-slidebar__button {
        grid-column: 2;
        justify-self: start;
        margin-top: 6px;
    }

    .nk-se-slidebar__icon {
        width: 42px;
        height: 42px;
        font-size: 20px;
    }

    .nk-se-slidebar__title {
        font-size: 18px;
    }
}

/* v0.5.1 – výběr krajů jako přesouvací štítky */
.nk-se-region-picker {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start;
}

.nk-se-region-picker__column {
    min-width: 0;
}

.nk-se-region-picker__column-title {
    margin: 0 0 10px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.2;
}

.nk-se-region-picker__available,
.nk-se-region-picker__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 0;
}

.nk-se-region-picker__available {
    padding: 16px;
    background: rgba(238, 245, 253, 0.55);
}

.nk-se-region-picker__column--selected {
    padding: 16px;
    background: #fff;
    box-shadow: inset 0 0 0 1px rgba(15, 23, 42, 0.08);
    min-height: 136px;
}

.nk-se-region-picker__empty-selected {
    color: #64748b;
    font-size: 15px;
    line-height: 1.4;
}

.nk-se-region-choice,
.nk-se-region-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    max-width: 100%;
    min-height: 42px;
    padding: 10px 15px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.15;
}

.nk-se-region-choice {
    appearance: none;
    border: 0;
    background: #eef5fd;
    color: #0f172a;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px rgba(23, 76, 128, 0.10);
}

.nk-se-region-choice:hover,
.nk-se-region-choice:focus {
    background: #dcecfb;
    outline: none;
    box-shadow: inset 0 0 0 1px rgba(23, 76, 128, 0.22), 0 0 0 3px rgba(23, 76, 128, 0.10);
}

.nk-se-region-choice::after {
    content: "+";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(23, 76, 128, 0.12);
    color: #174c80;
    font-size: 16px;
    font-weight: 900;
    line-height: 1;
}

.nk-se-region-chip--selected {
    background: #174c80;
    color: #fff;
}

.nk-se-region-chip__text {
    font-size: inherit;
    font-weight: inherit;
}

.nk-se-region-chip__remove {
    width: 22px;
    height: 22px;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    font-size: 18px;
}

.nk-se-region-chip__remove:hover,
.nk-se-region-chip__remove:focus {
    background: #d71920;
    color: #fff;
    outline: none;
}

/* v0.5.1 – výraznější vlastní checkbox souhlasu */
.nk-se-form__consent {
    align-items: center;
    gap: 12px;
    font-size: 15px;
}

.nk-se-form__consent input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    display: inline-grid;
    place-content: center;
    transition: background 120ms ease, border-color 120ms ease, box-shadow 120ms ease;
}

.nk-se-form__consent input[type="checkbox"]::before {
    content: "";
    width: 12px;
    height: 7px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg) scale(0);
    transform-origin: center;
    transition: transform 120ms ease;
    margin-top: -2px;
}

.nk-se-form__consent input[type="checkbox"]:checked {
    border-color: #d71920;
    background: #d71920;
}

.nk-se-form__consent input[type="checkbox"]:checked::before {
    transform: rotate(-45deg) scale(1);
}

.nk-se-form__consent input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.18);
}

/* v0.5.1 – rychlejší vyjetí lišty zespodu */
.nk-se-slidebar {
    transform: translateY(calc(100% + 32px));
    transition: opacity 110ms ease-out, transform 170ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: transform, opacity;
}

.nk-se-slidebar.is-visible {
    transform: translateY(0);
}

.nk-se-slidebar__inner {
    transform: translateY(10px);
    transition: transform 170ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nk-se-slidebar.is-visible .nk-se-slidebar__inner {
    transform: translateY(0);
}

@media (max-width: 760px) {
    .nk-se-region-picker {
        grid-template-columns: 1fr;
    }

    .nk-se-region-choice,
    .nk-se-region-chip {
        min-height: 40px;
        padding: 10px 14px;
        font-size: 15px;
    }
}


/* v0.5.2 – výběr krajů bez bílého pole a nadpisy podle webu */
.nk-se-region-picker__column-title {
    font-family: var(--font-name);
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.2;
    border-left: 5px solid #ec1317;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 14px;
    text-align: left;
    font-weight: 800;
}

.nk-se-region-picker__available,
.nk-se-region-picker__column--selected {
    padding: 0;
    background: transparent;
    box-shadow: none;
}

.nk-se-region-picker__column--selected {
    min-height: 0;
}

.nk-se-region-picker__empty-selected {
    padding-top: 2px;
}

/* v0.5.2 – čistý checkbox bez artefaktu a standardnější fajfka */
.nk-se-form__consent input[type="checkbox"] {
    appearance: none !important;
    -webkit-appearance: none !important;
    display: inline-block;
    flex: 0 0 auto;
    width: 24px;
    height: 24px;
    margin: 0;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    color: transparent;
    cursor: pointer;
    line-height: 1;
    transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease;
}

.nk-se-form__consent input[type="checkbox"]::before,
.nk-se-form__consent input[type="checkbox"]::after {
    content: none !important;
    display: none !important;
}

.nk-se-form__consent input[type="checkbox"]:checked {
    border-color: #d71920;
    background-color: #d71920;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18'%3E%3Cpath d='M4 9.4l3.1 3.1L14 5.8' fill='none' stroke='%23fff' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.nk-se-form__consent input[type="checkbox"]:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(215, 25, 32, 0.18);
}

/* v0.5.2 – lišta stále vyjíždí zespodu, ale o něco pomaleji */
.nk-se-slidebar {
    transition: opacity 170ms ease-out, transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}

.nk-se-slidebar__inner {
    transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1);
}


/* v0.5.3 – nadpisy výběru krajů a nahrazení H1 šablony */
.nk-se-region-picker__column-title {
    margin-top: 36px;
    margin-bottom: 20px;
}

body.nk-se-replace-page-title .entry-header > .entry-title,
body.nk-se-replace-page-title h1.entry-title,
body.nk-se-replace-page-title .page-header > h1.page-title,
body.nk-se-replace-page-title .page-header > .page-title,
body.nk-se-replace-page-title h1.page-title {
    display: none !important;
}


/* v0.5.4 – H1 nadpis formuláře ve stejném stylu jako nadpisy krajů */
.nk-se-form h1.nk-se-form__title,
body.nk-se-replace-page-title .nk-se-form__title {
    font-family: var(--font-name);
    font-size: 2rem;
    text-transform: uppercase;
    line-height: 1.2;
    border-left: 5px solid #ec1317;
    padding-left: 10px;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: left;
    font-weight: 800;
    letter-spacing: normal;
}


/* v0.5.5 – plynulejší a pomalejší vysunutí lišty zespodu */
.nk-se-slidebar {
    transform: translate3d(0, calc(100% + 44px), 0);
    transition: opacity 240ms ease-out, transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nk-se-slidebar.is-visible {
    transform: translate3d(0, 0, 0);
}

.nk-se-slidebar__inner {
    transform: translate3d(0, 18px, 0);
    transition: transform 460ms cubic-bezier(0.22, 1, 0.36, 1);
}

.nk-se-slidebar.is-visible .nk-se-slidebar__inner {
    transform: translate3d(0, 0, 0);
}

/* v0.6.0 – další propagace newsletteru */
.nk-se-context-cta {
    box-sizing: border-box;
    display: block;
    margin: 30px 0;
    padding: 24px 28px;
    background: linear-gradient(90deg, #eef5fd 0%, #ffffff 100%);
    color: #111;
    text-decoration: none;
}

.nk-se-context-cta:hover,
.nk-se-context-cta:focus {
    color: #111;
    text-decoration: none;
}

.nk-se-context-cta__label {
    display: block;
    margin: 0 0 8px;
    color: #d71920;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.nk-se-context-cta__title {
    display: block;
    max-width: 760px;
    margin: 0 0 8px;
    font-family: var(--font-name);
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    border-left: 5px solid #ec1317;
    padding-left: 10px;
}

.nk-se-context-cta__text {
    display: block;
    max-width: 680px;
    margin: 0 0 16px;
    color: #334155;
    font-size: 16px;
    line-height: 1.45;
}

.nk-se-context-cta__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 10px 16px;
    background: #d71920;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;
}

.nk-se-form__share[hidden] {
    display: none !important;
}

.nk-se-form__share {
    margin-top: 22px;
    padding: 18px 20px;
    background: #eef5fd;
}

.nk-se-form__share-title {
    margin: 0 0 5px;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.25;
}

.nk-se-form__share-text {
    margin: 0 0 12px;
    color: #334155;
    font-size: 15px;
    line-height: 1.45;
}

.nk-se-form__share-button {
    appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 38px;
    padding: 9px 15px;
    border: 0;
    background: #174c80;
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
}

.nk-se-form__share-status {
    display: inline-block;
    margin-left: 10px;
    color: #334155;
    font-size: 14px;
}

.nk-se-footer-banner[hidden] {
    display: none !important;
}

.nk-se-footer-banner {
    box-sizing: border-box;
    margin-top: 20px;
    max-width: 280px;
    padding: 16px 18px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    border-left: 5px solid #ec1317;
}

.nk-se-footer-banner__label {
    margin-bottom: 8px;
    color: #fff;
    opacity: 0.78;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.nk-se-footer-banner__title {
    margin-bottom: 7px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.2;
}

.nk-se-footer-banner__text {
    margin-bottom: 13px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 14px;
    line-height: 1.35;
}

.nk-se-footer-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 8px 12px;
    background: #d71920;
    color: #fff !important;
    font-size: 12px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none !important;
    text-transform: uppercase;
}

@media (max-width: 760px) {
    .nk-se-context-cta {
        padding: 20px 18px;
    }

    .nk-se-context-cta__title {
        font-size: 1.6rem;
    }
}


/* v0.6.1 – CTA vedle nadpisu krajské stránky */
.nk-se-region-title-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    margin-left: 14px;
    padding: 8px 12px;
    vertical-align: middle;
    background: #d71920;
    color: #fff !important;
    font-family: var(--font-name);
    font-size: 13px;
    font-weight: 900;
    line-height: 1.1;
    text-decoration: none !important;
    text-transform: uppercase;
    white-space: nowrap;
}

.nk-se-region-title-cta:hover,
.nk-se-region-title-cta:focus {
    background: #b9151b;
    color: #fff !important;
    text-decoration: none !important;
}

@media (max-width: 760px) {
    .nk-se-region-title-cta {
        display: flex;
        width: fit-content;
        margin: 12px 0 0;
    }
}


/* v0.6.3 – zarovnání CTA u nadpisu, plus ikonka a nesnippet obsah */
.nk-se-region-title-cta-parent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.nk-se-region-title-cta-parent .nk-se-region-title-cta {
    margin-left: 0;
}

.nk-se-region-title-cta {
    gap: 7px;
    transform: translateY(-1px);
}

.nk-se-region-title-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

@media (max-width: 760px) {
    .nk-se-region-title-cta-parent {
        display: block;
    }
}
