/**
 * TD Breadcrumb Block Styles
 * Author: hoangtruong <hoangtruongvann@gmail.com>
 */

.td-breadcrumb,
.td-pd-breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin-bottom: 20px;
	font-size: 14px;
	color: #666666;
	line-height: 1.5;
}

.td-breadcrumb a,
.td-pd-breadcrumb a {
	color: #666666;
	text-decoration: none;
	transition: color 0.2s ease;
}

.td-breadcrumb a:hover,
.td-pd-breadcrumb a:hover {
	color: #1F6F4A;
}

.td-breadcrumb .current,
.td-pd-breadcrumb .current {
	color: #1A1A1A;
	font-weight: 600;
}

.td-breadcrumb .divider,
.td-pd-breadcrumb .divider {
	display: inline-flex;
	align-items: center;
	color: #666666;
}

.td-breadcrumb .divider svg,
.td-pd-breadcrumb .divider svg {
	width: 16px;
	height: 16px;
}
