:root {
  --app-height: 100vh;
  --vh: 1vh;
}

body {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  box-sizing: border-box;
  background-color: #ffffff;
}

.gm-style-iw-d {
  overflow: hidden !important;
  max-height: fit-content !important;
}

.gm-style .gm-style-iw-c {
  border: 1px orange solid;
  padding: 0 !important;
  overflow: hidden !important;
  max-height: fit-content !important;
}

.gm-style-iw-c {
  border: 1px orange solid;
  padding: 0 !important;
  overflow: hidden !important;
  max-height: fit-content !important;
}

.gm-style-iw-a {
  transform: translate(25px);
}

.logotype-image {
  max-height: 15vh;
}