.cookie-declined-hint {
    background-color: inherit;
    padding: 0.4em;
    color: #C20A00;
    opacity: 0.9;
    background-color: #E6E6E6;
}

.cookie-declined-hint > .cookie-declined-hint--message {
    text-align: center;
}

.cookie-declined-hint > .cookie-declined-hint--button-container {
}

.cookie-declined-hint > .cookie-declined-hint--button-container > .cookie-declined-hint--button {
    color: white;
    padding: 0.7rem 1rem;
    background-color: #464646;
    border: none;
    margin: 0.3rem;
    flex: 1 1 auto;
    cursor: pointer;
}
