#fw-site-notice-from-plugin {
  position: fixed;
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  justify-content: 15px 20px 30px;
  color: #323232;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10001;
  font-size: 26px;
  line-height: 34px;
  box-shadow: 0 0 2px 2px #eee;
}

#fw-site-notice-from-plugin .close {
  display: block;
  text-align: right;
  margin-bottom: 4px;
  position: relative;
  top: 30px;
  right: 30px;
}
#fw-site-notice-from-plugin .editor-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#fw-site-notice-from-plugin .editor-content p {
  font-size: 22px;
  line-height: 30px;
}

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

  #fw-site-notice-from-plugin .editor-content p {
    font-size: 16px;
    line-height: 24px;
  }

  #fw-site-notice-close-button {
    font-size: 24px;
  }
}
