.ps-stationaryonly-marker {
  margin-top: 1rem;
  margin-bottom: 1rem;
  transition: background-color .15s ease, border-color .15s ease, color .15s ease;
}

.ps-stationaryonly-marker-clicked {
  background: #f8d7da !important;
  border-color: #f5c6cb !important;
  color: #721c24 !important;
}

.ps-stationaryonly-popup-overlay {
  position: fixed;
  z-index: 100000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(0, 0, 0, .58);
}

.ps-stationaryonly-popup {
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 26px 42px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .28);
}

.ps-stationaryonly-popup-message {
  padding: 18px 22px;
  border: 1px solid #f5c6cb;
  background: #f8d7da;
  color: #721c24;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}

.ps-stationaryonly-popup-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 3px solid #fff;
  border-radius: 50%;
  background: #282828;
  color: #fff;
  font-size: 28px;
  line-height: 30px;
  cursor: pointer;
}
