﻿.cookie-banner {
    max-width: 100%;
    position: relative;
    overflow: auto;
    z-index: 99999999999;
    background-color: #f2f2f2;
    color: #111;
}

.cookie-banner__message {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cookie-banner .button-group {
    margin-bottom: 1%;
}

#CookiesBannerActionButtons button {
    margin-right: 15px;
}

@media (max-width: 768px) {
    #CookiesBannerActionButtons {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    #CookiesBannerActionButtons button, #CookiesBannerActionButtons a {
        margin-bottom: 1%;
        text-align: center;
        margin-right: initial;
    }
}
