#header {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	grid-template-rows: auto auto auto;
	column-gap: 20px;
	align-items: start;
}

#header > br {
	display: none;
}

h1.site-title,
.site-title {
	grid-column: 1;
	grid-row: 1;
	min-height: 0;
	padding-right: 0;
	line-height: 1.15;
	white-space: nowrap;
	font-size: clamp(2rem, 3.5vw, 2.9rem);
}

#anbi {
	grid-column: 2;
	grid-row: 1 / 3;
	align-self: center;
	position: static !important;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	z-index: 1;
}

#anbi img {
	display: block;
	height: 72px;
	width: auto;
	max-width: none;
	border-radius: 0;
}

.site-description {
	grid-column: 1;
	grid-row: 2;
	min-width: 0;
	max-width: 100% !important;
	padding-right: 0 !important;
	margin-top: 0.25rem !important;
	white-space: normal !important;
	overflow: visible;
	font-size: 0.98rem !important;
}

#header > img {
	grid-column: 1 / -1;
	grid-row: 3;
}

@media (max-width: 760px) {
	#anbi img {
		height: 56px;
	}

	h1.site-title,
	.site-title {
		white-space: normal;
	}

	.site-description {
		white-space: normal !important;
		overflow: visible;
		font-size: 0.92rem !important;
	}
}

@media (max-width: 430px) {
	#anbi img {
		height: 48px;
	}
}
