#imk-cookie-banner {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1f1f1f;
    color: #fff;
    padding: 1rem;
    font-size: 0.9rem;
}

#imk-cookie-banner button {
    margin-right: 0.5rem;
}
