/* Workshop map styles */
.custom-scrollbar::-webkit-scrollbar { width: 6px; }
.custom-scrollbar::-webkit-scrollbar-track { background: rgba(0,0,0,0.05); }
.custom-scrollbar::-webkit-scrollbar-thumb { background: #000; border-radius: 10px; }
.custom-scrollbar::-webkit-scrollbar-thumb:hover { background: #333; }

.workshop-row.active { background-color: rgba(0,0,0,0.05); }

/* Grayscale map tiles */
.leaflet-tile { filter: grayscale(100%) contrast(1.1) !important; }
.leaflet-control-attribution { display: none !important; }
