.neo-demo-notice {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 24px;
	background: #35342f;
	color: #fff;
	font-family: var(--wp--preset--font-family--roboto, sans-serif);
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}

.neo-demo-notice p {
	margin: 0;
}
