/* Default sticky header style */
.sticky-header.elementor-sticky {
    transition: transform 0.3s ease-in-out;
}

/* Short header (visible state) */
.sticky-header.elementor-sticky.header-widget-shortheader {
    --e-con-transform-translateY: 0px !important;
}

/* Tall header (hidden when sticky) */
.sticky-header.elementor-sticky.header-widget-tallheader {
    --e-con-transform-translateY: -200px !important;
}


.elementor-widget-text-editor p:last-child{
	margin-bottom: 0 !important;
}

#oom-whatsapp-widgets-floating-whatsapp .oom-widgets-chat-row input, #oom-whatsapp-widgets-floating-whatsapp .oom-widgets-chat-row textarea{
	padding: 10px !important;
	border: solid 1px #000000 !important;
}