.cookie-consent {
    background: #444;
    color: #fff;
    padding: 1rem;
    font-size: 1rem;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}

.cookie-consent-button {
    text-decoration: none;
    background: #222;
    color: #fff;
    border: 1px solid #000;
    cursor: pointer;
    padding: 5px 17px;
    margin: 0px 10px;
    font-size: 1rem;
    font-weight: 700;
    transition: background 0.07s, color 0.07s, border-color 0.07s;
    border-radius: 8px;
}

.cookie-consent-button:hover {
    background: #fff;
    color: #222;
}
