/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 10 2025 | 16:41:17 */
.selected-components-summary {
	display: flex;
    flex-direction: column;
    gap: 10px;
	background: transparent;
	padding: 40px 30px;
	border: 1px solid #575466;
	border-radius: 8px;
	
	p {
		margin-bottom: 0px;
		font-size: 18px;
	}
	
	.selected-components-summary-title {
		font-family: 'Khand', sans-serif;
		font-size: 30px;
		font-weight: 700;
		color: var(--e-global-color-accent);
		margin-bottom: 0px;
	}
	
	.hr-line {
		height: 1.5px;
		background: #575466;
	}
	
	#selected-components-list {
		list-style: none;
		padding-left: 0px;
		margin-bottom: 0px;
	}
	
	li {
		display: flex;
		gap: 10px;
	}
	
	.selected-component-title {
		width: 30%;
		font-family: 'Khand', sans-serif;
	}
	
	.selected-component-name {
		width: 70%;
		font-family: 'Khand', sans-serif;
	}
}

.elementor-element-d2de1ad {
	position: sticky;
    top: 130px;
    padding-bottom: 120px;
}

@media screen and ( max-width: 991.98px ) {
	.selected-components-summary {
		padding: 30px 20px;
		
		.selected-components-summary-title {
			font-size: 24px;
		}
	}
}