  #fw-site-notice-from-plugin {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 900px;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  padding: 0px 20px 30px;
  color: #323232;
  background: rgb(255, 255, 255);
  z-index: 10001;
  box-shadow: 0 0 8px -2px #222;
}

#fw-site-notice-cover{
  content:'';
  position: fixed;
  left: 0%;
  top: 0%;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0,.6);
  z-index: 1000;
}

#fw-site-notice-from-plugin .close {
  display: block;
  text-align: right;
}

#fw-site-notice-from-plugin .editor-content {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: calc(90vh - 200px);
}
#fw-site-notice-from-plugin .editor-content p{
  font-size: 18px;
  line-height: 26px;
}
#fw-site-notice-from-plugin .editor-content::-webkit-scrollbar {
  display: none;
}

#fw-site-notice-close-button {
  width: 30px;
  height: 30px;
  text-align: right;
  cursor: pointer;
  font-size: 35px;
}
@media (max-width: 767px) {
  #fw-site-notice-from-plugin {
    padding: 0px 15px 20px;
  }
}
