@charset "UTF-8";
/* ポップアップフォームの横幅を変更 */
.ss-popup-form-area,
.ss-popup-html-area {
  max-width: 320px;
  width: 20%;
  min-width: auto;
  max-height: 90vh;
}

#smpWidgetTitleText {
  font-weight: 600;
  font-size: 14px;
}

.smp-widget-header {
  padding: 4% 8px 0;
}

.ss-popup-html-area .smp-widget-button {
  text-align: center;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  #smpWidgetArea {
    max-width: 200px;
    width: 200px;
  }
}
