.cc-group {
    align-items: center;
}

button.cc-detail-btn,
button.cc-detail-btn-details {
    border: none !important;
    color: inherit !important;
}

button.cc-detail-btn:hover,
button.cc-detail-btn-details:hover {
    color: inherit !important;
    background: transparent !important;
}

.cc-info>a {
    color: var(--ccb-detail-clr, #a2a2a2) !important;
}

.contao-cookiebar .highlight .success {
    background: #F6CE03 !important;
    color: #fff !important;
    border-color: #F6CE03 !important;
}

.contao-cookiebar .highlight .success:hover {
    background: #4e9e3e !important;
    border-color: #4e9e3e !important;
    color: #fff !important;
}

.contao-cookiebar .cc-btn {
    border: 1px solid var(--ccb-btn-bdr, #cfcfcf) !important;
    color: var(--ccb-btn-clr, #444) !important;
    background: var(--ccb-btn-bg, #f5f5f5) !important;
}

.contao-cookiebar .cc-btn:hover {
    background: #eaeaea !important;
    color: inherit !important;
}