#select-gls-ps {
  display: inline-block;
}

#select-gls-ps .gls-button {
  display: inline-block;
  cursor: pointer;
  color: white;
  /* text-decoration: underline; */
}

#select-gls-ps .gls-button:hover {
  text-decoration: none;
}

#gls-ps-selector-value {
  font-weight: 600;
  margin-top: 4px;
  color: #253D4E;
}

/* Fullscreen overlay hosting the GLS Map Plugin (renderTo target) */
#gls-ps-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 100000;
}

#gls-ps-widget-container {
  width: 100%;
  height: 100%;
}

#gls-ps-widget-container iframe {
  border: 0;
  width: 100%;
  height: 100%;
  display: block;
}

#gls-ps-widget-close {
  position: absolute;
  top: 10px;
  right: 14px;
  z-index: 100001;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 26px;
  line-height: 40px;
  cursor: pointer;
}

#gls-ps-widget-close:hover {
  background: rgba(0, 0, 0, 0.8);
}
