.rank-math-breadcrumb{
	white-space: nowrap;
	margin: 80px 0 48px;
	padding: 2px 0;
	font-size: 14px;
	font-style: italic;
	line-height: 1;
	color: var(--wp--preset--color--a-4-a-6-ac);
}
.rank-math-breadcrumb > p{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}
.rank-math-breadcrumb a,
.rank-math-breadcrumb a:hover{
	color: var(--wp--preset--color--a-4-a-6-ac);
	text-decoration: none;
}
.rank-math-breadcrumb a:hover{
	text-decoration: underline;
}
.rank-math-breadcrumb a:first-child{
	font-size: 0;
}
.rank-math-breadcrumb a:first-child:after{
	content: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg"><path d="M0.799822 8.80007H1.59981V14.4C1.59981 15.2824 2.31741 16 3.1998 16H12.7997C13.6821 16 14.3997 15.2824 14.3997 14.4V8.80007H15.1997C15.3579 8.80004 15.5125 8.7531 15.644 8.6652C15.7756 8.57729 15.8781 8.45236 15.9386 8.3062C15.9991 8.16004 16.015 7.99922 15.9841 7.84406C15.9533 7.6889 15.8771 7.54637 15.7653 7.43449L8.56534 0.234559C8.49111 0.160203 8.40295 0.101213 8.3059 0.0609648C8.20885 0.0207167 8.10482 0 7.99975 0C7.89468 0 7.79065 0.0207167 7.6936 0.0609648C7.59655 0.101213 7.50839 0.160203 7.43416 0.234559L0.234227 7.43449C0.122381 7.54637 0.0462164 7.6889 0.0153626 7.84406C-0.0154911 7.99922 0.000351157 8.16004 0.0608866 8.3062C0.121422 8.45236 0.223933 8.57729 0.355459 8.6652C0.486986 8.7531 0.641623 8.80004 0.799822 8.80007ZM6.39977 14.4V10.4001H9.59973V14.4H6.39977ZM7.99975 1.93134L12.7997 6.73129L12.8005 14.4H11.1997V10.4001C11.1997 9.51766 10.4821 8.80007 9.59973 8.80007H6.39977C5.51737 8.80007 4.79978 9.51766 4.79978 10.4001V14.4H3.1998V6.73129L7.99975 1.93134Z" fill="%23A4A6AC"/></svg>');
}
.rank-math-breadcrumb .separator{
	font-size: 0;
	line-height: 1;
}
.rank-math-breadcrumb .separator:before{
	content: url('data:image/svg+xml,<svg width="6" height="8" viewBox="0 0 6 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 7L4 4L1 1" stroke="%23C8CCD3" stroke-width="1.5" stroke-linecap="round"/></svg>');
}
.rank-math-breadcrumb .last{
	min-width: 50px;
	padding: 2px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	color: var(--wp--preset--color--etel-blau);
}
.has-white-color .rank-math-breadcrumb .last{
	color: #fff;
}

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