#nicepage-custom-cookie-settings {
    position: fixed;
    left: 16px;
    bottom: 16px;
    z-index: 99999;
    box-sizing: border-box;
    padding: 10px 14px;
    border: 0;
    border-radius: 4px;
    background: #292d33;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.25;
    text-align: left;
    cursor: pointer;
}

#nicepage-custom-cookie-settings:hover {
    background: #1f2227;
}

#nicepage-custom-cookie-settings:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

.u-cookies-consent.npcc-consent-open {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 480px) {
    #nicepage-custom-cookie-settings {
        max-width: calc(100vw - 32px);
    }
}

.u-cookies-consent .u-cookie-preferences .u-input-row {
    display: grid;
    grid-template-columns: 16px 180px minmax(0, 1fr);
    column-gap: 12px;
    align-items: start;
    width: 100%;
    margin-bottom: 5px;
}

.u-cookies-consent .u-cookie-preferences .u-input-row > input[type="checkbox"] {
    grid-column: 1;
    margin-top: 4px;
}

.u-cookies-consent .u-cookie-preferences .u-input-row > .u-field-label {
    grid-column: 2;
    min-width: 0;
    white-space: nowrap;
}

.u-cookies-consent .npcc-category-detail {
    grid-column: 3;
    min-width: 0;
    margin: 2px 0 0;
    color: inherit;
    font-size: 0.82rem;
    line-height: 1.35;
    opacity: 0.86;
}

.u-cookies-consent input[data-npcc-required="1"] {
    cursor: not-allowed;
}

@media (max-width: 767px) {
    .u-cookies-consent .u-cookie-preferences .u-input-row {
        grid-template-columns: 16px minmax(0, 1fr);
        row-gap: 2px;
        margin-bottom: 8px;
    }

    .u-cookies-consent .u-cookie-preferences .u-input-row > .u-field-label,
    .u-cookies-consent .npcc-category-detail {
        grid-column: 2;
    }

    .u-cookies-consent .npcc-category-detail {
        margin-top: 0;
    }
}

.npcc-embed-placeholder {
    display: flex;
    width: 100%;
    min-height: 260px;
    aspect-ratio: 16 / 9;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #181818;
    color: #fff;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    text-align: center;
}

.npcc-embed-placeholder__content {
    max-width: 680px;
    padding: 28px;
}

.npcc-embed-placeholder__title {
    display: block;
    margin-bottom: 10px;
    font-size: 1.25rem;
}

.npcc-embed-placeholder__text {
    margin: 0 0 10px;
    font-size: 0.8125rem;
    line-height: 1.4;
}

.npcc-embed-load {
    padding: 6px 10px;
    border: 0;
    border-radius: 4px;
    background: #cc0000;
    color: #fff;
    font: inherit;
    font-size: 0.75rem;
    font-weight: 600;
    cursor: pointer;
}

.npcc-youtube-load:hover {
    background: #a90000;
}

.npcc-maps-placeholder {
    min-height: 320px;
    aspect-ratio: auto;
    background: #e8eaed;
    color: #202124;
}

.npcc-maps-load {
    background: #1a73e8;
}

.npcc-maps-load:hover {
    background: #1558b0;
}

.npcc-embed-load:focus-visible {
    outline: 3px solid #ffbf47;
    outline-offset: 3px;
}

.npcc-embed-placeholder--loaded {
    display: block;
    min-height: 0;
    background: transparent;
}

.npcc-embed-placeholder--loaded iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    border: 0;
}
