.marqueblanche-mobile-nav__panel {
	position: relative;
	width: 100%;
	max-width: none;
	margin: 0;
	/* Reserve space for the fixed close button so it does not overlap the first row. */
	padding: calc(64px + env(safe-area-inset-top)) 14px max(14px, env(safe-area-inset-bottom));
	background: transparent;
	border: 0;
	box-shadow: none;
	box-sizing: border-box;
}
