<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.state-fb-pop-up {
  position: fixed;
  left: -2000px;
  bottom: 1px;
  margin: 0;
  text-align: center;
  background-color: #ffffff;
  padding: 0;
  height: auto;
  width: 320px;
  border: 1px solid #161616;
  overflow: visible;
  z-index: 99999;
}

.state-fb-pop-up img {
  max-width: 100%;
}

.state-pop-up h4.state-fb-pop-up-heading {
  font-weight: 700;
  text-align: left;
  border-bottom: none;
}


.state-fb-pop-up-close {
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  height: 32px;
  width: 32px;
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
  filter: alpha(opacity=85);
  opacity: 0.8;
  transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.state-fb-pop-up-close:hover {
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.state-fb-pop-up-close img {
  max-width: 100%;
}

@media screen and (max-width: 450px) {
  .state-fb-pop-up {
    width: 320px;
  }
}</pre></body></html>