.ec-gtm-cookie-directive > div > div > div a.adjust {
    block-size: 4rem;
    display: flex;
    align-items: center;
    margin: 0 .5rem 0 .5rem;
    padding: 0.5rem 1rem;
    color: #0290e4 !important;
    background: white;
    border-radius: 4px;
    font-weight: bold;
    text-decoration: none;
    border: 1px solid #0290e4;
    justify-content: center;
}

.ec-gtm-cookie-directive > div > div > div a.adjust:hover {
    color: white !important;
    background: #0290e4;
    border: none;
    cursor: pointer;
}
