.embeddedServiceSidebarMinimizedDefaultUI .minimizedText > .message {
    white-space: normal !important;
}

button.embeddedServiceSidebarMinimizedDefaultUI.sidebarHeader {
    height: 43px;
}

@media only screen and (max-width: 767px) {
    @supports (-webkit-touch-callout: none) {
        .embeddedServiceHelpButton .helpButton {
          bottom: calc(0dvh + 13px) !important;
        }

        .floating-button.cke_tec_template--enlaceBoton__texto.doubleButton {
          bottom: calc(0dvh + 1px) !important;
        }
    }
}