:root {
    --hero-section-height: 525px;
}

.trimbos-ai-chat-embed-component {
    width: 100%;
    height: 100%;
    position: relative;
    margin: 0;
    padding: 0;
}

.trimbos-ai-chat-embed-component__container {
    position: relative;
    display: block;
    max-width: 1180px;
    min-height: 900px;
    overflow: hidden;
    width: 100%;
    height: 100%;
}


.has-trimbos-hero-section .trimbos-ai-chat-embed-component__container {
    margin: calc((var(--hero-section-height) - 52px) * -1) auto 0 auto;
}

.trimbos-ai-chat-embed-component__container iframe {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}

.has-trimbos-ai-chat #spr-live-chat-frame,
.has-trimbos-ai-chat #spr-live-chat-app {
    display: none !important;
}


@media(max-width:768px){
    body.has-trimbos-ai-chat .hero-section,
    body.has-trimbos-ai-chat .hero-section-mobile,
    body.has-trimbos-ai-chat > footer {
        display: none !important;
    }
    .trimbos-ai-chat-embed-component__container {
        margin: 0 !important;
    }

    body.has-trimbos-ai-chat #trimbos-header,
    body.has-trimbos-ai-chat header.header {
        display: none !important;
    }
}