.angie-site-sidebar-4b8bcbdf {
	position: fixed;
	top: 0;
	left: 0;
	width: 60px;
	height: 100vh;
	background-color: #050a14;
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center; /* Changed from space-between to center since logo is gone */
	z-index: 9999;
	padding: 30px 0;
	box-shadow: 2px 0 10px rgba(0,0,0,0.5);
	font-family: sans-serif;
}

.angie-site-sidebar-4b8bcbdf .sidebar-middle {
	display: flex;
	align-items: center;
	justify-content: center;
}

.angie-site-sidebar-4b8bcbdf .sidebar-middle .sidebar-text {
	transform: rotate(-90deg);
	white-space: nowrap;
	font-size: 7px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #a0a5b0;
}

body {
	padding-left: 60px; /* Offset body content so it doesn't hide behind sidebar */
}