/**
 * Exams grid — feature cards on the Exams page.
 *
 * @package ALW
 * @since   1.0.0
 */

.exams-grid .alw-feature-grid {
	grid-template-columns: minmax(0, 1fr);
}

@media (min-width: 768px) {
	.exams-grid .alw-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.exams-grid .alw-feature-card__description {
	margin-top: 20px;
	font-size: var(--alw-font-size-body);
	line-height: 1.625;
	color: var(--alw-muted-foreground);
}

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

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

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

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

.exams-grid .alw-feature-card__icon--5 {
	background-color: oklch(58% 0.14 25 / 0.12);
	color: oklch(48% 0.16 25);
}

.exams-grid .alw-feature-card__icon--6 {
	background-color: oklch(55% 0.12 200 / 0.12);
	color: oklch(45% 0.14 200);
}

.exams-grid .alw-feature-card__icon--7 {
	background-color: oklch(58% 0.14 330 / 0.12);
	color: oklch(48% 0.16 330);
}

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

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

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

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

.exams-grid .alw-feature-card:nth-child(5) .alw-feature-card__glow {
	background-color: oklch(58% 0.14 25 / 0.06);
}

.exams-grid .alw-feature-card:nth-child(6) .alw-feature-card__glow {
	background-color: oklch(55% 0.12 200 / 0.06);
}

.exams-grid .alw-feature-card:nth-child(7) .alw-feature-card__glow {
	background-color: oklch(58% 0.14 330 / 0.06);
}
