.wpbfc-card {
	border: 1px solid #eaeaea;
	border-radius: 8px;
	background: #fff;
	padding: 30px;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.wpbfc-card:hover {
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

.wpbfc-card__icon {
	font-size: 42px;
	line-height: 1;
	margin-bottom: 16px;
}

.wpbfc-card__title {
	margin: 0 0 10px;
	font-size: 20px;
}

.wpbfc-card__desc {
	margin: 0 0 18px;
	color: #666;
	line-height: 1.6;
}

.wpbfc-card__button {
	display: inline-block;
	padding: 10px 22px;
	border-radius: 6px;
	color: #fff !important;
	text-decoration: none;
	font-weight: 600;
}

.wpbfc-card__button:hover {
	opacity: 0.9;
	color: #fff !important;
}
