#elecon-locator-wrap { width: 100%; max-width: 1200px; margin: 20px auto; border: 1px solid #ddd; background: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.map-controls { padding: 20px; background: #f8f8f8; border-bottom: 1px solid #eee; }
.search-section { margin-bottom: 15px; display: flex; gap: 10px; }
.search-section input { flex: 1; padding: 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; }
.search-section button { padding: 10px 25px; background: #e04622; color: white; border: none; border-radius: 4px; cursor: pointer; font-weight: bold; }
.checkbox-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 10px; margin-top: 10px; }
.checkbox-grid label { font-size: 13px; cursor: pointer; display: flex; align-items: center; gap: 5px; }
#elecon-map { height: 600px; width: 100%; z-index: 1; }