/* WACDAS page-specific CSS
 * Intended path: /hp/css/scope/info_service/wacdas.css
 * Hero styling follows the existing GHG page pattern.
 */

.p-wacdas-hero {
	min-height: 180px;
	display: flex;
	align-items: center;
	background:
		linear-gradient(120deg, rgba(0, 60, 117, .96), rgba(0, 91, 172, .82)),
		linear-gradient(30deg, transparent 0 45%, rgba(255, 255, 255, .08) 45% 55%, transparent 55%);
}

.p-wacdas-hero .c-hero__title h1 {
	color: #fff;
}

@media screen and (max-width: 640px) {
	.p-wacdas-hero {
		min-height: 150px;
	}
}
