.rm-byline {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 18px;
	padding: 10px 14px;
	background: #f6f7f7;
	border-left: 3px solid #2271b1;
	border-radius: 3px;
}
.rm-byline img {
	border-radius: 50%;
}
.rm-byline-text a {
	font-weight: 600;
	text-decoration: none;
}
.rm-byline-text {
	font-size: 14px;
	color: #444;
}

.rm-reporter-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 20px 0;
}
.rm-reporter-card {
	text-align: center;
	width: 160px;
	padding: 16px;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
}
.rm-reporter-card img {
	border-radius: 50%;
}
.rm-reporter-card h4 {
	margin: 10px 0 4px;
}
.rm-reporter-card h4 a {
	text-decoration: none;
}

.rm-reporter-posts {
	list-style: none;
	margin: 0;
	padding: 0;
}
.rm-reporter-posts li {
	padding: 8px 0;
	border-bottom: 1px solid #eee;
	display: flex;
	justify-content: space-between;
}
.rm-post-date {
	color: #888;
	font-size: 13px;
}
