.legacy-cookie .button:hover {
    background: #FE50007a;
}

.legacy-cookie .button {
    text-transform: uppercase;
    font-size: .8em;
    background: #FE5000e3;
    padding: 2px 7px;
    border-radius: 4px;
    margin-left: 6px;
    cursor: pointer;
    user-select: none;
}