[id^="lp_survey"] {
  display: none;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.7);
}

[id^="lp_survey"] .b-close {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0.7rem 0 rgba(0, 0, 0, 0.5);
  color: #222;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  width: 1.5rem;
  line-height: 1.5rem;
  height: 1.5rem;
  top: -0.5rem;
  right: -0.5rem;
}
