.rfzj_guide_card--compact {
	display: grid;
	grid-template-columns: 64px minmax(0, 1fr) 24px;
	gap: 12px;
	align-items: center;
	width: 100%;
	min-height: 88px;
	padding: 11px 0;
	border-bottom: 1px solid #eef0f3;
}

.rfzj_guide_card--compact:last-child {
	border-bottom: 0;
}

.rfzj_guide_card__media {
	display: block;
	overflow: hidden;
	width: 64px;
	aspect-ratio: 1;
	padding: 6px;
	border: 1px solid #eef0f3;
	border-radius: 14px;
	background: #f8f9fb;
}

.rfzj_guide_card__media img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: contain;
}

.rfzj_guide_card__body {
	min-width: 0;
}

.rfzj_guide_card__title {
	display: -webkit-box;
	overflow: hidden;
	color: #202124;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfzj_guide_card__title:hover {
	color: #d1191a;
	text-decoration: none;
}

.rfzj_guide_card__meta {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 6px;
	color: #98a2b3;
	font-size: 12px;
}

.rfzj_guide_card__meta time::before {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: 0 8px 2px 0;
	border-radius: 50%;
	background: currentColor;
	content: "";
}

.rfzj_guide_card__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 24px;
	height: 32px;
	color: #c7cbd1;
	transition: color .2s ease, transform .2s ease;
}

.rfzj_guide_card__arrow svg {
	width: 18px;
	height: 18px;
}

.rfzj_guide_card--compact:hover .rfzj_guide_card__arrow {
	color: #d1191a;
	transform: translateX(2px);
}

@media (max-width: 640px) {
	.rfzj_guide_card--compact {
		grid-template-columns: 58px minmax(0, 1fr) 22px;
		gap: 10px;
		padding: 10px 0;
	}

	.rfzj_guide_card__media {
		width: 58px;
		border-radius: 13px;
	}
}
