.ol-control.ol-zoom {
  position: absolute;
  top: auto !important;
  right: 20px;
  bottom: 10px;
  left: auto !important;
  display: flex;
  flex-direction: column;
  gap:10px;
}
.ol-control button {
  width: 1.575em;
  height: 1.575em;
}

.ol-zoom-in,
.ol-zoom-out {
  font-size: 2rem;
  line-height: 1.5rem;
}

.ol-rotate-reset, 
.ol-attribution  {
  display: none;
}
