:root {

    --cm-primarycolor: #dc3c32;
    --cm-buttontext: #ffffff;
}

.cookiemonster-button {
    background: var(--cm-primarycolor);
    color: var(--cm-buttontext);
}

.cookiemonster-button:hover {
    background: var(--cm-primarycolor);
    color: var(--cm-buttontext);
}

.cookiemonster-accept,
.cookiemonster-decline, 
.cookiemonster-declineall {
    background: var(--cm-primarycolor);
    color: var(--cm-buttontext);
}

.cookiemonster-accept:hover,
.cookiemonster-decline:hover, 
.cookiemonster-declineall:hover {
    background: var(--cm-primarycolor);
    color: var(--cm-buttontext);
}

.cookiemonster-checkbox{
    border: 2px solid var(--cm-primarycolor);
    color: var(--cm-primarycolor);
}

.cookiemonster-checkbox {
  border: 2px solid var(--cm-primarycolor);
}

.cookiemonster-collapse-toggle { 
    background: var(--cm-primarycolor);
    color: var(--cm-buttontext);
    border-radius: 4px;
}