.cb-consent-wrapper {
    border: 1px solid #ddd;
    padding: 14px;
    margin: 1em 0;
    border-radius: 6px;
    background: #fafafa;
}

.cb-consent-wrapper.cb-consent-activated {
    border: none;
    padding: 0;
    background: transparent;
}

.cb-consent-text {
    margin-bottom: 10px;
    font-size: 19px;
}

.cb-consent-text a {
    color: inherit;
    text-decoration: underline !important;
}

.cb-consent-button {
    background: #D51117;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

.cb-consent-wrapper.cb-consent-activated .cb-consent-button, 
.cb-consent-wrapper.cb-consent-activated .cb-consent-text {
    display: none;
}

.cb-consent-button:hover {
    background: #fff;
    color: #D51117;
}

.cb-consent-content {
    margin-top: 12px;
}
