

/* Start:/local/components/chelbit/cookie.consent/templates/.default/style.css?17889429941310*/
.cookie-consent-popup {
    position: fixed;
    bottom: 20px;
    right: var(--container-x-indent, 20px);
    width: 100%;
    max-width: calc(100% - (var(--container-x-indent) * 2));
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    z-index: 2147483647;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    animation: fadeInUp 0.4s ease-out;
}


jdiv.wrap__YO3mG.__jivoDesktopButton {
    z-index: 2147483646;
}

.cookie-consent-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.cookie-consent-text p {
    margin: 0;
}

.cookie-consent-text a {
    text-decoration: underline;
}

.cookie-consent-btn {
    flex-shrink: 0;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .cookie-consent-content {
        flex-direction: column;
    }

    .cookie-consent-btn {
        width: 100%;
    }
}

/* End */
/* /local/components/chelbit/cookie.consent/templates/.default/style.css?17889429941310 */
