#cookie-consent-banner {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 99999;
}

.cookie-modal {
    max-width: 340px;
    background: #ffffff;
    border-radius: 10px;
    padding: 18px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
    font-size: 0.9rem;
}

.cookie-modal a {
    color: #1e88e5;
    text-decoration: none;
}

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