/**
 * FLOW
 */

main *:first-child {
 	margin-block-start: 0;
}
main * + *:not(br) {
  margin-block-start: var(--flow-space, 1em);
}
*:where(.visually-hidden) + *:not(.visually-hidden) {
  margin-block-start: 0;
}

main .column + * {
	margin-block-start: 0;
}

h1, h2 {
	--flow-space: 0.5em;
}
table td {
	margin-block-start: 0;
}
/* contact */
.profile p {
	--flow-space: 0;
}
p {
	--flow-space: 1em;
}
.workplaces p {
	--flow-space: 0;
}
.workplaces address > *:not(:first-child) {
	margin-block-start: 1em;
}
.workplaces div {
	margin-block-start: var(--flow-space);
}
/* gallery */
.gallery, 
.gallery + section {
	margin-block-start: 4em;
}
.gallery figure {
	--flow-space: 0;
}
@media screen and (min-width: 48em) {
	.gallery figure {
		--flow-space: 0.25rem;
	}
}