/* Campus Tables — minimal base styles loaded for every rendered table.
   Template-specific look lives in /templates/{slug}/style.css. */

.ct-aceable,
.ct-aceable * { box-sizing: border-box; }

.ct-aceable .screen-reader-text {
	border: 0;
	clip: rect(1px,1px,1px,1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

/* Admin-only "table not found" error styling */
.campus-tables-error {
	background: #fff3cd;
	border: 1px solid #ffeeba;
	color: #856404;
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 13px;
}
