/**
 * BJFR Journal Theme — custom styles
 */

:root {
	--bjfr-color-academic-blue: #003865;
	--bjfr-color-academic-blue-dark: #002847;
	--bjfr-color-brand-blue: #18a7e0;
	--primary-color: #0b4a8b;
	--bjfr-navy: #031b34;
	--bjfr-navy-mid: #062a4d;
	--bjfr-accent: #1fa8f0;
	--bjfr-bg: #f5f7fb;
}

/* WordPress alignment utilities */
.alignwide,
.alignfull {
	max-width: none;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Screen-reader only fallback when Tailwind is unavailable */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.sr-only:focus {
	position: fixed;
	top: 1rem;
	left: 1rem;
	z-index: 50;
	width: auto;
	height: auto;
	padding: 0.5rem 1rem;
	margin: 0;
	overflow: visible;
	clip: auto;
	white-space: normal;
	background: #fff;
	color: #0f172a;
	border-radius: 0.375rem;
	box-shadow: 0 1px 3px rgb(0 0 0 / 0.1);
}
