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

.ek-packaging-card {
	background: #fff;
	border: 1px solid rgba(52, 102, 170, .08);
	border-radius: 20px;
	padding: 1.25rem;
	box-shadow: 0 12px 30px rgba(52, 102, 170, .06);
	display: flex;
	flex-direction: column;
	gap: .65rem;
}

.ek-packaging-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
}

.ek-packaging-card__title {
	margin: 0;
	font-size: 1.15rem;
	line-height: 1.25;
	font-weight: 800;
	color: #333333;
}

.ek-packaging-card__price {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 800;
	color: #3466aa;
	white-space: nowrap;
}

.ek-packaging-card__specs,
.ek-packaging-card__note {
	margin: 0;
	color: #333333;
	line-height: 1.6;
}

.ek-packaging-card__note {
	font-weight: 600;
}
