.rank-math-breadcrumb{
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 30px 0 50px;
	font-size: 14px;
	line-height: 1.5714;

	@media (max-width: 767px){
		height: 50px;
		margin: 0;
		opacity: 0;
		pointer-events: none;
	}

	.separator{
		font-size: 0;
		line-height: 1;

		&::before{
			content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="9" fill="none" viewBox="0 0 6 9"><path stroke="black" stroke-linecap="square" stroke-width="1.3" d="m.91895 7.41943 3.25-3.25-3.25-3.25"/></svg>');
		}
	}

	.last{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}