.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    background-color: #f0f0f0;
    color: #333;
    text-align: center;
    z-index: 9999;
}

.cookie-consent button {
    background-color: #1c8180;
    color: #fff;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.cookie-consent button:hover {
    background-color: #0e4645;
}

.cookie-consent a {
    color: #1c8180;
    text-decoration: none;
}

.cookie-consent a:hover {
    text-decoration: underline;
}
