.cookie-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
    color: #fff;
    padding: 16px 24px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
}

.cookie-banner__text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
}

.cookie-banner__text a {
    color: #6cc24a;
}

.cookie-banner__accept {
    background: #6cc24a;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 24px;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
