.vsu-publish-bar {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px 18px;
	flex-wrap: wrap;
	margin: -.25rem 0 1rem;
	padding: .8rem 1rem;
	border: 2px solid var(--vsu-red);
	background: #fff7e8;
	font: 700 12px/1.4 system-ui, sans-serif;
}

.vsu-publish-bar button {
	padding: .55rem 1rem;
	border: 0;
	background: var(--vsu-red);
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}

.vsu-source-image {
	position: relative;
}

.vsu-source-image figcaption {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 90%;
	padding: 5px 8px;
	background: #191816d9;
	color: #fff;
	font: 600 9px/1.3 system-ui, sans-serif;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.vsu-public-newspaper .vsu-news-masthead {
	border-top-width: 9px;
}

.vsu-public-newspaper .vsu-news-grid {
	margin-top: 38px;
}
