#cookie-banner {
    position: fixed;
    right: 34px;
    bottom: 44px;
    z-index: 1001;
    box-sizing: border-box;
    border-radius: 3px;
    max-height: calc(100vh - 2 * 34px);
    max-width: 358px;
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    font-family: 'Gilroy', sans-serif;
    font-size: 14px;
    line-height: 1.55;
    display: none;
}

#cookie-banner .cookie-text {
    margin-bottom: 5px;
}

#cookie-banner .cookie-button {
    color: #ffffff;
    background-color: #4678bb;
    margin-top: 16px;
    padding: 7px 17px;
    font-weight: 400;
    border-radius: 5px;
    font-size: 14px;
    border: none;
    outline: none;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
