.fes-bnm-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  padding: 20px;
}

.fes-bnm-overlay.is-visible {
  display: flex;
}

.fes-bnm-modal {
  position: relative;
  width: min(680px, 100%);
  max-height: 90vh;
  overflow: auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 28px 22px 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.25);
}

.fes-bnm-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 999px;
  background: #d02121;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.fes-bnm-close:hover,
.fes-bnm-close:focus {
  background: #a80f0f;
}

.fes-bnm-content {
  color: #111;
}

body.fes-bnm-open {
  overflow: hidden;
}
