/* Trang FAQ — mẫu zumiuniform.vn/faq */

body.hl-faq-view {
	overflow-x: clip;
}

body.hl-faq-view #content.site-content > .container {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

body.hl-faq-view #content.site-content > .container > .row {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.hl-faq-view #primary.page-no-sidebar {
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-bottom: 0;
}

body.hl-faq-view article.hentry {
	margin-bottom: 0 !important;
}

body.hl-faq-view .entry-content {
	margin: 0;
	padding: 0;
	--hl-faq-color: #0b0284;
	--maincolor: var(--hl-faq-color);
	font-family: Alexandria, Tahoma, Arial, sans-serif;
	background-color: #fff;
	color: #212529;
}

body.hl-faq-view .entry-content .wrapper-breadcrums {
	background-color: var(--hl-faq-color);
	padding: 5px 0;
	color: #fff;
}

body.hl-faq-view .entry-content .wrapper-breadcrums h1 {
	margin: 30px 0 10px;
	font-size: 2.5rem;
	font-weight: 600;
	color: #fff;
	line-height: 1.2;
	text-transform: uppercase;
}

body.hl-faq-view .entry-content .wrapper-breadcrums a {
	color: #fff;
	text-decoration: none;
	transition: all 0.25s ease;
}

body.hl-faq-view .entry-content .wrapper-breadcrums a:hover {
	color: #fff;
	opacity: 0.9;
	text-decoration: underline;
}

body.hl-faq-view .entry-content .wrapper-breadcrums .breadcrumb {
	background: transparent !important;
	margin-bottom: 0;
	padding: 0 0 10px;
	display: block;
}

body.hl-faq-view .entry-content .wrapper-breadcrums .breadcrumb ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	background: transparent;
}

body.hl-faq-view .entry-content .wrapper-breadcrums .breadcrumb ul > li {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #fff;
}

body.hl-faq-view .entry-content .wrapper-breadcrums .breadcrumb .delimiter {
	margin: 0 8px;
	opacity: 0.85;
	color: #fff;
}

body.hl-faq-view .entry-content .wrapper-breadcrums .breadcrumb .current-item {
	font-weight: 600;
	color: #fff;
}

body.hl-faq-view .entry-content > .container.my-4 {
	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
}

body.hl-faq-view .faq-section {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 40px;
}

body.hl-faq-view .faq-section > .container {
	width: 100%;
	max-width: none;
	padding: 0;
}

body.hl-faq-view .faq-page-layout {
	display: flex;
	gap: 32px;
	align-items: flex-start;
}

body.hl-faq-view .faq-main {
	flex: 3 1 0;
	min-width: 0;
}

body.hl-faq-view .faq-sidebar {
	flex: 1 1 0;
	min-width: 220px;
	max-width: 280px;
	position: sticky;
	top: 24px;
}

body.hl-faq-view .faq-sidebar-inner {
	background: #fff !important;
    border-radius: 12px;
    border: 1px solid #e8e8e8;
    padding: 20px;
}

body.hl-faq-view .faq-sidebar-title {
	font-size: 16px;
	font-weight: 700;
	color: #1f2d3d;
	margin: 0 0 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid rgba(31, 45, 61, 0.12);
}

body.hl-faq-view .faq-category-nav {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

body.hl-faq-view .faq-category-link {
    display: block;
    padding: 12px 16px;
    border-radius: 8px;
    background: #f5f5f5;
    color: #333;
    font-size: 15px;
    text-decoration: none;
    transition: background .2s, color .2s;
}

body.hl-faq-view .faq-category-link:hover {
	background: rgba(255, 255, 255, 0.7);
	color: var(--hl-faq-color);
}

body.hl-faq-view .faq-category-link.is-active {
    background: #0b0284;
    color: #fff;
    font-weight: 600;
}

body.hl-faq-view .faq-empty {
	margin: 0;
	padding: 24px 0;
	font-size: 15px;
	color: #5a6673;
}

body.hl-faq-view .faq-col {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

body.hl-faq-view .faq-col-single {
	width: 100%;
}

body.hl-faq-view .faq-item {
	border-radius: 8px;
	background: #f3f5f7;
	transition: box-shadow .2s ease;
}

body.hl-faq-view .faq-item:hover {
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
}

body.hl-faq-view .faq-item summary {
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	cursor: pointer;
	padding: 18px 22px;
	color: #1f2d3d;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
}

body.hl-faq-view .faq-item summary::-webkit-details-marker {
	display: none;
}

body.hl-faq-view .faq-icon {
	color: #1f2d3d;
	font-size: 24px;
	line-height: 1;
	font-weight: 500;
	flex-shrink: 0;
	transition: transform .2s ease;
	display: inline-block;
}

body.hl-faq-view .faq-item[open] .faq-icon {
	transform: rotate(45deg);
}

body.hl-faq-view .faq-answer {
	padding: 0 22px 18px;
	color: #5a6673;
	font-size: 15px;
	line-height: 1.7;
}

body.hl-faq-view .faq-answer p {
	margin: 0 0 0.75em;
}

body.hl-faq-view .faq-answer p:last-child {
	margin-bottom: 0;
}

body.hl-faq-view .faq-answer ul,
body.hl-faq-view .faq-answer ol {
	margin: 0 0 0.75em;
	padding-left: 1.25em;
}

body.hl-faq-view .faq-answer img {
	max-width: 100%;
	height: auto;
}

body.hl-faq-view .faq-main > .pagination {
	margin: 30px 0 0;
	padding-left: 0;
	list-style: none;
	flex-wrap: wrap;
}

body.hl-faq-view .faq-main > .pagination .page-item {
	display: inline-block;
	margin: 0;
}

body.hl-faq-view .faq-main > .pagination .page-link {
	position: relative;
	display: block;
	min-width: 38px;
	padding: 0.5rem 0.75rem;
	line-height: 1.25;
	color: #333;
	background-color: #fff;
	border: 1px solid #dee2e6;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	transition: all 0.25s ease;
}

body.hl-faq-view .faq-main > .pagination .page-link:hover,
body.hl-faq-view .faq-main > .pagination .page-link:focus {
	z-index: 2;
	color: var(--hl-faq-color);
	background-color: #fff;
	border-color: var(--hl-faq-color);
}

body.hl-faq-view .faq-main > .pagination .page-item.active .page-link {
	color: #fff;
	background-color: var(--hl-faq-color);
	border-color: var(--hl-faq-color);
}

body.hl-faq-view .faq-main > .pagination .page-item.disabled .page-link {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
	border-color: #dee2e6;
	opacity: 0.65;
}

@media (max-width: 991.98px) {
	body.hl-faq-view .entry-content .wrapper-breadcrums h1 {
		font-size: 1.75rem;
		margin-top: 18px;
	}

	body.hl-faq-view .faq-page-layout {
		flex-direction: column;
	}

	body.hl-faq-view .faq-main,
	body.hl-faq-view .faq-sidebar {
		width: 100%;
		max-width: none;
		flex: none;
		position: static;
	}

	body.hl-faq-view .faq-item summary {
		font-size: 16px;
		padding: 16px 18px;
	}

	body.hl-faq-view .faq-answer {
		padding: 0 18px 16px;
	}
}
