/**
 * Reports and Tables grid — feature cards on the Reports and Tables page.
 *
 * @package ALW
 * @since   1.0.0
 */

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

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

.reports-tables-grid__description {
	margin-top: 20px;
	font-size: var(--alw-font-size-body);
	line-height: 1.625;
	color: var(--alw-muted-foreground);
}

.reports-tables-grid__icon--1 {
	background-color: oklch(55% 0.12 160 / 0.12);
	color: oklch(45% 0.14 160);
}

.reports-tables-grid__icon--2 {
	background-color: oklch(55% 0.12 240 / 0.12);
	color: oklch(48% 0.14 240);
}

.reports-tables-grid__icon--3 {
	background-color: oklch(55% 0.14 300 / 0.12);
	color: oklch(48% 0.16 300);
}

.reports-tables-grid__icon--4 {
	background-color: oklch(65% 0.16 55 / 0.14);
	color: oklch(52% 0.18 55);
}

.reports-tables-grid__icon--5 {
	background-color: oklch(58% 0.14 25 / 0.12);
	color: oklch(48% 0.16 25);
}

.reports-tables-grid__icon--6 {
	background-color: oklch(55% 0.12 200 / 0.12);
	color: oklch(45% 0.14 200);
}

.reports-tables-grid__icon--7 {
	background-color: oklch(58% 0.14 330 / 0.12);
	color: oklch(48% 0.16 330);
}

.reports-tables-grid__icon--8 {
	background-color: oklch(52% 0.1 195 / 0.12);
	color: oklch(45% 0.12 195);
}

.reports-tables-grid__icon--9 {
	background-color: oklch(58% 0.12 145 / 0.12);
	color: oklch(46% 0.14 145);
}

.reports-tables-grid__icon--10 {
	background-color: oklch(56% 0.11 175 / 0.12);
	color: oklch(44% 0.13 175);
}

.reports-tables-grid__card:nth-child(1) .reports-tables-grid__glow {
	background-color: oklch(55% 0.12 160 / 0.06);
}

.reports-tables-grid__card:nth-child(2) .reports-tables-grid__glow {
	background-color: oklch(55% 0.12 240 / 0.06);
}

.reports-tables-grid__card:nth-child(3) .reports-tables-grid__glow {
	background-color: oklch(55% 0.14 300 / 0.06);
}

.reports-tables-grid__card:nth-child(4) .reports-tables-grid__glow {
	background-color: oklch(65% 0.16 55 / 0.08);
}

.reports-tables-grid__card:nth-child(5) .reports-tables-grid__glow {
	background-color: oklch(58% 0.14 25 / 0.06);
}

.reports-tables-grid__card:nth-child(6) .reports-tables-grid__glow {
	background-color: oklch(55% 0.12 200 / 0.06);
}

.reports-tables-grid__card:nth-child(7) .reports-tables-grid__glow {
	background-color: oklch(58% 0.14 330 / 0.06);
}

.reports-tables-grid__card:nth-child(8) .reports-tables-grid__glow {
	background-color: oklch(52% 0.1 195 / 0.06);
}

.reports-tables-grid__card:nth-child(9) .reports-tables-grid__glow {
	background-color: oklch(58% 0.12 145 / 0.06);
}

.reports-tables-grid__card:nth-child(10) .reports-tables-grid__glow {
	background-color: oklch(56% 0.11 175 / 0.06);
}
