:root {
	--bnj-primary: #0b4fc4;
	--bnj-primary-dark: #082e75;
	--bnj-accent: #f36b21;
	--bnj-text: #121826;
	--bnj-muted: #667085;
	--bnj-bg: #f6f8fc;
	--bnj-card: #ffffff;
	--bnj-border: #e7ebf2;
	--bnj-radius: 18px;
	--bnj-shadow: 0 10px 30px rgba(16, 24, 40, .07);
	--bnj-container: 1180px;
}

html { scroll-behavior: smooth; }
body.bnj-site {
	margin: 0;
	background: var(--bnj-bg);
	color: var(--bnj-text);
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	line-height: 1.65;
}
body.bnj-site a { color: inherit; text-decoration: none; }
body.bnj-site img { max-width: 100%; height: auto; }
.bnj-container { width: min(calc(100% - 32px), var(--bnj-container)); margin-inline: auto; }
.bnj-main { min-height: 60vh; padding: 34px 0 70px; }
.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
.bnj-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	color: var(--bnj-primary);
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .12em;
	text-transform: uppercase;
}
.bnj-button,
.bnj-read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 11px 17px;
	border-radius: 10px;
	background: var(--bnj-primary);
	color: #fff !important;
	font-weight: 700;
}
.bnj-search-form {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #fff;
	border: 1px solid var(--bnj-border);
	border-radius: 12px;
	padding: 5px;
}
.bnj-search-form input {
	width: 100%;
	border: 0;
	outline: 0;
	background: transparent;
	padding: 9px 11px;
	color: var(--bnj-text);
}
.bnj-search-form button {
	width: 40px;
	height: 40px;
	border: 0;
	border-radius: 9px;
	background: var(--bnj-primary);
	color: #fff;
	cursor: pointer;
	font-size: 22px;
}
