/*!
 * Widget areas — supplemental styling for top bar, footer bar, etc.
 * Sidebar widget styling lives in main.css.
 */
.top-bar {
	background: var(--color-bg-alt);
	color: var(--color-text);
	font-size: 0.85rem;
	border-block-end: 1px solid var(--color-border);
}
.top-bar .inside-top-bar {
	max-width: var(--container-max, 1200px);
	margin-inline: auto;
	padding: 0.4rem 1rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
}
