  #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 180px;
  color: #323232;
  background: #003e79;
  color: white;
  z-index: 10001;
  font-size: 26px;
  line-height: 34px;
  border: 1px solid white;
}

#fw-site-notice-from-plugin:before {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url("https://www.avila.vic.edu.au/wp-content/themes/avila-theme/front-end/assets/img/mobile-logo.svg");
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 20px;
}

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

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

#fw-site-notice-from-plugin .editor-content a {
  color: white;
}
#fw-site-notice-from-plugin a.btn {
  background: white;
  color: #003e79;
  padding: 10px 20px;
  transition: color 0.3s ease;
}

#fw-site-notice-from-plugin a.btn:hover {
  color: #d11241;
}
#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:before {
    display: none;
  }

  #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;
  }
}
