/* MARGINS
========================================================================
*/

:where(section) {
	margin-bottom: var(--sugar-spacing-block);
}

/* Don't apply margin top for following */

:where(h1, h2, h3, h4, h5, h6, hgroup, dl, article, section, table, p) {
	margin-block-start: 0;
}

/* Don't apply margin bottom if the element is the last of its parent */

:where(h1, h2, h3, h4, h5, h6, hgroup, dl, article, section, table, p):last-child {
	margin-block-end: 0;
}
