/**
 * @file
 * Styling for mapy.cz frontend.
 */

.mapycom-map > div {
  /* HOTFIX - Otherwise maps are invisible small on FE. */
  width: 100% !important;
}

.mapycom-admin-controls {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
  margin-top: auto !important;
  display: flex;
}
