.cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 100px;
    background-color: #333333;
    color: #fff;
    padding: 10px 20px;

    z-index: 1000;
}

.cookie-consent a {
    color: var(--thm-base);
}

.cookie-button {
    background-color: var(--thm-base);
    padding: 5px 10px;
}
