.cookie-banner {
    position: fixed;
    bottom: 40px;
    right: 40%;
    width: 100%;
    max-width: 360px;
    padding: 5px 14px;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    text-align: justify;
}

.cookie-banner .close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.cookie-banner p {
    padding: 15px 0;
    font-size: 1rem;
    font-style: normal;
    line-height: 1em;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cookie-banner.hidden {
    display: none;
}

.cookie-banner h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: black;
    box-sizing: border-box;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cookie-banner button {
    box-shadow: none;
    text-shadow: none;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.cookie-banner a {
    color: #dc2626 !important;
    font-size: 16px !important;
}
.cookie-banner .accept_cookies {
    background: #dc2626 !important;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 30px;
    font-size: 17px;
    color: #fff;
}