.rfzj_customer_card {
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) auto;
	gap: 16px;
	align-items: center;
	width: 100%;
	min-width: 0;
}

.rfzj_customer_card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 16px;
	background: linear-gradient(145deg, #fff3f3, #fbe3e3);
	color: #d1191a;
	font-size: 25px;
	text-decoration: none;
}

.rfzj_customer_card__body {
	min-width: 0;
}

.rfzj_customer_card__title {
	display: -webkit-box;
	overflow: hidden;
	color: var(--rfzj_color_text, #1d1d1f);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
	text-decoration: none;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfzj_customer_card__title:hover,
.rfzj_customer_card__title:focus {
	color: #d1191a;
}

.rfzj_customer_card__industries {
	margin-top: 5px;
	color: #7c8798;
	font-size: 13px;
}

.rfzj_customer_card__summary {
	display: -webkit-box;
	overflow: hidden;
	margin: 7px 0 0;
	color: #667085;
	font-size: 14px;
	line-height: 1.55;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.rfzj_customer_card__software {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 8px;
	margin-top: 9px;
	font-size: 13px;
	line-height: 1.4;
}

.rfzj_customer_card__software span {
	color: #98a2b3;
}

.rfzj_customer_card__software strong {
	overflow: hidden;
	color: #344054;
	font-weight: 600;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.rfzj_customer_card--related {
	grid-template-columns: 76px minmax(0, 1fr) auto;
	gap: 16px;
	min-height: 0;
	padding: 18px 20px;
	border: 1px solid #e7eaf0;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(20, 32, 51, .05);
}

.rfzj_customer_card--related:hover {
	border-color: #f0babb;
	box-shadow: 0 8px 24px rgba(20, 32, 51, .08);
}

.rfzj_customer_card--related .rfzj_customer_card__icon {
	width: 68px;
	height: 68px;
	border: 1px solid #eef0f4;
	border-radius: 14px;
	background: linear-gradient(145deg, #fff3f3, #fbe3e3);
	box-shadow: none;
}

.rfzj_customer_card--related .rfzj_customer_card__title {
	font-size: 17px;
}

.rfzj_customer_card--related .rfzj_customer_card__summary {
	-webkit-line-clamp: 2;
}

@media (max-width: 640px) {
	.rfzj_customer_card {
		grid-template-columns: 52px minmax(0, 1fr);
		gap: 12px;
	}

	.rfzj_customer_card__icon {
		width: 52px;
		height: 52px;
		border-radius: 13px;
		font-size: 21px;
	}

	.rfzj_customer_card__title {
		font-size: 16px;
	}

	.rfzj_customer_card__summary {
		display: none;
	}

	.rfzj_customer_card__cta {
		grid-column: 2;
		justify-self: start;
	}

	.rfzj_customer_card--related {
		grid-template-columns: 58px minmax(0, 1fr);
		gap: 12px;
		padding: 14px;
	}

	.rfzj_customer_card--related .rfzj_customer_card__icon {
		width: 58px;
		height: 58px;
		border-radius: 12px;
	}

	.rfzj_customer_card--related .rfzj_customer_card__title {
		font-size: 16px;
	}

	.rfzj_customer_card--related .rfzj_customer_card__summary {
		display: none;
	}
}
