.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #333;
    color: white;
    padding: 1rem;
    text-align: center;
    z-index: 1000;
}

.cookie-consent-banner p {
    margin: 0;
    display: inline;
}

.cookie-consent-banner a {
    color: #40e0d0;
    text-decoration: underline;
}

.cookie-consent-button {
    background-color: #40e0d0;
    color: white;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-left: 1rem;
}

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