.cookie-notice-container,
.cookie-notice-container * {
    font-family: "brandon-grotesque", "arial", sans-serif;
}

.cookie-notice__content,
.cookie-notice__footer {
    font-weight: 400;
    font-style: normal;
    justify-content: space-between;
}

.cookie-notice .button,
.cookie-notice button {
    font-weight: 700;
    font-style: normal;
    display: inline-block;
    font-size: 1.4rem;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

.cookie-notice .button.is-disallow {
    border: none;
}

.cookie-notice .button.is-disallow:hover {
    background-color: #fff;
    color: #333;
    box-shadow: none;
}

.cookie-notice .button.is-disallow:hover::after,
.cookie-notice .button.is-disallow:hover::before {
    display: none;
}

.cookie-notice .button.is-allow {
    margin-left: auto;
}
