.rank-math-breadcrumb{
	margin: 80px 0;
	font-size: 16px;
	line-height: 1.6875;
	color: #707070;
}
.rank-math-breadcrumb > p{
	display: flex;
	align-items: center;
	gap: 10px;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb a:hover{
	color: #707070;
}
.rank-math-breadcrumb a:hover{
	text-decoration: underline;
}
.rank-math-breadcrumb .separator{
	font-size: 0;
	line-height: 1;
}
.rank-math-breadcrumb .separator:before{
	content: url('data:image/svg+xml,<svg width="8" height="13" viewBox="0 0 8 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 12.5L7 6.5L1 0.5" stroke="%23707070"/></svg>');
}
.rank-math-breadcrumb .last{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media (max-width: 767px){
	.rank-math-breadcrumb{
		margin: 40px 0 20px;
	}
}