/* Cookie banner (niges:cookiesaccept): body has font-size: 0, so inherited text collapses
   and the bar sits flush to the viewport edge. Keep it a bottom notice, not a blocking overlay. */

body > div:has(#nca-cookiesaccept-line) {
    position: static;
    height: 0;
    overflow: visible;
    font-size: 14px;
}

#nca-cookiesaccept-line,
.nca-cookiesaccept-line {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 16px !important;
    top: auto !important;
    width: calc(100% - 32px) !important;
    max-width: 1320px !important;
    max-height: none !important;
    min-height: 0 !important;
    transform: translateX(-50%) !important;
    z-index: 100000 !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 16px 24px !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
    font-family: "TTProstoSans", Arial, sans-serif !important;
    color: #fff !important;
    background: #05244b !important;
    border-radius: 6px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.nca-cookiesaccept-line > div,
#nca-cookiesaccept-line > div {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 16px 24px;
    flex-wrap: wrap;
}

.nca-cookiesaccept-line-text {
    flex: 1;
    min-width: 220px;
    font-size: 14px !important;
    line-height: 1.45 !important;
    color: #fff !important;
}

.nca-cookiesaccept-line-text a {
    color: #fff !important;
    text-decoration: underline;
}

.nca-cookiesaccept-line-text a:hover {
    color: #ffb3c1;
}

#nca-cookiesaccept-line-accept-btn {
    flex-shrink: 0;
    font-size: 14px !important;
    line-height: 1 !important;
    font-family: inherit;
    color: #fff !important;
    background: #ff174a;
    border: none;
    border-radius: 4px;
    padding: 12px 22px;
    cursor: pointer;
}

#nca-cookiesaccept-line-accept-btn:hover {
    background: #e4013a;
}

@media (max-width: 959px) {
    #nca-cookiesaccept-line,
    .nca-cookiesaccept-line {
        width: calc(100% - 24px) !important;
        bottom: 12px !important;
        padding: 14px 16px !important;
    }
}
