.articleState { 	clear: both; 	width: 60%; 	margin: 0.5em auto; 	padding: 0.5em; 	border: dotted 2px var(--border-color-progressive,#36c); 	text-align: center; 	font-style: italic; }  @media screen and (max-width: 736px) { 	.articleState { 		width: unset; 	} }