/* widget Elementor bloku tekstowego */
.elementor-widget-text-editor ul,
.elementor-widget-text-editor ol{
	padding-left: 1em;
}

.elementor-widget-text-editor ul:not(:last-child),
.elementor-widget-text-editor ol:not(:last-child){
	margin-block-end: 1em;
}

.elementor-widget-text-editor p:last-child {
	margin-block-end: 0;
}

.elementor-widget-text-editor a {
	color: inherit;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

.elementor-widget-text-editor a:focus,
.elementor-widget-text-editor a:hover {
	color: var(--e-global-color-accent);
}

/* widget Elementor heading i ikona */

.elementor-heading-title, .elementor-icon-box-title {
    margin-bottom: .4em;
    letter-spacing: -.035em;
    line-height: 1.05;
}

/* widget Elementor Accordion */
.e-n-accordion-item .e-child {
    padding: 1em 0;
}