.rank-math-breadcrumb{
	white-space: nowrap;
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 48px;
	font-size: 14px;
	line-height: 1.5714;
	
	a{
		text-decoration: none;

		&:hover{
			text-decoration: underline;
		}
	}

	.separator{
		font-size: 0;

		&::before{
			content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="6" height="8" viewBox="0 0 6 8"><path fill="%23322b2a" d="m0 0 6 4-6 4z"/></svg>');
		}
	}

	.last{
		overflow: hidden;
		text-overflow: ellipsis;
	}
}