Cookie Notice & Compliance for GDPR/CCPA plugin banner button CSS

/* Cookie Banner */
.cookie-button {
    background-color: var(--e-global-color-accent );
    color: #fff!important;
    transition: all 0.5s ease;
    padding: 3px 10px;
    font-family: var(--e-global-typography-accent-font-family );
  font-size: 14px!important;
    text-transform: uppercase;
}

.cookie-button:hover {
    background-color: #222222;
    color: #6FA842!important;
}

.cn-text-container {
    font-family: var(--e-global-typography-text-font-family ), Sans-serif;
    font-size: 16px;
    font-weight: var(--e-global-typography-text-font-weight );
    text-transform: var(--e-global-typography-text-text-transform );
    line-height: var(--e-global-typography-text-line-height );
}

.cn-close-icon:before, .cn-close-icon:after {
    background-color: rgb(255 255 255);
}