/**
 * XN88 — Archive, chuyên mục, trang con (Flatsome gọn)
 */

.blog-archive.page-wrapper,
.xn88-page.page-wrapper {
	padding-bottom: 32px;
}

/* Header archive — theo Flatsome, không thêm box */
.xn88-archive-header {
	margin: 0 0 20px;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.xn88-archive-header .page-title {
	margin-bottom: 12px;
}

.xn88-archive-header .taxonomy-description,
.xn88-archive-header .xn88-readmore {
	text-align: left;
}

.xn88-readmore__content {
	font-size: 15px;
	line-height: 1.7;
	color: #555;
}

.xn88-archive-row {
	margin-bottom: 0;
}

/* Empty state */
.xn88-empty-state {
	margin: 16px 0;
	padding: 32px 24px;
	text-align: center;
	background: #fafafa;
	border: 1px solid #eee;
	border-radius: 4px;
}

.xn88-empty-state__icon {
	display: none;
}

.xn88-empty-state__title {
	margin: 0 0 8px;
	font-size: 1.1rem;
	font-weight: 700;
}

.xn88-empty-state__text {
	margin: 0 auto 16px;
	max-width: 40ch;
	font-size: 14px;
	color: #666;
}

/* Trang con */
.xn88-page__inner {
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.xn88-page__header {
	margin-bottom: 16px;
	padding-bottom: 12px;
	border-bottom: 1px solid #ececec;
}

.xn88-page__title {
	margin: 0;
	font-size: 1.75rem;
	font-weight: 700;
}

.xn88-page__content {
	font-size: 15px;
	line-height: 1.75;
}

@media (max-width: 849px) {
	.xn88-archive-header {
		padding-top: 12px;
		margin-bottom: 16px;
	}
}
