.elementor-2799 .elementor-element.elementor-element-6ccbb0a{padding:30px 0px 30px 0px;}.elementor-2799 .elementor-element.elementor-element-2edb1f7 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-2799 .elementor-element.elementor-element-fd5a7c0{color:#000000;}/* Start custom CSS *//* * Corrected CSS for Elementor Text Editor Paragraphs
 * This sets a space after all paragraphs and removes it from the last one.
*/

/* Target all paragraphs inside Elementor text editor widgets */
.elementor-widget-text-editor p {
  margin-top: 0;
  margin-bottom: 1.5em; /* Add default space AFTER each paragraph */
  line-height: 1.6;
}

/* Now, target ONLY the LAST paragraph to remove its bottom margin */
.elementor-widget-text-editor p:last-child {
  margin-bottom: 0; /* Removes space after the final paragraph in the widget */
}/* End custom CSS */