.rpb-box {
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	padding: 14px 16px;
	margin: 18px 0;
	background: #fafafa;
}

.rpb-label {
	font-size: 14px;
	font-weight: 700;
	color: #16a34a;
	margin-bottom: 10px;
}

.rpb-item {
	display: flex;
	align-items: center;
	text-decoration: none;
	color: inherit;
	gap: 12px;
}

.rpb-item + .rpb-item {
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px solid #e5e5e5;
}

.rpb-style-text_only .rpb-text {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.rpb-style-with_thumbnail .rpb-thumb {
	flex: 0 0 90px;
	width: 90px;
	height: 68px;
	border-radius: 4px;
	overflow: hidden;
	background: #eee;
}

.rpb-style-with_thumbnail .rpb-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.rpb-style-with_thumbnail .rpb-text {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex: 1;
}

.rpb-title {
	font-weight: 700;
	font-size: 16px;
	line-height: 1.4;
	color: #111;
}

.rpb-item:hover .rpb-title {
	color: #16a34a;
}

.rpb-date {
	font-size: 13px;
	color: #777;
}
