.cn-c4t9nav82-wrapper {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
}

.cn-c4t9nav82-list,
.cn-c4t9nav82-children {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.cn-c4t9nav82-item {
	margin: 0;
	padding: 0;
	width: 100%;
}

.cn-c4t9nav82-has-divider .cn-c4t9nav82-list > .cn-c4t9nav82-item + .cn-c4t9nav82-item {
	border-top: 1px solid #e8e8e8;
}

.cn-c4t9nav82-has-divider .cn-c4t9nav82-children > .cn-c4t9nav82-item {
	border-top: 1px solid #e8e8e8;
}

.cn-c4t9nav82-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	width: 100%;
	padding: 12px 0;
	box-sizing: border-box;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.cn-c4t9nav82-link {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	width: auto;
	max-width: 100%;
	color: #333;
	font-size: 16px;
	font-weight: 500;
	text-align: left;
	text-decoration: none;
	line-height: 1.4;
	transition: color 0.2s ease;
}

.cn-is-stretch .cn-c4t9nav82-link {
	flex: 1 1 auto;
	min-width: 0;
}

.cn-c4t9nav82-label {
	min-width: 0;
	overflow-wrap: anywhere;
	text-align: left;
}

.cn-c4t9nav82-count {
	flex-shrink: 0;
	opacity: 0.7;
	font-size: 0.92em;
}

.cn-c4t9nav82-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	line-height: 1;
	color: #666;
	font-size: 14px;
	transition: color 0.2s ease;
}

.cn-c4t9nav82-icon i,
.cn-c4t9nav82-icon svg {
	color: inherit;
	fill: currentColor;
}

.cn-c4t9nav82-icon svg {
	width: 1em;
	height: 1em;
	display: block;
}

.cn-c4t9nav82-caret,
.cn-c4t9nav82-toggle {
	all: unset;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: auto;
	color: #888;
	font-size: 14px;
	line-height: 1;
	padding: 2px;
	border-radius: 4px;
	transition: color 0.2s ease, transform 0.25s ease;
	-webkit-appearance: none;
	appearance: none;
}

button.cn-c4t9nav82-toggle {
	cursor: pointer;
}

.cn-c4t9nav82-caret:hover,
.cn-c4t9nav82-toggle:hover,
.cn-c4t9nav82-toggle:focus-visible {
	color: #333;
}

.cn-c4t9nav82-toggle:focus-visible {
	outline: 2px solid #888;
	outline-offset: 2px;
}

.cn-c4t9nav82-caret i,
.cn-c4t9nav82-caret svg,
.cn-c4t9nav82-toggle i,
.cn-c4t9nav82-toggle svg {
	color: inherit;
	fill: currentColor;
}

.cn-c4t9nav82-caret svg,
.cn-c4t9nav82-toggle svg {
	width: 1em;
	height: 1em;
	display: block;
}

.cn-c4t9nav82-angle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.cn-c4t9nav82-angle--open {
	display: none;
}

.cn-c4t9nav82-item.is-open > .cn-c4t9nav82-row > .cn-c4t9nav82-caret .cn-c4t9nav82-angle--closed {
	display: none;
}

.cn-c4t9nav82-item.is-open > .cn-c4t9nav82-row > .cn-c4t9nav82-caret .cn-c4t9nav82-angle--open {
	display: inline-flex;
}

.cn-c4t9nav82-children {
	overflow: hidden;
	padding-left: 18px;
}

.cn-c4t9nav82-children[hidden] {
	display: none !important;
}

.cn-c4t9nav82-children.is-animating {
	display: block !important;
}

.cn-c4t9nav82-empty {
	margin: 0;
	padding: 12px 0;
	color: #888;
	font-size: 14px;
}
