.dtoc-a6795c6f-wrapper {
	display: flex;
	align-items: center;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.dtoc-a6795c6f-list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex: 1;
	min-width: 0;
}

.dtoc-a6795c6f-item {
	display: flex;
	align-items: center;
	position: relative;
}

.dtoc-a6795c6f-item:not(:last-child)::after {
	content: '';
	display: block;
	width: 1px;
	height: 60%;
	background-color: #e0e0e0;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dtoc-a6795c6f-link {
	text-decoration: none;
	color: #888888;
	transition: color 0.25s ease;
	white-space: nowrap;
	display: block;
}

.dtoc-a6795c6f-link:hover {
	color: #333333;
}

.dtoc-a6795c6f-toggle-btn {
	display: none;
	align-items: center;
	justify-content: center;
	border: none;
	cursor: pointer;
	flex-shrink: 0;
	line-height: 1;
	transition: transform 0.3s ease;
	background-color: #f5f5f5;
}

.dtoc-a6795c6f-toggle-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.dtoc-a6795c6f-placeholder {
	padding: 15px 25px;
	color: #aaa;
	font-style: italic;
}

/* Mobile mode */
.dtoc-a6795c6f-mobile .dtoc-a6795c6f-list {
	flex-direction: column;
	align-items: stretch;
}

.dtoc-a6795c6f-mobile .dtoc-a6795c6f-item {
	width: 100%;
}

/* Hide separators in mobile mode */
.dtoc-a6795c6f-mobile .dtoc-a6795c6f-item:not(:last-child)::after {
	display: none;
}

.dtoc-a6795c6f-mobile .dtoc-a6795c6f-item:not(:first-child) {
	display: none;
}

.dtoc-a6795c6f-mobile .dtoc-a6795c6f-toggle-btn {
	display: flex;
}

/* Expanded state on mobile */
.dtoc-a6795c6f-mobile.dtoc-a6795c6f-expanded .dtoc-a6795c6f-item:not(:first-child) {
	display: flex;
}

.dtoc-a6795c6f-mobile.dtoc-a6795c6f-expanded .dtoc-a6795c6f-toggle-icon {
	transform: rotate(180deg);
}

/* Arrow aligned to top when expanded */
.dtoc-a6795c6f-mobile.dtoc-a6795c6f-expanded {
	align-items: flex-start;
}

.dtoc-a6795c6f-mobile.dtoc-a6795c6f-expanded .dtoc-a6795c6f-toggle-btn {
	margin-top: 10px;
}
