body.single-state_briefing,
.research-states-container {
	background-image: url( '../research-bg-compressed.jpg' );
	background-size: 100%;
	background-repeat: repeat;
}

/* ── Research grid ──────────────────────────────────────────── */
.rslc-research-grid {
	display: grid;
	grid-template-columns: repeat( 5, 1fr );
	gap: 16px;
	width: 100%;
}

@media ( max-width: 900px ) {
	.rslc-research-grid {
		grid-template-columns: repeat( 3, 1fr );
	}
}

@media ( max-width: 600px ) {
	.rslc-research-grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

.rslc-research-card {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	aspect-ratio: 1;
	min-width: 0;
	border: 1px solid var(--bde-palette-color-3, #014a7c);
	text-decoration: none;
	overflow: hidden;
	background: #fff;
}

.rslc-research-card__bg {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0.12;
	pointer-events: none;
}

.rslc-research-card__bg svg {
	width: 80%;
	height: 80%;
}

.rslc-research-card__bg svg path {
	fill: var(--bde-palette-color-3, #014a7c) !important;
	stroke: none !important;
}

.rslc-research-card__title {
	position: relative;
	z-index: 1;
	margin: 0 !important;
	text-align: center;
	color: #014a7c !important;
	padding: 8px;
}

/* ── Briefing title ─────────────────────────────────────────── */
h1.rslc-briefing-title,
.breakdance h1.rslc-briefing-title {
	color: #fff !important;
}

h1.rslc-briefing-title i,
.breakdance h1.rslc-briefing-title i {
	color: var(--bde-palette-color-1, #F72646) !important;
	font-style: normal;
}
