/*
|--------------------------------------------------------------------------
| MAK​​KY B2B — ELEMENTOR WIDGET NORMALIZATION
|--------------------------------------------------------------------------
*/

.elementor-widget[class*="elementor-widget-makky-b2b-"] {
    display: flow-root !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

.elementor-widget[class*="elementor-widget-makky-b2b-"]
> .elementor-widget-container {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}
