@media print {
	/* All your print styles go here */
	html {
		background: unset !important;
		background-image: unset !important;
	}

	.dhv-header__nav__categories, .dhv-header__main__search, .dhv-header__main__menu, footer {
		display: none !important;
	}

	.dhv-article-header {
		margin-top: 0 !important;
	}

	.dhv-header__main {
		justify-content: center !important;
	}

	.dhv-article-header__image {
		display: none !important;
	}

	.dhv-article-header__interaction, .dhv-article-header__skip, .ct-article__content__comments, .ct-article__content__tags, .ct-article__content--ad {
		display: none !important;
	}

	.ct-article__content * {
		font-size: var(--font-size-s) !important;
		margin: 0 !important;
		padding: 1px !important;
	}

	.ct-article .ct-article__content__ingredients__ingredient {
		padding: 0 !important;
	}

	.ct-article__content__ingredients {
		margin: 0 !important;
		border: unset !important;
		border-radius: 0 !important;
		box-shadow: unset !important;
		padding-block: 0 !important;
	}

	.button, input, picture {
		display: none !important;
	}

}
