/******************************************************************/
/* CSS settings for wizard                                        */
/******************************************************************/


@charset "utf-8";

/* Sitemap page style
------------------------------------------------------------*/

/* 1 layer list style */
.layer-1 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.layer-1 li {
	position: relative;
	width: calc((100% / 4) - 20px);
	background: var(--bg-indigo);
	color: var(--ft-white);
}
.layer-1 > li::before {
	content: '\3e';
	display: inline-block;
	position: absolute;
	font-family: 'Font Awesome 5 Free';
	font-size: 10px;
}