.rank-math-breadcrumb{
	display: flex;
	align-items: center;
	gap: 16px;
	margin: 40px 0;
	font-size: 12px;
	line-height: 1.3333;

	@media (max-width: 767px){
		margin: 20px 0;
	}
	
	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="11" height="13" viewBox="0 0 11 13"><path fill="%23666" d="M1.375 11.5556h2.0625V7.22222h4.125v4.33338H9.625V5.05556l-4.125-3.25-4.125 3.25v6.50004ZM0 13V4.33333L5.5 0 11 4.33333V13H6.1875V8.66667h-1.375V13H0Z"/></svg>');
			}
		}
	}

	.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="10" viewBox="0 0 6 10"><path fill="%23666" d="M3.72973 5 0 1.16667 1.13514 0 6 5l-4.86486 5L0 8.83333 3.72973 5Z"/></svg>');
		}
	}

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