.map-service-wrap { display:flex; gap:20px; }
.map-left { border:1px solid #ddd; border-radius:10px; }
.map-item { padding:12px 0; border-bottom:1px solid #eee; cursor:pointer; transition:background .2s; }
.map-item img{
    display: none;
}
.map-item:hover { background:#f8f9fc; }
.map-item.active { background:#e9f3ff; }
.pagination { text-align:center; margin-top:27px; }
.pagination button { margin:0 3px; padding:5px 10px; border:none; border-radius:4px; cursor:pointer; }
.pagination button.active { background:#007aff; color:#fff; }

.map-searchbar {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 10px;
      justify-content: space-between;
}

.map-searchbar select,
.map-searchbar input {
  height: 38px;
  padding: 0 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
}

.map-searchbar button {
  height: 38px;
  font-size: 14px;
  padding: 0 16px;
  border: none;
  border-radius: 6px;
  background: #153b74;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
}

.map-searchbar button:hover {
  background: #002b5e;
}
