.overlay .widget
{
	width: calc(100% - 80px - env(safe-area-inset-left) - env(safe-area-inset-right));
	margin: auto 0;
	max-height: 100%;
}