/*
Theme Name: nj
Template: blankslate
Author: Your Name
Version: 1.0
*/

/* Breadcrumbs: одна строка с горизонтальным скроллом на мобильных */
@media (max-width: 767px) {
	.breadcrumbs {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: auto;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: thin;
	}
	.breadcrumbs .hero-site__name-gray,
	.breadcrumbs .hero-site__name-blue {
		flex-shrink: 0;
		white-space: nowrap;
	}
	.breadcrumbs .hero-site__name-gray:not(:last-child)::after,
	.breadcrumbs .hero-site__name-blue:not(:last-child)::after {
		content: " / ";
		margin: 0 0.25em;
		white-space: nowrap;
	}
}