.angie-pc-sidebar-874dae7a {
	display: block;
	width: 100%;
}

.angie-pc-sidebar-874dae7a ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.angie-pc-sidebar-874dae7a .pc-submenu-874dae7a {
	padding-left: 15px;
}

.angie-pc-sidebar-874dae7a .pc-item-874dae7a {
	margin: 0;
	padding: 0;
}

.angie-pc-sidebar-874dae7a .pc-item-header-874dae7a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}

.angie-pc-sidebar-874dae7a .pc-item-header-874dae7a a {
	text-decoration: none;
	color: #333;
	flex-grow: 1;
	font-weight: 500;
	transition: color 0.3s ease;
}

.angie-pc-sidebar-874dae7a .pc-item-header-874dae7a a:hover {
	color: #000;
}

.angie-pc-sidebar-874dae7a .pc-count-874dae7a {
	font-size: 0.85em;
	opacity: 0.6;
}

.angie-pc-sidebar-874dae7a .pc-toggle-874dae7a {
	background: none;
	border: none;
	cursor: pointer;
	padding: 5px;
	color: #666;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: transform 0.3s ease;
}

.angie-pc-sidebar-874dae7a .pc-item-874dae7a.active > .pc-item-header-874dae7a > .pc-toggle-874dae7a svg {
	transform: rotate(180deg);
}

.angie-pc-sidebar-874dae7a .pc-submenu-wrapper-874dae7a {
	display: none;
}

/* Base states */
.angie-pc-sidebar-874dae7a .pc-item-874dae7a.active > .pc-submenu-wrapper-874dae7a {
	display: block;
}