/* --- OL Zoom Controls --- */
.ol-zoom {
  position: absolute;
  top: 15px;
  left: 15px;
}

.ol-zoom button {
  width: 35px;
  height: 35px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #666;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ol-zoom button:hover {
  background: #f4f4f4;
}

.ol-zoom button:focus {
  outline: none;
}

.ol-control {
  background: none;
  padding: 0;
}