.espo-wrapper { display: none; }
.espo-wrapper.active { display: block; }

.espo-overlay{
  position: fixed;
  inset: 0;
  z-index: 9998;
}

.espo-box{
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  background: #fff;
  padding: 22px 22px 18px;
  border-radius: 14px;
  z-index: 9999;
  box-shadow: 0 20px 60px rgba(0,0,0,.25);
}

.espo-close{
  position: absolute;
  top: 8px;
  right: 10px;
  border: none;
  background: none;
  font-size: 22px;
  cursor: pointer;
  line-height: 1;
}

.espo-content :first-child { margin-top: 0; }
.espo-content :last-child { margin-bottom: 0; }
