.geolocation_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;

  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 16px;
  right: 8px;

  background: var(--corporate-green);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 400;
}

.geolocation_button:hover {
  background-color: #589212;
}