body {
	font-family: system-ui, sans-serif;
	display: flex;
	height: 100vh;
	margin: 0;
}

form {
	padding: 0.5rem;
	width: fit-content;
	overflow: scroll;
}

iframe {
	flex: auto;
	border: 0;
}

fieldset, label {
	display: flex;
	flex-direction: column;
	margin-inline: 0;
	margin-bottom: 1rem;
}

.address > div, .item > div {
	display: flex;
	column-gap: 1rem;
}

.address .city, .item .description {
	flex: auto;
}