.nav-link-list {
	position: relative;
}

.nav-link-list .template-title {
	margin-bottom: 12px;
	font-weight: var(--font-weight-black);
	font-size: 0.8125rem;
	line-height: calc(16/13);
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.nav-link-list .list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2px;
	padding: 0;
	margin: 0;
	list-style: none;
}

.nav-link-list .nav-link {
	font-weight: normal;
	font-size: var(--text-base);
	color: var(--gray-dark);
	line-height: 1;
	text-decoration: none;
}

