/**
 * FLOW
 */

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


h1, h2 {
	--flow-space: 0.5em;
}

/*
h1, h2 {
	--flow-space: calc(2 * var(--flow-space));
}
*/
/*
.tpl-product main section,
.tpl-location main section {
	margin-block-start: 5em;
}
*/
table td {
	margin-block-start: 0;
}
/* contacts */
.profile p {
	--flow-space: 0;
}
/*.workplaces address p:not(:first-child),*/ 
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);
}
/* news */
/*
.news {
	--flow-space: 2em;
}
*/

/* section */
/*
section:has(> h2) h2 {
	--flow-space: 3em;
}
*/
/* gallery */
.gallery, 
.gallery + section {
	margin-block-start: 4em;
}
/*
.gallery, 
.gallery + section {
	--flow-space: 4em;
}
.gallery li {
	--flow-space: 1.5em;
}
*/
.gallery figure/* figcaption*/ {
	--flow-space: 0;
}
@media screen and (min-width: 48em) {
	.gallery figure/* figcaption*/ {
		--flow-space: 0.25rem;
	}
}