.nav-list {
	.interior-nav {
		display: flex;
		align-items: baseline;
		gap: 5px;
		padding: 0;
		margin: 0;
		list-style: none;
		font-family: var(--font-body);
		font-weight: var(--font-weight-normal);
		font-size: 1.0625rem;
		line-height: normal;
		color: var(--gray-light);
	}

	a {
		font-family: var(--font-body);
		font-weight: var(--font-weight-bold);
		font-size: 1.0625rem;
		line-height: normal;
		text-decoration: none;
		color: var(--blue);
	}

	.item:last-child a {
		font: inherit;
		color: inherit;
	}

	.item:last-child .slash {
		display: none;
	}
}
