.rank-math-breadcrumb{
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 32px 0 60px;
	line-height: 1;

	@media (max-width: 767px){
		margin: 24px 0 48px;
	}
	
	a{
		text-decoration: none;

		&:hover{
			text-decoration: underline;
		}

		&:first-child{
			font-size: 0;

			&::before{
				content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="%23b0abcd" stroke-linecap="round" stroke-width="2" d="M9 21v-6.8472c0-.6302.53726-1.1412 1.2-1.1412h3.6c.6627 0 1.2.511 1.2 1.1412V21M11.3046 3.21117 3.50457 8.48603C3.18802 8.7001 3 9.04665 3 9.41605v9.87215C3 20.2336 3.80589 21 4.8 21h14.4c.9941 0 1.8-.7664 1.8-1.7118V9.41605c0-.3694-.188-.71594-.5046-.93002l-7.8-5.27486c-.4163-.28156-.9745-.28156-1.3908 0z"/></svg>');
			}
		}
	}

	.separator{
		font-size: 0;

		&::before{
			content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none" viewBox="0 0 24 24"><path stroke="%23B0ABCD" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="m10 7 5 5-5 5"/></svg>');
		}
	}

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