.rfzj_question_card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	height: 100%;
	transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.rfzj_question_card:hover {
	background: #fbfdff;
	border-color: #cfe0ff;
	box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.rfzj_question_card__link {
	align-items: flex-start;
	color: inherit;
	display: flex;
	gap: 16px;
	height: 100%;
	padding: 18px 20px;
	text-decoration: none;
}

.rfzj_question_card__link:hover,
.rfzj_question_card__link:focus {
	color: inherit;
	text-decoration: none;
}

.rfzj_question_card__votes {
	align-items: center;
	background: #f8fafc;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #64748b;
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	justify-content: center;
	min-width: 58px;
	padding: 8px 0;
}

.rfzj_question_card__votes strong {
	color: #172033;
	font-size: 21px;
	font-weight: 800;
	line-height: 1;
}

.rfzj_question_card__votes span {
	font-size: 11px;
	margin-top: 3px;
}

.rfzj_question_card__body {
	display: grid;
	flex: 1 1 auto;
	gap: 8px;
	min-width: 0;
}

.rfzj_question_card__title_row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.rfzj_question_card__title {
	color: #172033;
	display: -webkit-box;
	flex: 1 1 280px;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.55;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfzj_question_card:hover .rfzj_question_card__title {
	color: #2563eb;
}

.rfzj_question_card__software,
.rfzj_question_card__status {
	align-items: center;
	border-radius: 5px;
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	gap: 4px;
	line-height: 1.2;
	margin-top: 3px;
	max-width: 100%;
	padding: 4px 9px;
}

.rfzj_question_card__software {
	background: #eef2ff;
	color: #4f46e5;
}

.rfzj_question_card__status {
	background: #fff7ed;
	color: #c2410c;
}

.rfzj_question_card__summary {
	color: #64748b;
	display: -webkit-box;
	font-size: 14px;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfzj_question_card__meta {
	align-items: center;
	color: #94a3b8;
	display: flex;
	font-size: 12px;
	gap: 12px;
	justify-content: space-between;
}

.rfzj_question_card__cta {
	color: #2563eb;
	font-weight: 800;
}

@media (max-width: 767px) {
	.rfzj_question_card__link {
		gap: 12px;
		padding: 14px;
	}

	.rfzj_question_card__votes {
		min-width: 46px;
		padding: 7px 0;
	}

	.rfzj_question_card__votes strong {
		font-size: 17px;
	}

	.rfzj_question_card__title {
		flex-basis: 100%;
		font-size: 15px;
	}

	.rfzj_question_card__software {
		font-size: 11px;
	}
}
