:host {
  position: relative;
  display: block;
}
:host,
.igo-map-browser-target {
  width: 100%;
  height: 100%;
}
:host >>> igo-zoom-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
}
@media only screen and (max-width: 450px), only screen and (max-height: 450px) {
  :host >>> igo-zoom-button {
    display: none;
  }
}
:host >>> igo-user-button {
  position: absolute;
  bottom: 5px;
  right: calc(5px + 50px);
}
@media only screen and (max-width: 450px), only screen and (max-height: 450px) {
  :host >>> igo-user-button {
    right: calc(5px + 90px);
  }
}
:host >>> igo-geolocate-button {
  position: absolute;
  bottom: 95px;
  right: 5px;
}
@media only screen and (max-width: 450px), only screen and (max-height: 450px) {
  :host >>> igo-geolocate-button {
    bottom: 5px;
  }
}
:host >>> igo-baselayers-switcher {
  position: absolute;
  bottom: 5px;
  left: 5px;
}
:host.igo-attribution-offset >>> .ol-attribution {
  left: 90px;
  width: calc(100% - 200px);
}
@media only screen and (max-width: 450px), only screen and (max-height: 450px) {
  :host.igo-attribution-offset >>> .ol-attribution {
    left: 50px;
  }
}
:host >>> .ol-attribution {
  left: 5px;
  bottom: 5px;
  text-align: left;
  padding: 0;
  margin-right: 90px;
  background-color: rgba(255,255,255,0);
  width: calc(100% - 100px);
}
:host >>> .ol-attribution.ol-logo-only {
  height: inherit;
}
:host >>> .ol-attribution.ol-collapsed {
  background: none;
}
:host >>> .ol-attribution.ol-collapsed button {
  transform: none;
}
:host >>> .ol-attribution button {
  transform: rotate(180deg);
  background-color: #fff;
  cursor: pointer;
}
:host >>> .ol-scale-line-inner {
  font-size: 11px;
  text-align: center;
  margin: 1px;
}
:host >>> .ol-scale-line {
  background: rgba(255,255,255,0);
  border-radius: 4px;
  bottom: 2em;
  left: 5px;
  padding: 4px;
  position: absolute;
}
:host >>> canvas {
  display: block;
}
:host >>> .ol-overviewmap {
  left: 0.5em;
  bottom: 4em;
}
