.site-footer {
	
	// .widget-title:not(:empty) {
	// 	margin-bottom: 25px
	// }

	.ct-widget {
		&:not(:first-child) {
			margin-top: var(--itemsGap);
		}

		> *:not(.widget-title) {
			color: var(--color);
		}
	}
}