/* Sets minimum height for content area */
#content {background-color: #ffffff;}
.site-content {min-height: 400px;}

/* Eliminate extra bottom margin */
.elementor-widget-text-editor p:last-child {margin-bottom: 0;}
.elementor-widget-text-editor ul {margin-bottom: 0;}

/* Corrects spacing for lightbox icons */
.elementor-slideshow__footer,
.elementor-slideshow__header {box-sizing: border-box;}

/* Eliminates white background in Elementor templates */
.one-container .container {background: none !important;}

/* Increase list item spacing for both ordered and unordered lists */
.elementor-widget-text-editor ul li,
.elementor-widget-text-editor ol li {margin-bottom: 8px;}

/* Avoid extra gap after the last list item */
.elementor-widget-text-editor ul li:last-child,
.elementor-widget-text-editor ol li:last-child {margin-bottom: 0;}