.alcs-trusted-tools {
	margin: clamp(2rem, 5vw, 4rem) 0;
}

.alcs-trusted-tools__heading {
	display: flex;
	align-items: end;
	justify-content: space-between;
	gap: 2rem;
	margin-bottom: 1.2rem;
}

.alcs-trusted-tools__heading h2 {
	margin: .25rem 0 0;
	font-size: clamp(1.7rem, 3vw, 2.5rem);
	line-height: 1.12;
}

.alcs-trusted-tools__heading > p {
	max-width: 38rem;
	margin: 0;
	color: #52616b;
}

.alcs-trusted-tools__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: .9rem;
}

.alcs-trusted-tools__grid > a {
	display: flex;
	min-height: 10rem;
	flex-direction: column;
	padding: 1.1rem;
	border: 1px solid #d8dcd9;
	border-radius: 12px;
	background: #fff;
	color: #22303c;
	text-decoration: none;
	box-shadow: 0 8px 22px rgba(34, 48, 60, .05);
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.alcs-trusted-tools__grid > a:hover,
.alcs-trusted-tools__grid > a:focus-visible {
	transform: translateY(-2px);
	border-color: #e76f3c;
	box-shadow: 0 12px 28px rgba(34, 48, 60, .1);
}

.alcs-trusted-tools__grid strong {
	font: 700 1rem/1.3 Arial, sans-serif;
}

.alcs-trusted-tools__grid span {
	display: block;
	margin-top: .55rem;
	color: #52616b;
	font-size: .9rem;
	line-height: 1.45;
}

.alcs-trusted-tools__grid small {
	margin-top: auto;
	padding-top: .85rem;
	color: #b54d23;
	font: 700 .78rem/1.3 Arial, sans-serif;
}

.alcs-resource-article-heading {
	margin: clamp(2.5rem, 6vw, 5rem) 0 1.2rem;
}

.alcs-resource-article-heading h2 {
	max-width: 52rem;
	margin: .25rem 0 .5rem;
	font-size: clamp(1.8rem, 3.5vw, 2.8rem);
	line-height: 1.12;
}

.alcs-resource-article-heading > p:last-child {
	color: #52616b;
}

.alcs-resource-filter {
	grid-template-columns: minmax(18rem, 2fr) minmax(11rem, 1fr) minmax(11rem, 1fr) auto !important;
}

.alcs-resource-filter button {
	align-self: end;
}

@media (max-width: 980px) {
	.alcs-trusted-tools__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.alcs-resource-filter {
		grid-template-columns: 1fr 1fr !important;
	}

	.alcs-resource-filter label:first-child {
		grid-column: 1 / -1;
	}
}

@media (max-width: 620px) {
	.alcs-trusted-tools__heading {
		display: block;
	}

	.alcs-trusted-tools__heading > p {
		margin-top: .75rem;
	}

	.alcs-trusted-tools__grid,
	.alcs-resource-filter {
		grid-template-columns: 1fr !important;
	}

	.alcs-resource-filter label:first-child {
		grid-column: auto;
	}
}
