.cookieConsentPopup {
    background-color: var(--baseColor);
    text-align: center;
    color: #fff;
    z-index: 1030;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    padding: 8px 17px;
    border: 1px solid #FFF;
    border-radius: 4px;
    position: fixed;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.cookieConsentPopup > .header2 {
    font-size: 20px;
    text-decoration: underline;
}

.cookieConsentPopup > .leftSpan {
    padding: 6px;
    float: left;
}

.cookieConsentPopup > .rightSpan {
    float: right;
}

.cookieConsentPopup > .leftSpan > .policyLink {
    color: #FFF;
    text-decoration: underline;
}

.cookieConsentPopup > .rightSpan > .declineBtn {
    border: 1px solid;
    padding: 6px 20px;
    margin-right: 10px;
    text-decoration: none;
    color: #FFF;
}

.cookieConsentPopup > .rightSpan > .acceptBtn {
    border: 1px solid #FFF;
    padding: 6px 20px;
    color: var(--baseColor);
    background-color: white;
    text-decoration: none;
}
