/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor Child Theme.
 */


/* *********************** Global *********************** */

p:last-child {
    margin-bottom: 0 !important;
}

section.elementor-element.e-con-boxed {
    padding-inline: clamp(1.5rem, 4.857vw - 0.245rem, 5rem);
}

input.elementor-field::placeholder,
textarea.elementor-field::placeholder{
 opacity:1 !important;
 color:#000 !important;
}

#elementor-popup-modal-197 .dialog-message.dialog-lightbox-message {
    width: 100%;
}

#elementor-popup-modal-197 .dialog-widget-content.dialog-lightbox-widget-content {
    width: calc(100% - 40px);
    max-width: 768px;
}

/* *********************** Global *********************** */