/**
 * Subject grid — grade-level cards on the Subjects page.
 *
 * @package ALW
 * @since   1.0.0
 */

.subject-grid .alw-feature-card__icon--1 {
	background-color: oklch(55% 0.12 160 / 0.12);
	color: oklch(45% 0.14 160);
}

.subject-grid .alw-feature-card__icon--2 {
	background-color: oklch(55% 0.12 240 / 0.12);
	color: oklch(48% 0.14 240);
}

.subject-grid .alw-feature-card__icon--3 {
	background-color: oklch(55% 0.14 300 / 0.12);
	color: oklch(48% 0.16 300);
}

.subject-grid .alw-feature-card__icon--4 {
	background-color: oklch(65% 0.16 55 / 0.14);
	color: oklch(52% 0.18 55);
}

.subject-grid .alw-feature-card:nth-child(1) .alw-feature-card__glow {
	background-color: oklch(55% 0.12 160 / 0.06);
}

.subject-grid .alw-feature-card:nth-child(2) .alw-feature-card__glow {
	background-color: oklch(55% 0.12 240 / 0.06);
}

.subject-grid .alw-feature-card:nth-child(3) .alw-feature-card__glow {
	background-color: oklch(55% 0.14 300 / 0.06);
}

.subject-grid .alw-feature-card:nth-child(4) .alw-feature-card__glow {
	background-color: oklch(65% 0.16 55 / 0.08);
}
