#smpWidgetArea.smp-widget-area.ss-popup-area.ss-popup-html-area {
  width: 230px;
  padding: 0;
  min-width: auto;
}

.ss-popup-html-area .smp-widget-content {
  padding: 0 !important;
}

.ss-popup-html-area .smp-widget-header {
  display: none !important;
}

.smp-widget-close-button {
  z-index: 1;
}

.ss-popup-html-area .smp-widget-title-text {
  font-size: 18px !important;
  line-height: 1.4;
}

.ss-popup-html-area .smp-widget-body-text span {
  font-size: 14px !important;
  line-height: 1.6;
  display: inline-block !important;
  text-align: center;
}

.ss-popup-html-area .smp-widget-button {
  font-size: 14px !important;
  border-radius: 50px;
  height: auto !important;
  cursor: pointer;
  margin: 0 10px 10px 10px;
  width: calc(100% - 20px) !important;
}

.smp-widget-button {
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
}

.smp-widget-close-button {
  display: flex;
  font-size: 16px !important;
}

@media screen and (max-width: 1280px) {
  #smpWidgetArea.smp-widget-area.ss-popup-area.ss-popup-html-area {
    width: 190px;
  }

  .smp-widget-close-button {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767px) {
  .ss-popup-html-area .smp-widget-button {
    width: 100%;
    height: auto !important;
    font-size: 14px;
    margin-top: 0;
    border-radius: 50px;
  }

  .smp-widget-close-button {
    font-size: 14px;
  }
}

@media screen and (max-width: 480px) {
  .ss-popup-html-area .smp-widget-title-text {
    font-size: 14px !important;
  }

  .ss-popup-html-area .smp-widget-body-text span {
    font-size: 12px !important;
    line-height: 1.4;
  }

  #smpWidgetArea.smp-widget-area.ss-popup-area.ss-popup-html-area {
    width: 230px;
  }

  .ss-popup-html-area .smp-widget-button {
    font-size: 14px !important;
  }
}
