.na-rg-wrapper {
	margin: 1.5em 0;
}
.na-rg-wrapper.na-rg-full {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	box-sizing: border-box;
}
.na-rg-wrapper.na-rg-full .na-rg-inner {
	padding-left: 2em;
	padding-right: 2em;
	box-sizing: border-box;
}
.na-rg-inner {
	max-width: var(--na-rg-maxwidth, none);
	margin-left: auto;
	margin-right: auto;
}
.na-rg-filter {
	margin-bottom: 1.5em;
	display: flex;
	align-items: center;
	gap: 1.5em;
	flex-wrap: wrap;
	justify-content: space-between;
}
.na-rg-filter-group {
	display: flex;
	align-items: center;
	gap: 0.5em;
	flex-wrap: wrap;
}
.na-rg-filter label {
	font-weight: 600;
}
.na-rg-filter select,
.na-rg-filter input[type="search"] {
	padding: 0.4em 0.6em;
	font-size: 1em;
}
.na-rg-filter button {
	padding: 0.45em 1em;
	cursor: pointer;
}
.na-rg-clear-search {
	font-size: 0.9em;
}
.na-rg-search-heading {
	font-weight: 600;
	margin: 0 0 1em;
}
.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	white-space: nowrap;
}
.na-rg-grid {
	display: grid;
	grid-template-columns: repeat(var(--na-rg-columns, 3), 1fr);
	gap: 1.5em;
}
@media (max-width: 782px) {
	.na-rg-grid {
		grid-template-columns: 1fr;
	}
}
.na-rg-card {
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 1.2em;
	display: flex;
	flex-direction: column;
	gap: 0.6em;
	background: var(--na-rg-card-bg, #fff);
}
.na-rg-card-title {
	margin: 0;
	font-size: 1.1em;
	line-height: 1.3;
}
.na-rg-card-date {
	margin: 0;
	color: #555;
	font-size: 0.95em;
}
.na-rg-card-readmore {
	margin-top: auto;
	display: inline-block;
	padding: 0.5em 1em;
	background: #2271b1;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	text-align: center;
	font-weight: 600;
}
.na-rg-card-readmore:hover,
.na-rg-card-readmore:focus {
	background: #135e96;
	color: #fff;
}

.na-rg-single {
	max-width: 800px;
	margin: 0 auto;
}
.na-rg-back {
	margin-bottom: 1em;
}
.na-rg-back a {
	text-decoration: none;
	font-weight: 600;
}
.na-rg-single-title {
	margin-bottom: 0.2em;
}
.na-rg-single-date {
	color: #555;
	margin-top: 0;
	margin-bottom: 1.5em;
}
.na-rg-single-content {
	line-height: 1.6;
}
.na-rg-single-content img {
	max-width: 100%;
	height: auto;
}
.na-rg-single-nav {
	display: flex;
	justify-content: space-between;
	margin-top: 2em;
	padding-top: 1em;
	border-top: 1px solid #ddd;
}
.na-rg-single-nav a {
	text-decoration: none;
	font-weight: 600;
}
