/* Subdistricts Scrollable List Styles */
/* Unique Suffix: d96002d0 */

.sdl-container-d96002d0 {
	width: 100%;
	max-width: 280px;
	background: transparent; /* Blank background */
	margin: 0;
	padding: 0;
}

.sdl-list-d96002d0 {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 210px; /* Shows approx 5-6 items (each item ~35px) */
	overflow-y: auto;
	background: transparent;
	
	/* Custom scrollbar */
	scrollbar-width: thin;
	scrollbar-color: #B8C0CC transparent;
}

/* Scrollbar Customization */
.sdl-list-d96002d0::-webkit-scrollbar {
	width: 5px;
}

.sdl-list-d96002d0::-webkit-scrollbar-track {
	background: transparent;
}

.sdl-list-d96002d0::-webkit-scrollbar-thumb {
	background-color: #B8C0CC;
	border-radius: 10px;
}

.sdl-list-d96002d0::-webkit-scrollbar-thumb:hover {
	background-color: #70777f;
}

/* Item Styling */
.sdl-item-d96002d0 {
	margin: 0;
	padding: 0;
}

.sdl-link-d96002d0 {
	display: block;
	padding: 8px 12px;
	color: #374151;
	text-decoration: none;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.3;
	transition: color 0.2s ease, padding-left 0.2s ease;
}

.sdl-link-d96002d0:hover {
	color: #3662FF; /* Highlight color on hover */
	padding-left: 16px;
}
