/* Talentum Home Public Composer v0.4.0.
   Elementor/WordPress provide one host; Talentum owns the internal composition. */
.talentum-home {
	position: relative;
	display: block;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	line-height: normal;
}

.talentum-home > .talentum-header,
.talentum-home > .talentum-hero,
.talentum-home > .talentum-component-host--footer {
	margin-block-start: 0;
	margin-block-end: 0;
}

/* Neutralize only the single Elementor shortcode host that owns the Home. */
.elementor-widget-shortcode:has(.talentum-home),
.elementor-widget-shortcode:has(.talentum-home) > .elementor-widget-container {
	margin-block: 0 !important;
	padding-block: 0 !important;
}

.elementor-element.e-con:has(> .elementor-element.elementor-widget-shortcode .talentum-home) {
	--padding-top: 0px;
	--padding-bottom: 0px;
	--gap: 0px;
	margin-block: 0;
	padding-block: 0;
}

.elementor-element.e-con:has(> .e-con-inner > .elementor-element.elementor-widget-shortcode .talentum-home) > .e-con-inner {
	margin-block: 0;
	padding-block: 0;
	row-gap: 0;
}

.entry-content:has(> .talentum-home) {
	margin-block: 0;
	padding-block: 0;
}
