#popup--widget-popup {
  background: #fff;
  border: 1px solid #eee;
  bottom: 20px;
  box-shadow: 0px 0px 20px -10px #000;
  display: none;
  margin-left: 20px;
  padding-right: 20px;
  position: fixed;
  right: 20px;
  z-index: 10;
}

.popup--widget-content {
  display: flex;
}

.popup--widget-flex {
  padding: 10px;
}

.popup--widget-flex img {
  max-width: 150%;
  height: auto;
}

.popup--widget-flex h3 {
  max-width: 250px;
  margin-top: 0;
  border: none !important;
}

.popup--widget-close {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  color: inherit;
}
