
.wd-collapsible-content>.elementor-widget-wrap {
	overflow: hidden;
}

.wd-collapsible-content.wd-opened>.elementor-widget-wrap {
	max-height: 100% !important;
}

.wd-collapsible-content:not(.wd-opened) .elementor-widget-wd_button:last-child {
	position: static;
}

.wd-collapsible-content:not(.wd-opened) .elementor-widget-wd_button:last-child .wd-collapsible-button {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 11;
}

.wd-collapsible-content:not(.wd-opened)>.elementor-widget-wrap:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 100px;
	background: linear-gradient(to bottom, transparent 0px, #fff 45px);
	z-index: 10;
}
