/* Heading Block – Sectioned Style */
.wp-block-heading.is-style-sectioned {
	display: block;
	color: var(--wp--preset--color--contrast);
	background-color: var(--wp--preset--color--accent-2);
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20);
	box-shadow: var(--shadow);
}

.wp-block-navigation.is-style-dots {
	display: flex;
	justify-content: center;
}

.wp-block-navigation.is-style-dots {
	display: flex;
	justify-content: center;

	li {
		display: flex;
		gap: inherit;

		&:not(:last-child)::after {
			content: '';
			display: inline-block;
			width: 1ch;
			height: 1ch;
			background-color: currentColor;
			border-radius: 50%;
		}
	}
}
