.info-remove-btn {
  display: none !important;
}

.info-control {
  display: none !important;
}

.iso9223-row {
  min-height: 500px;
  height: 60vh; /* Responsive to viewport height */
  display: flex;
}

.iso9223-left {
  height: 100%;
  overflow-y: auto;
  padding-right: 12px;
}

.iso9223-map-container {
  height: 100%;
  min-height: 500px;
  display: block;
}

#coreMap, .ol-viewport {
  border-radius: 0.3rem;
  overflow: hidden;
  min-height: 500px;
  height: 100%;
  width: 100%;
  position: relative;
}

.ol-zoom {
  left: unset !important;
  right: 8px !important;
  top: unset !important;
  bottom: 8px !important;
}

.tile-select-control {
  background: rgba(255,255,255,0.8) !important;
  border-radius: 4px !important;
  border: 1px solid #ccc !important;
  padding: 2px !important;
  top: 8px !important;
  left: 8px !important;
  right: unset !important;
  bottom: unset !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  z-index: 35 !important;
}
.tile-select-control select {
  background: #fff;
  border: none;
  padding: 2px 6px;
  font-size: 15px;
  margin-left: 2px;
  color: #333;
}
