/*
Theme Name: Hello Elementor Child
Theme URI: https://example.com
Description: Child theme for Hello Elementor
Author: Rahul Gupta
Author URI: https://linktr.ee/wickul
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
/* Remove extra space from Amelia dialog placeholder */
.amelia-app-booking,
.amelia-v2-booking,
.amelia-app-booking-wrapper {
    margin: 0 !important;
    padding: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    overflow: hidden !important;
}

/* Ensure no spacing after the widget */
.aec-wrapper {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}