/* Keep every SmartWizard dot centred on the connecting line. */
@media (min-width: 769px) {
	.sw-theme-dots > .nav {
		align-items: flex-start;
		flex-wrap: nowrap;
	}

	.sw-theme-dots > .nav::before {
		top: 18px !important;
	}

	.sw-theme-dots > .nav > .nav-item {
		flex: 1 1 0;
		min-width: 0;
	}

	.sw-theme-dots > .nav > .nav-item > .nav-link {
		margin-top: 40px !important;
	}

	.sw-theme-dots > .nav > .nav-item > .nav-link::before {
		top: -36px !important;
	}

	.sw-theme-dots > .nav > .nav-item > .nav-link::after {
		top: -28px !important;
	}
}
