/**
 * XN88 — Breadcrumb Rank Math (Flatsome)
 */

/* Thanh breadcrumb — archive / blog */
.xn88-breadcrumb-bar {
	margin: 0 0 24px;
	padding: 11px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #ececec;
}

.xn88-breadcrumb-bar .row {
	margin-bottom: 0;
}

.xn88-breadcrumb-bar .rank-math-breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #777;
}

.xn88-breadcrumb-bar a {
	color: #446084;
	text-decoration: none;
}

.xn88-breadcrumb-bar a:hover {
	color: #111;
	text-decoration: underline;
}

/* Ẩn text " › " mặc định Rank Math */
.xn88-breadcrumb-bar .separator {
	font-size: 0;
	line-height: 0;
	width: 16px;
	height: 14px;
	margin: 0 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: transparent;
}

.xn88-breadcrumb-bar .separator::before {
	content: "/";
	font-size: 12px;
	line-height: 1;
	color: #bbb;
	font-weight: 400;
}

/* Ẩn tên trang hiện tại — đã có H1 bên dưới */
.xn88-breadcrumb-bar .last,
.xn88-breadcrumb-bar .separator:last-of-type {
	display: none !important;
}

/* Trang thường (page) */
.xn88-breadcrumb-wrap {
	margin: 0 0 20px;
	padding: 11px 0;
	background: #f9f9f9;
	border-bottom: 1px solid #ececec;
}

.xn88-breadcrumb-wrap .row {
	margin-bottom: 0;
}

.xn88-breadcrumb-wrap .rank-math-breadcrumb p {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #777;
}

.xn88-breadcrumb-wrap a {
	color: #446084;
	text-decoration: none;
}

.xn88-breadcrumb-wrap a:hover {
	color: #111;
	text-decoration: underline;
}

.xn88-breadcrumb-wrap .separator {
	font-size: 0;
	width: 16px;
	margin: 0 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.xn88-breadcrumb-wrap .separator::before {
	content: "/";
	font-size: 12px;
	color: #bbb;
}

.xn88-breadcrumb-wrap .last {
	font-weight: 600;
	color: #333;
}

@media (max-width: 549px) {
	.xn88-breadcrumb-bar,
	.xn88-breadcrumb-wrap {
		padding: 9px 0;
		margin-bottom: 16px;
	}

	.xn88-breadcrumb-bar .rank-math-breadcrumb p,
	.xn88-breadcrumb-wrap .rank-math-breadcrumb p {
		font-size: 12px;
		justify-content: flex-start;
	}
}
