.rank-math-breadcrumb{
	display: flex;
	align-items: center;
	gap: 4px;
	margin: 0 0 28px;
	font-size: 14px;
	line-height: 1.25;

	a{
		text-underline-offset: 4px;
		text-decoration-color: rgba(255,255,255,.5);
	}
	
	.separator{
		font-size: 0;

		&::before{
			content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="5" height="12" fill="none" viewBox="0 0 5 12"><path stroke="white" stroke-opacity=".5" d="M.48286 11.7205 3.58869.1294"/></svg>');
		}
	}

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