.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(181, 213, 245, 0.8);
    padding: 1rem;
    text-align: center;
    z-index: 9999;
    border-top: 1px solid #355;
    font-size: 1.2rem;
}

.cookie-consent button {
    background-color: #0078d7;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    border-radius: 4px;
    font-size: 1.0rem;
}

.cookie-consent a {
    color: #0078d7;
    text-decoration: none;
}
