.contact-block {
	&:not(:empty) {
		margin: 10px 0;
	}
	span {
		white-space: nowrap;
		display: inline-block;
		&:not(:last-child)::after {
			margin: 0 5px;
			content: '|';
		}
	}
}
