a {
    text-decoration: none;
}

.mouseflow-consent-banner {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -4px 8px rgba(16, 24, 40, 0.10);
    border-radius: 12px 12px 0 0;
    background: #fff;
    z-index: 30;
}

.banner-inner-component {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 25px 12px;
    box-shadow: 0 2px 4px rgba(16, 24, 40, 0.06);
    border-bottom: 1px solid #98A1B2;
}

.consent-banner-text-styles-mobile {
    color: #344054;
    font: 500 14px "Montserrat", sans-serif;
    font-style: normal;
    line-height: 20px;
}

.consent-banner-text-styles-desktop {
    color: #344054;
    font: 500 16px "Montserrat", sans-serif;
    font-style: normal;
    line-height: 24px;
}

.checkbox-unchecked:hover {
    border: 1px solid #528BFF;
    cursor: pointer;
}

.checkbox-checked {
    background-color: #1247BA;
    border-color: #1247BA;
}

.consent-banner-privacy-policy {
    flex-direction: row;
    align-items: center;
}

.consent-banner-privacy-policy-text {
    margin-left: 3px;
    color: #155EEF;
}
