.mp-checkout .gls-ps-selector-open {
  height: 26px;
  display: flex;
  align-items: center;
  flex: 0;
  background-color: #ffcc00;
  color: #061ab1;
  font-weight: 600;
  font-size: 13px;
  white-space: nowrap;
}

#gls-ps-selector-value {
  font-size: 12px;
  margin-left: 5px;
  line-height: 1.1em;
}

#gls-ps-selector-value:hover {
  text-decoration: underline;
}

/* GLS map plugin modal */
.gls-ps-modal {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.gls-ps-modal-dialog {
  position: relative;
  width: 95vw;
  height: 95vh;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.3);
}

.gls-ps-widget {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.gls-ps-modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}
