.ph-scb-popup {
  position: absolute;
  z-index: 99999;
  display: none;
  min-width: 220px;
  max-width: 320px;
}

.ph-scb-popup.is-open {
  display: block;
}

.ph-scb-popup__inner {
  position: relative;
  background: #ffffff;
  color: #1a1a1a;
  border: 1px solid #d8e2ee;
  border-radius: 10px;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  padding: 14px;
  font-size: 14px;
  line-height: 1.45;
}

.ph-scb-popup__content {
  padding-right: 20px;
}

.ph-scb-popup__close {
  all: unset;
  position: absolute;
  top: 6px;
  right: 8px;
  width: 18px;
  height: 18px;
  background: transparent;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  text-transform: none;
  letter-spacing: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.ph-scb-popup__close:hover {
  color: #000000;
  background: transparent;
  box-shadow: none;
}

.ph-scb-popup__close:focus {
  outline: none;
}
