body .btn.cookie-button {
    position: fixed;
    bottom: 1rem;
    left: 1rem;
    padding: .5rem !important;
    min-width: 2.5rem !important;
}

body .btn.cookie-button:hover svg,
body .btn.cookie-button:focus svg,
body .btn.cookie-button:active svg {
    fill: var(--primary);
}