/* 麵包屑整體與分隔符號 */
.custom-breadcrumb .elementor-shortcode {
	color: #999999;
}

/* 首頁與文章分類連結 */
.custom-breadcrumb .elementor-shortcode a {
	color: #333333 !important;
	text-decoration: none;
}

/* 目前文章 */
.custom-breadcrumb .elementor-shortcode .breadcrumb_last {
	color: #b88a4a !important;
}

/* 連結 hover */
.custom-breadcrumb .elementor-shortcode a:hover {
	color: #b88a4a !important;
}
