/* Scrollable Subdistricts List Stylesheet */
/* Unique Suffix: 1105c80f */

.sdl-container-1105c80f {
	width: 100%;
	max-width: 260px;
	margin: 0;
	background: transparent; /* Blank background */
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

.sdl-list-1105c80f {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 200px; /* Constrain height to show approx 5-6 items (each ~34px) */
	overflow-y: auto;
	
	/* Custom Smooth Scrollbar */
	scrollbar-width: thin;
	scrollbar-color: #B8C0CC transparent;
}

/* Scrollbar styling */
.sdl-list-1105c80f::-webkit-scrollbar {
	width: 4px;
}

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

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

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

/* Item styling */
.sdl-item-1105c80f {
	margin: 0;
	padding: 0;
}

.sdl-link-1105c80f {
	display: block;
	padding: 8px 12px 8px 0; /* Left side alignment, minimalist */
	color: #374151; /* Neutral grey */
	text-decoration: none;
	font-size: 14px;
	line-height: 1.3;
	transition: color 0.15s ease, padding-left 0.15s ease;
}

.sdl-link-1105c80f:hover,
.sdl-link-1105c80f:focus-visible {
	color: #4610bd1; /* Primary theme brand accent */
	padding-left: 4px;
	outline: none;
}
