#cookie-notice {
    min-width: 0;
    left: auto;
    right: 2rem;
    bottom: 2rem;
    color: var(--mediumgray);
    font-weight: 600;
    font-size: 15px;
    font-family: var(--font);
}

#cn-close-notice {
    display: none;
}

.cn-text-container {
    margin: 0;
}

#cookie-notice .cn-button {
    background: transparent;
    color: inherit;
    padding: 4px 5px;
    margin-bottom: 0 !important;
    font-weight: bold;
}

#cookie-notice .cn-button {
    box-shadow: none;
}

#cookie-notice .cn-button:before, #cookie-notice .cn-button:after {
    display: none;
}

#cn-refuse-cookie {
    opacity: 0.3;
    transition: opacity .5s;
}

#cn-refuse-cookie:hover {
    opacity: 1;
}

.cookie-notice-container {
    padding: 12px 17px;
}

.cookie-notice-container #cn-notice-text,
.cookie-notice-container #cn-notice-buttons {
    display: inline-block !important;
}