.embeddedServiceSidebar .fade {
    opacity: 1;
}
.slideshow-container[ebcm-einsteinBotComplexCarousel_einsteinBotComplexCarousel] {
    border: 1px solid black;
    border-radius: 3px;
    height: fit-content !important;
    min-height: 200px;
    max-height: fit-content !important;
    min-width: 200px;
    margin: 10px;
    padding: 5px;
    box-shadow: 0px 2px 15px 4px;
    font-size: 14px !important;
}
.slide-navigation[ebcm-einsteinBotComplexCarousel_einsteinBotComplexCarousel] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: center;
    align-items: center;
    max-width: 160px !important;
    margin: auto;
}