.list-menu--disclosure {
	width: 100vw;
	left: 0;
	top: 100%;
	background-color: rgb(var(--color-white));
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
	border: 0;
}

.list-menu__item--active {
	text-decoration: unset;
}
