.active-cookie-banner {
    height: auto!important;
    overflow: hidden!important;
}

#riv-cookie-consent a {
    text-decoration: none;
}

#riv-cookie-consent::before {
    background: rgba(0,0,0,.65);
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 0;
}

.active-cookie-banner #riv-cookie-consent::before {
    opacity: 1;
    visibility: visible;
    z-index: 99998;
}

.riv-cookie-consent-content {

}

#riv-cookie-consent .riv-cookie-consent-banner {
    position: fixed;
    z-index: 99999;
    color: rgb(24, 26, 42);
    background: #faf9f6;
    border-radius: 6px;
    padding: 10px 20px;
    max-width: 54em;
    bottom: 20px;
    left: 20px;
    font-size: 14px;
    margin-right: 20px;
}

#riv-cookie-consent .riv-cookie-consent-banner .riv-cookie-consent-content {
    display: flex;
}

#riv-cookie-consent h2 {
    font-size: 40px;
    margin: 0 0 5px 0;
    line-height: 1;
    font-family: Outfit, "Public Sans", Roboto, Helvetica, Arial, sans-serif;
}

#riv-cookie-consent .riv-cookie-consent-text {
    flex: 1;
}

#riv-cookie-consent .riv-cookie-consent-buttons {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-left: 20px;
}

#riv-cookie-consent .riv-cookie-consent-buttons a {
    font-size: 14px;
    font-weight: bold;
    padding: 10px 20px;
    display: block;
}

#riv-cookie-consent .riv-cookie-consent-buttons a.riv-cookie-consent-button-accept {
    background: #f1ff2d;
    color: black;
    border: 0;
    border-radius: 6px;
    transform: translateX(0) translateY(0);
    transition: 200ms cubic-bezier(0.39, 0.575, 0.565, 1);
    transition-property: box-shadow,transform;
    position: relative;
    top: 3px;
    margin-bottom: 10px;
}

#riv-cookie-consent .riv-cookie-consent-buttons a.riv-cookie-consent-button-accept:hover {
    background: black;
    color: #f1ff2d;
}

#riv-cookie-consent .riv-cookie-consent-buttons a.riv-cookie-consent-button-decline {
    color: rgb(24, 26, 42);
}

#riv-cookie-consent .riv-cookie-consent-footer a {
    display: block;
    margin-top: 10px;
    color: rgb(24, 26, 42);
    font-size: 12px;
}

@media screen and (max-width: 640px) {
    #riv-cookie-consent .riv-cookie-consent-banner .riv-cookie-consent-content {
        flex-direction: column !important;
    }

    #riv-cookie-consent .riv-cookie-consent-buttons {
        margin-left: 0;
        margin-top: 20px;
    }

}
