:root {
	--bnre-blog-bg: #001d39;
	--bnre-blog-surface: rgba(10, 36, 64, 0.94);
	--bnre-blog-surface-strong: rgba(15, 45, 79, 0.98);
	--bnre-blog-border: rgba(255, 255, 255, 0.12);
	--bnre-blog-border-strong: rgba(255, 255, 255, 0.22);
	--bnre-blog-text: #ffffff;
	--bnre-blog-text-muted: rgba(255, 255, 255, 0.72);
	--bnre-blog-text-soft: rgba(255, 255, 255, 0.58);
	--bnre-blog-accent: rgba(255, 255, 255, 0.12);
	--bnre-blog-accent-strong: rgba(255, 255, 255, 0.88);
	--bnre-blog-shadow: 0 34px 72px rgba(0, 0, 0, 0.26);
	--bnre-blog-shadow-soft: 0 20px 44px rgba(0, 0, 0, 0.2);
	--bnre-blog-radius: 26px;
	--bnre-blog-radius-sm: 16px;
	--bnre-blog-heading-font: Georgia, "Times New Roman", serif;
	--bnre-blog-content-width: 760px;
}

body.bnre-blog-theme {
	color: var(--bnre-blog-text);
	background: var(--bnre-blog-bg);
}

body.bnre-blog-theme a {
	transition: color 0.25s ease, opacity 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background-color 0.25s ease;
}

.bnre-blog-archive-shell,
.bnre-single-hero,
.bnre-single-article {
	position: relative;
	background:
		radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
		radial-gradient(circle at left center, rgba(255, 255, 255, 0.04), transparent 30%),
		linear-gradient(180deg, rgba(0, 45, 88, 0.92) 0%, var(--bnre-blog-bg) 100%);
}

.bnre-single-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(120deg, rgba(255, 255, 255, 0.04), transparent 38%);
	pointer-events: none;
}

.bnre-blog-hero {
	position: relative;
	overflow: hidden;
	min-height: 420px;
	background-color: #f5f7fa;
	background-image:
		linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 250, 252, 0.92)),
		var(--bnre-archive-hero-image, none);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bnre-blog-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.4) 42%, rgba(255, 255, 255, 0.18) 100%),
		radial-gradient(circle at top left, rgba(255, 255, 255, 0.5), transparent 32%);
	pointer-events: none;
}

.bnre-blog-hero__inner,
.bnre-single-hero__inner {
	position: relative;
	z-index: 1;
	padding: 76px 0 48px;
}

.bnre-blog-hero__content,
.bnre-single-hero__content,
.bnre-blog-topics,
.bnre-single-hero__figure {
	animation: bnreFadeUp 0.65s ease both;
}

.bnre-blog-hero__meta,
.bnre-single-hero__meta {
	display: flex;
	flex-direction: column;
	gap: 18px;
	margin-bottom: 20px;
}

.bnre-blog-theme .breadcrumb,
.bnre-blog-theme .breadcrumb a,
.bnre-blog-theme .breadcrumbs,
.bnre-blog-theme .breadcrumbs a,
.bnre-blog-theme .page-title-wrap,
.bnre-blog-theme .breadcrumb_last {
	color: var(--bnre-blog-text-soft);
}

.bnre-blog-theme .breadcrumbs a:hover,
.bnre-blog-theme .breadcrumb a:hover {
	color: var(--bnre-blog-text);
}

.bnre-blog-hero .breadcrumb,
.bnre-blog-hero .breadcrumb a,
.bnre-blog-hero .breadcrumbs,
.bnre-blog-hero .breadcrumbs a,
.bnre-blog-hero .page-title-wrap,
.bnre-blog-hero .breadcrumb_last {
	color: rgba(0, 29, 57, 0.68);
}

.bnre-blog-hero .breadcrumbs a:hover,
.bnre-blog-hero .breadcrumb a:hover {
	color: #001d39;
}

.bnre-blog-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.22em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.8);
}

.bnre-blog-hero .bnre-blog-eyebrow {
	color: rgba(0, 29, 57, 0.72);
}

.bnre-blog-eyebrow::before {
	content: "";
	width: 42px;
	height: 1px;
	background: rgba(255, 255, 255, 0.34);
}

.bnre-blog-hero .bnre-blog-eyebrow::before {
	background: rgba(0, 29, 57, 0.22);
}

.bnre-blog-hero h1,
.bnre-single-hero h1,
.bnre-author-box h2,
.bnre-related-posts h2,
.bnre-blog-cta h2,
.bnre-empty-state h2 {
	margin: 0;
	font-family: var(--bnre-blog-heading-font);
	font-weight: 700;
	line-height: 1.04;
	letter-spacing: -0.02em;
	color: var(--bnre-blog-text);
}

.bnre-blog-hero h1 {
	color: #0b2744;
	text-shadow: 0 6px 18px rgba(255, 255, 255, 0.16);
}

.bnre-blog-hero h1 {
	max-width: 10ch;
	font-size: clamp(3.3rem, 6vw, 5.75rem);
}

.bnre-single-hero h1 {
	max-width: 100%;
	font-size: clamp(2.9rem, 5vw, 5rem);
}

.bnre-single-hero__content {
	max-width: 90%;
}

.bnre-single-hero__lede {
	max-width: 760px;
	margin: 24px 0 0;
	font-size: 1.12rem;
	line-height: 1.95;
	color: var(--bnre-blog-text-muted);
}

.bnre-blog-hero p,
.bnre-blog-cta p,
.bnre-empty-state p,
.bnre-author-box p,
.bnre-single-hero__details,
.bnre-post-card__excerpt p,
.bnre-article-body,
.bnre-post-nav__eyebrow,
.bnre-article-shell__head {
	color: var(--bnre-blog-text-muted);
}

.bnre-blog-hero p {
	color: rgba(11, 39, 68, 0.78);
}

.bnre-blog-hero p {
	max-width: 720px;
	margin: 22px 0 0;
	font-size: 1.08rem;
	line-height: 1.95;
}

.bnre-blog-topics {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.bnre-topic-chip,
.bnre-chip {
	display: inline-flex;
	align-items: center;
	padding: 10px 16px;
	border: 1px solid var(--bnre-blog-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--bnre-blog-text);
	font-size: 0.85rem;
	font-weight: 500;
	text-decoration: none;
}

.bnre-blog-hero .bnre-topic-chip {
	border-color: rgba(0, 29, 57, 0.12);
	background: rgba(255, 255, 255, 0.46);
	color: #0b2744;
	backdrop-filter: blur(6px);
}

.bnre-blog-hero .bnre-topic-chip:hover {
	background: rgba(255, 255, 255, 0.7);
	color: #001d39;
}

.bnre-topic-chip:hover,
.bnre-chip:hover {
	background: rgba(255, 255, 255, 0.1);
	color: var(--bnre-blog-text);
	transform: translateY(-1px);
}

.bnre-blog-archive-shell {
	padding: 18px 0 96px;
}

.bnre-blog-featured {
	margin-bottom: 42px;
}

.bnre-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.bnre-post-card {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	overflow: hidden;
	border: 1px solid var(--bnre-blog-border);
	border-radius: var(--bnre-blog-radius);
	background:
		linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.025)),
		linear-gradient(180deg, rgba(14, 44, 77, 0.95), rgba(7, 29, 53, 0.98));
	box-shadow: var(--bnre-blog-shadow-soft);
	backdrop-filter: blur(12px);
}

.bnre-post-card--featured {
	display: grid;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	align-items: stretch;
}

.bnre-post-card:hover {
	transform: translateY(-8px);
	border-color: var(--bnre-blog-border-strong);
	box-shadow: var(--bnre-blog-shadow);
}

.bnre-post-card__media {
	position: relative;
	display: block;
	aspect-ratio: 16 / 11;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.05);
}

.bnre-post-card--featured .bnre-post-card__media {
	aspect-ratio: auto;
	min-height: 100%;
}

.bnre-post-card__media::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.12) 100%);
	pointer-events: none;
}

.bnre-post-card__image,
.bnre-single-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.bnre-post-card__image {
	transition: transform 0.55s ease;
}

.bnre-post-card:hover .bnre-post-card__image {
	transform: scale(1.04);
}

.bnre-post-card__placeholder {
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 70%);
}

.bnre-post-card__body {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	gap: 16px;
	padding: 28px 28px 30px;
}

.bnre-post-card--featured .bnre-post-card__body {
	padding: 42px 40px;
}

.bnre-post-card--grid .bnre-post-card__title,
.bnre-post-card--related .bnre-post-card__title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 3;
}

.bnre-post-card--grid .bnre-post-card__excerpt p,
.bnre-post-card--related .bnre-post-card__excerpt p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 4;
}

.bnre-post-card__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.bnre-post-card__meta,
.bnre-single-hero__details,
.bnre-share-bar,
.bnre-tag-cloud {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	font-size: 0.86rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.bnre-post-card__meta span::before,
.bnre-single-hero__details span::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	margin-right: 18px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.45);
	vertical-align: middle;
}

.bnre-post-card__title,
.bnre-post-card__title a,
.bnre-post-nav__item strong {
	color: var(--bnre-blog-text);
}

.bnre-post-card__title {
	margin: 0;
	font-family: var(--bnre-blog-heading-font);
	font-size: 1.7rem;
	line-height: 1.18;
}

.bnre-post-card--featured .bnre-post-card__title {
	font-size: clamp(2.35rem, 3.4vw, 3.4rem);
}

.bnre-post-card__title a,
.bnre-post-card__link,
.bnre-post-nav__item,
.bnre-share-bar a {
	text-decoration: none;
}

.bnre-post-card__title a:hover,
.bnre-post-card__link:hover,
.bnre-post-nav__item:hover strong,
.bnre-share-bar a:hover,
.bnre-article-body a:hover {
	color: rgba(255, 255, 255, 0.82);
}

.bnre-post-card__excerpt {
	flex: 1 1 auto;
}

.bnre-post-card__excerpt p {
	margin: 0;
	font-size: 1rem;
	line-height: 1.88;
}

.bnre-post-card__link {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: var(--bnre-blog-text);
	font-size: 0.84rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.bnre-post-card__link::after {
	content: "\2192";
}

.bnre-blog-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	justify-content: center;
	margin-top: 48px;
}

.bnre-blog-pagination .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 52px;
	height: 52px;
	padding: 0 18px;
	border: 1px solid var(--bnre-blog-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.035);
	color: var(--bnre-blog-text);
	text-decoration: none;
	font-size: 0.86rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.bnre-blog-pagination .page-numbers.current,
.bnre-blog-pagination .page-numbers:hover {
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.24);
	color: var(--bnre-blog-text);
	transform: translateY(-2px);
}

.bnre-blog-cta,
.bnre-author-box,
.bnre-post-nav,
.bnre-empty-state,
.bnre-blog-comments,
.bnre-single-hero__figure,
.bnre-article-shell {
	border: 1px solid var(--bnre-blog-border);
	border-radius: var(--bnre-blog-radius);
	background: linear-gradient(180deg, var(--bnre-blog-surface), rgba(8, 35, 63, 0.95));
	box-shadow: var(--bnre-blog-shadow-soft);
}

.bnre-blog-cta {
	display: flex;
	gap: 28px;
	align-items: center;
	justify-content: space-between;
	margin-top: 54px;
	padding: 40px 42px;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0.08), transparent 42%),
		linear-gradient(180deg, var(--bnre-blog-surface-strong), rgba(8, 35, 63, 0.98));
}

.bnre-blog-cta__copy {
	max-width: 720px;
}

.bnre-blog-cta h2,
.bnre-related-posts h2 {
	font-size: clamp(1.9rem, 3vw, 2.75rem);
}

.bnre-blog-cta p {
	margin: 16px 0 0;
	line-height: 1.9;
}

.bnre-blog-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.bnre-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 15px 24px;
	border: 1px solid transparent;
	border-radius: 999px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.16em;
	text-decoration: none;
	text-transform: uppercase;
}

.bnre-button--primary {
	background: var(--bnre-blog-text);
	color: var(--bnre-blog-bg);
	box-shadow: 0 12px 28px rgba(255, 255, 255, 0.16);
}

.bnre-button--ghost {
	border-color: var(--bnre-blog-border);
	background: rgba(255, 255, 255, 0.03);
	color: var(--bnre-blog-text);
}

.bnre-button:hover {
	transform: translateY(-2px);
	color: inherit;
}

.bnre-single-hero__figure {
	overflow: hidden;
	margin: 42px 0 0;
}

.bnre-single-hero__image {
	aspect-ratio: 16 / 8.6;
	object-fit: cover;
}

.bnre-single-article {
	padding: 34px 0 96px;
}

.bnre-article-shell,
.bnre-author-box,
.bnre-post-nav,
.bnre-related-posts,
.bnre-blog-comments {
	margin: 0 auto 28px;
}

.bnre-article-shell {
	padding: 40px 40px 44px;
}

.bnre-article-shell__head {
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.09);
}

.bnre-share-bar__label,
.bnre-tag-cloud__label {
	color: var(--bnre-blog-text);
	font-weight: 600;
}

.bnre-share-bar a {
	color: var(--bnre-blog-text-muted);
}

.bnre-share-bar {
	align-items: center;
}

.bnre-article-body {
	max-width: var(--bnre-blog-content-width);
	margin: 0 auto;
	padding-top: 36px;
	font-size: 1.08rem;
	line-height: 2;
}

.bnre-article-body > *:first-child {
	margin-top: 0;
}

.bnre-article-body h1,
.bnre-article-body h2,
.bnre-article-body h3,
.bnre-article-body h4,
.bnre-article-body h5,
.bnre-article-body h6 {
	margin: 2.2em 0 0.7em;
	font-family: var(--bnre-blog-heading-font);
	font-weight: 700;
	line-height: 1.18;
	color: var(--bnre-blog-text);
}

.bnre-article-body h2 {
	font-size: clamp(1.95rem, 3vw, 2.8rem);
}

.bnre-article-body h3 {
	font-size: clamp(1.55rem, 2.4vw, 2.15rem);
}

.bnre-article-body p,
.bnre-article-body ul,
.bnre-article-body ol,
.bnre-article-body blockquote,
.bnre-article-body table,
.bnre-article-body pre,
.bnre-article-body figure {
	margin: 0 0 1.55em;
}

.bnre-article-body strong,
.bnre-article-body b {
	color: var(--bnre-blog-text);
	font-weight: 700;
}

.bnre-article-body a {
	color: var(--bnre-blog-text);
	text-decoration-color: rgba(255, 255, 255, 0.4);
	text-underline-offset: 0.18em;
}

.bnre-article-body ul,
.bnre-article-body ol {
	padding-left: 1.3em;
}

.bnre-article-body li + li {
	margin-top: 0.6em;
}

.bnre-article-body blockquote {
	padding: 28px 32px;
	border-left: 2px solid rgba(255, 255, 255, 0.28);
	border-radius: 0 var(--bnre-blog-radius-sm) var(--bnre-blog-radius-sm) 0;
	background: rgba(255, 255, 255, 0.05);
	font-family: var(--bnre-blog-heading-font);
	font-size: 1.32rem;
	line-height: 1.7;
	color: var(--bnre-blog-text);
}

.bnre-article-body img,
.bnre-article-body iframe,
.bnre-article-body video {
	max-width: 100%;
	height: auto;
	border-radius: var(--bnre-blog-radius-sm);
}

.bnre-article-body figcaption,
.bnre-article-body .wp-caption-text,
.bnre-article-body .blocks-gallery-caption {
	margin-top: 12px;
	font-size: 0.9rem;
	color: var(--bnre-blog-text-soft);
	text-align: center;
}

.bnre-article-body hr,
.bnre-article-body .wp-block-separator {
	height: 1px;
	margin: 2.2em 0;
	border: 0;
	background: rgba(255, 255, 255, 0.12);
}

.bnre-article-body table {
	width: 100%;
	border-collapse: collapse;
	overflow: hidden;
	border-radius: var(--bnre-blog-radius-sm);
}

.bnre-article-body th,
.bnre-article-body td {
	padding: 14px 16px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	text-align: left;
}

.bnre-article-body th {
	background: rgba(255, 255, 255, 0.08);
	color: var(--bnre-blog-text);
}

.bnre-article-body pre,
.bnre-article-body code {
	font-family: Consolas, Monaco, monospace;
}

.bnre-article-body pre {
	overflow-x: auto;
	padding: 20px;
	border-radius: var(--bnre-blog-radius-sm);
	background: rgba(0, 0, 0, 0.24);
	color: #f4f7fb;
}

.bnre-article-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 30px;
}

.bnre-article-pagination span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid var(--bnre-blog-border);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.05);
}

.bnre-tag-cloud {
	max-width: var(--bnre-blog-content-width);
	margin: 36px auto 0;
	padding-top: 28px;
	border-top: 1px solid rgba(255, 255, 255, 0.09);
}

.bnre-author-box,
.bnre-post-nav {
	display: grid;
	gap: 24px;
	padding: 34px 36px;
}

.bnre-author-box {
	grid-template-columns: auto 1fr;
	align-items: center;
}

.bnre-author-box__avatar img {
	width: 96px;
	height: 96px;
	border-radius: 50%;
	border: 1px solid rgba(255, 255, 255, 0.14);
}

.bnre-author-box p {
	max-width: 760px;
	margin: 14px 0 20px;
	line-height: 1.9;
}

.bnre-post-nav {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.bnre-post-nav__item {
	padding: 26px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--bnre-blog-radius-sm);
	background: rgba(255, 255, 255, 0.03);
}

.bnre-post-nav__item:hover {
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.06);
	transform: translateY(-2px);
}

.bnre-post-nav__item--next {
	text-align: right;
}

.bnre-post-nav__eyebrow {
	display: block;
	margin-bottom: 12px;
	font-size: 0.82rem;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.bnre-related-posts {
	margin-bottom: 34px;
}

.bnre-related-posts__heading {
	margin-bottom: 24px;
}

.bnre-blog-comments {
	padding: 34px 36px;
}

.bnre-blog-comments .post-comment-form-wrap,
.bnre-blog-comments .post-comment-wrap,
.bnre-blog-comments .comments-form-wrap,
.bnre-blog-comments .comment-respond,
.bnre-blog-comments .comment-form,
.bnre-blog-comments .comment-form > .row,
.bnre-blog-comments .comment-notes,
.bnre-blog-comments .logged-in-as {
	background: transparent !important;
	color: var(--bnre-blog-text-muted);
	box-shadow: none !important;
}

.bnre-blog-comments .comments-form-wrap,
.bnre-blog-comments .comment-respond,
.bnre-blog-comments .comment-form {
	padding: 0 !important;
	border: 0 !important;
}

.bnre-blog-comments h2,
.bnre-blog-comments h3,
.bnre-blog-comments .title {
	margin-top: 0;
	color: var(--bnre-blog-text);
	font-family: var(--bnre-blog-heading-font);
}

.bnre-blog-comments .logged-in-as,
.bnre-blog-comments .logged-in-as a,
.bnre-blog-comments .comment-reply-title,
.bnre-blog-comments label {
	color: var(--bnre-blog-text-muted);
}

.bnre-blog-comments .logged-in-as a:hover {
	color: var(--bnre-blog-text);
}

.bnre-blog-comments .comment-form-comment,
.bnre-blog-comments .comment-form-author,
.bnre-blog-comments .comment-form-email,
.bnre-blog-comments .comment-form-url,
.bnre-blog-comments .form-submit {
	margin-bottom: 18px;
}

.bnre-blog-comments .form-control,
.bnre-blog-comments input[type="text"],
.bnre-blog-comments input[type="email"],
.bnre-blog-comments input[type="url"],
.bnre-blog-comments textarea,
.bnre-empty-state .searchform input[type="text"],
.bnre-empty-state .searchform input[type="search"] {
	width: 100%;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 14px;
	background: rgba(255, 255, 255, 0.04);
	color: var(--bnre-blog-text);
}

.bnre-blog-comments textarea {
	display: block;
	min-height: 180px !important;
	height: 180px !important;
	padding: 16px 18px;
	resize: vertical;
}

.bnre-blog-comments .form-control:focus,
.bnre-blog-comments input:focus,
.bnre-blog-comments textarea:focus {
	border-color: rgba(255, 255, 255, 0.28);
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.08);
	background: rgba(255, 255, 255, 0.06);
	color: var(--bnre-blog-text);
}

.bnre-blog-comments .btn-primary,
.bnre-blog-comments .submit,
.bnre-blog-comments button[type="submit"],
.bnre-empty-state button,
.bnre-empty-state input[type="submit"] {
	border: 0;
	border-radius: 999px;
	background: var(--bnre-blog-text);
	color: var(--bnre-blog-bg);
	padding: 12px 24px;
	font-weight: 700;
}

.bnre-blog-comments .comments-list {
	margin: 30px 0 0;
	padding: 0;
}

.bnre-blog-comments .comments-list .comment {
	padding: 22px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.bnre-empty-state {
	padding: 48px 38px;
	text-align: center;
}

.bnre-empty-state h2 {
	font-size: clamp(1.9rem, 3vw, 2.7rem);
}

.bnre-empty-state p {
	max-width: 540px;
	margin: 16px auto 0;
	line-height: 1.8;
}

@keyframes bnreFadeUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.bnre-blog-theme *,
	.bnre-blog-theme *::before,
	.bnre-blog-theme *::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

@media (max-width: 1199px) {
	.bnre-post-card--featured {
		grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
	}

	.bnre-blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 991px) {
	.bnre-blog-hero__inner,
	.bnre-single-hero__inner {
		padding: 58px 0 38px;
	}

	.bnre-blog-hero h1,
	.bnre-single-hero h1 {
		max-width: none;
	}

	.bnre-post-card--featured {
		grid-template-columns: 1fr;
	}

	.bnre-blog-cta,
	.bnre-author-box,
	.bnre-post-nav {
		grid-template-columns: 1fr;
		flex-direction: column;
		align-items: flex-start;
	}

	.bnre-post-nav__item--next {
		text-align: left;
	}
}

@media (max-width: 767px) {
	.bnre-blog-archive-shell,
	.bnre-single-article {
		padding-bottom: 68px;
	}

	.bnre-blog-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.bnre-post-card__body,
	.bnre-post-card--featured .bnre-post-card__body,
	.bnre-article-shell,
	.bnre-blog-cta,
	.bnre-author-box,
	.bnre-post-nav,
	.bnre-blog-comments {
		padding: 24px 20px;
	}

	.bnre-blog-hero__inner,
	.bnre-single-hero__inner {
		padding: 48px 0 28px;
	}

	.bnre-blog-hero h1 {
		font-size: clamp(2.65rem, 9vw, 3.6rem);
	}

	.bnre-single-hero h1 {
		font-size: clamp(2.25rem, 8vw, 3.2rem);
	}

	.bnre-blog-hero p,
	.bnre-single-hero__lede {
		font-size: 1rem;
		line-height: 1.8;
	}

	.bnre-author-box__avatar img {
		width: 78px;
		height: 78px;
	}

	.bnre-article-body {
		font-size: 1rem;
		line-height: 1.9;
		padding-top: 28px;
	}

	.bnre-blog-pagination .page-numbers {
		min-width: 44px;
		height: 44px;
		padding: 0 14px;
		font-size: 0.8rem;
	}
}
