/* Home — composer
 *
 * Vertical rhythm between the stacked home sections.
 */

.bollaert-home {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--16);
	margin-block: var(--wp--preset--spacing--8);
	min-width: 0;
}
