/* supplement.css — Wayback Fixer: place for targeted layout/visibility fixes (Phase 4) */

/* CommSy: restore "enter" button (original image-link lost in Wayback capture) */
.commsy-enter-btn {
	display: inline-block;
	margin: 1em auto;
	padding: 12px 26px;
	background: #1f6bb0;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	border-radius: 4px;
}
.commsy-enter-btn:hover { background: #17538a; color: #fff; }
