.affinix-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 1.25rem;
}

.affinix-card {
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
	display: flex;
	flex-direction: column;
	height: 100%;
}

.affinix-card__media img {
	width: 100%;
	height: auto;
	display: block;
}

.affinix-card__body {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
	flex: 1 1 auto;
}

.affinix-card__title {
	margin: 0;
	font-size: 1.1rem;
	line-height: 1.35;
}

.affinix-card__discount {
	color: #0f8a5f;
	font-weight: 600;
	margin: 0;
}

.affinix-card__coupon {
	margin: 0;
}

.affinix-card__cta {
	margin-top: auto;
	display: inline-block;
	padding: 0.6rem 0.9rem;
	background: #2d6cdf;
	color: #fff;
	text-decoration: none;
	border-radius: 8px;
	font-weight: 600;
}

.affinix-featured__header {
	margin-bottom: 1rem;
}
