#hero {
	max-height: 250px;
	object-fit: contain;
	background: linear-gradient(-90deg, #dccec5 50%, #fff8f0 50%);
	width: 100%;
	box-shadow: 0 -5px 5px 5px black;
}

#openingform { margin-top: 0; }

.step p {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-content: space-around;
	justify-content: space-around;
	max-height: 280px;
	line-height: 1.2em;
}

.first + .step p {
	max-height: 180px;
	padding-bottom: 3px;
}

.first + .step + .step p {
	max-height: unset;
	padding-bottom: unset;
}

.first + .step + .step p label {
	max-height: unset;
	padding-bottom: unset;
	min-height: 28px;
	align-content: center;
	pointer-events: none;
}

.first + .step + .step p label *:not(input, span) { pointer-events: all; }

.first + .step + .step p label:first-child {
	margin-bottom: 15px;
	min-height: unset;
}

.first p label, .first + .step p label {
	width: 45%;
	flex-grow: 1;
}

.step p label input, .step p label select {
	width: calc(100% - 6px);
	margin-top: 2px;
}

.step p label input[type="checkbox"] {
	width: unset;
	margin: 3px 0;
	transform: translateY(1px);
}

.step p label input[type="checkbox"] + input {
	margin: 0 5px -2px;
	width: unset;
	height: 17px;
	font-size: 13px;
	display: inline-block;
}

.step p label input[type="checkbox"] + input:disabled { color: #0007; }

.step p label:first-child a { word-break: break-word; }

.step p label input[type="file"], .step p label i,
	.step p label i.uploaded ~ *, #placebutton + a { display: none; }

.step p label i.uploaded { display: inline-block; }

.ast {
	color: red;
	transform: translate(-2px, -3px);
	display: inline-block;
	font-size: 12px;
}

.acclist { max-width: 91%; }

.acclist button { margin: unset; }

.acclist b { margin-right: 5px; font-weight: 500; }

#review {
	gap: 3px;
	max-height: unset;
}

#review i { opacity: .35; }

#placebutton[inert] {
	text-decoration: line-through;
	opacity: .5;
}

.last#currentstep + .acclist > #placebutton[inert] + a {
	color: red;
	font-size: 14px;
	text-align: center;
	display: block;
	text-wrap: balance;
}

.last#currentstep + .acclist > #placebutton[inert] + a:not(:hover, :focus) {
	text-decoration: none;
}

nav.footer { display: block; }

@media (max-width: 600px) {
	.first + .step p { max-height: 350px; }
	.first + .step p label { width: unset; }
	label[for="estVolume"] { margin-top: 10px; }
}