#e329fb40-widget-pos {
  max-width: 100%;
  min-height: 200px;
  min-width: 200px
}

@media screen and (max-width:428px) {
  #e329fb40-widget-pos {
    min-height: 200px;
    width: 100%
  }
}

@media screen and (max-width:320px) {
  #e329fb40-widget-pos {
    height: 500px !important;
    width: 320px !important
  }
}

#e329fb40-widget-pos-modal-container {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 300px;
  overflow-x: clip;
  width: 100%
}

@media screen and (max-width:320px) {
  #e329fb40-widget-pos-modal-container {
    min-width: unset
  }
}

@media screen and (max-width:428px) {
  #e329fb40-widget-pos-modal-container {
    height: 95% !important;
    width: 95% !important
  }
}