header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding-inline: 0;
}

.exhibition {
	font-weight: normal;
}

.flag h3 {
	margin: 0;
	margin-bottom: 16px;
	font-size: 1rem;
}

header .report {
	color: var(--color);
	background: none;
	border: 1px solid currentColor;
}

.flag textarea {
	width: 100%;
	resize: none;
	padding: 8px;
}

.flag .buttons {
	display: flex;
	align-items: stretch;
	gap: 8px;
}

.title .exhibition {
	font-size: 0.85rem;
}

.title h2 {
	margin-top: 0;
	border: none;
}
