.angie-menu-icon-list-wrapper {
	list-style: none;
	margin: 0;
	padding: 0;
}

.angie-menu-icon-list-item {
	display: flex;
	align-items: center;
	position: relative;
}

.angie-menu-icon-list-link {
	display: flex;
	align-items: center;
	text-decoration: none;
	transition: all 0.3s;
}

.angie-menu-icon-list-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 10px;
}

.angie-menu-icon-list-layout-default .angie-menu-icon-list-wrapper {
	display: flex;
	flex-direction: column;
}

.angie-menu-icon-list-layout-default .angie-menu-icon-list-item:not(:last-child):after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

.angie-menu-icon-list-layout-inline .angie-menu-icon-list-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: inherit;
}

.angie-menu-icon-list-layout-inline .angie-menu-icon-list-item:not(:last-child):after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
}