.yoast-breadcrumbs {
	color: var(--wp--preset--color--base);
	> span {
		display: flex;
		align-items: center;
		gap: var(--bl);

		> span:first-of-type {
			display: flex;
			align-items: center;
			gap: 6px;
			&::before {
				content: url('../../icons/home.svg');
				display: inline-block;
			}
		}
	}

	a {
		text-decoration: none;
		color: var(--wp--preset--color--base);
	}
}