main.resource-type-archive .resource-type-results__header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
	position: relative;
	z-index: 2;
}

main.resource-type-archive .resource-type-results__header h4 {
	color: #00002e;
	font-size: 32px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
}

main.resource-type-archive .resource-type-results__all.button.secondary {
	background: linear-gradient(90deg, #e3ebfd 0%, #e3ebfd 49%, #fff 50%, #fff 100%);
	background-position: 100% 50%;
	background-size: 202% 100%;
	color: #00002e !important;
}

main.resource-type-archive .resource-type-results__all.button.secondary:hover,
main.resource-type-archive .resource-type-results__all.button.secondary:focus-visible {
	background-position: 0% 50%;
	color: #00002e !important;
}

@media screen and (max-width: 768px) {
	main.resource-type-archive .resource-type-results__header {
		align-items: flex-start;
		flex-direction: column;
		gap: 20px;
	}

	main.resource-type-archive .resource-type-results__header h4 {
		font-size: 28px;
	}
}
