.cookie-notice {
    color: white;
    font-size: 14px;
    padding: 12px 0;
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 9999;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-notice {
    color: white;
    font-size: 14px;
    padding: 12px 0;
    position: fixed;
    bottom: 20px;
    width: 100%;
    z-index: 9999;
    font-family: sans-serif;
    display: flex;
    justify-content: center;
    pointer-events: none;
}

.cookie-inner {
    background-color: #212121;
    width: 960px;
    max-width: 100%;
    padding: 12px 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: all;
    border-radius: 4px;
}

.cookie-button {
    margin-left: 20px;
    padding: 6px 14px;
    background-color: #efefef;
    color: #212121;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    font-weight: bold;
}