#fw-site-notice-from-plugin {
  position: fixed;
  left: 50%;
  top: 50%;
  max-width: 900px;
  width: calc(100% - 40px);
  transform: translate(-50%, -50%);
  padding: 15px 20px 30px;
  color: #434343;
  background-color: #efefef;
  background-image: url("../img/bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 10001;
  box-shadow: 0 0 8px -2px #222;
}

.fw-site-notice__overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
}

#fw-site-notice-from-plugin .close {
  display: block;
  text-align: right;
  margin-bottom: 4px;
}
#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::-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: 10px 15px 20px;
  }
}
