.press-container {
	margin-top: 15rem;
}

.press-container h2 {
	font-size: var(--fs-500);
	min-height: 132px;
}

.post-type-archive-blog .press-container h2 {
	font-size: var(--fs-500);
	min-height: 4rem;
}

.press-container .post-thumbnail img {
	aspect-ratio: 538 / 215;
	object-fit: cover;
	height: auto;
}



#cmplz-cookies-overview .cmplz-dropdown .cookies-per-purpose div, #cmplz-document .cmplz-dropdown .cookies-per-purpose div, .editor-styles-wrapper .cmplz-unlinked-mode .cmplz-dropdown .cookies-per-purpose div, .name-header, .retention-header, .function-header{
	background-color: var(--clr-black) !important;
}

#cmplz-document{
	margin-block-start: 14rem !important;
}

.wpcf7-acceptance{
	font-size: 0.8rem;
}

.wpcf7-acceptance .wpcf7-list-item{
	margin-inline-start: 0 !important;
}

@media(max-width: 991px){
	.press-container {
		margin-top: 17rem;
	}

	.single-press .lp-hero__image img{
		width: 100%;
		height: auto !important;
		object-fit: cover;
		margin-top: 14.8rem;
		aspect-ratio: 16 / 9;
	}
}