.oqp-page-hero {
	min-block-size: var(--wp--custom--site-chrome--hero-min-height);
	background: linear-gradient(135deg, var(--wp--preset--color--surface-strong), var(--wp--preset--color--surface-accent));
	border-radius: 0;
}

.oqp-page-hero .wp-block-cover__image-background {
	object-position: center;
}

.oqp-page-hero__content {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-block-size: inherit;
	padding-block: var(--wp--preset--spacing--90) var(--wp--preset--spacing--70);
}

.oqp-page-hero__title {
	max-inline-size: 14ch;
	margin: 0;
	color: var(--wp--preset--color--on-strong);
	text-wrap: balance;
}

.oqp-page-hero__subtitle {
	max-inline-size: 42rem;
	margin-block: var(--wp--preset--spacing--30) 0;
	color: var(--wp--preset--color--on-strong);
	font-size: var(--wp--preset--font-size--l);
	line-height: 1.45;
	text-wrap: pretty;
}

.oqp-page-hero__subtitle:empty {
	display: none;
}

@media (max-width: 767px) {

	.oqp-page-hero__content {
		padding-block: var(--wp--preset--spacing--80) var(--wp--preset--spacing--60);
	}
}
