
html,
:host {
	--header-height: 59px;
	--spacing: 4px;
	scroll-padding-top: var(--header-height);
	height: auto !important;
}

@media not print {
body {
	padding-top: var(--header-height);

	&.menu-open {
		@media (width < 1170px) {
			height: 100vh;
			overflow: hidden;
		}
	}
}
}

body{
	font-family: 'Inter', sans-serif;
	font-size: var(--text-base);
}

#header{
	display: none;
	max-height: 0;
	overflow: hidden;
}

.container{
	width: 100%;
	transition: none;
}

.content_img>a~a {
	margin-top: 5px;
	display: block;
}

.article{
	padding: 0;

	h2{
		margin-top: var(--spacing-md);
		margin-bottom: var(--spacing-sm);
	}
}

#comparisonchart{
	position: relative;
}