.zp-Entry {
  position: relative;
}

.zp-popup-btn {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 10;
  font-size: 1.2em;
}

.zp-Zotpress-InTextBib .zp-popup-btn {
  margin-left: 8px;
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
}

.zp-popup-icon {
  width: 16px;
  height: 16px;
  display: block;
}

.zp-custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zp-custom-modal .modal-content {
  background: white;
  padding: 2em;
  max-width: 600px;
  border-radius: 6px;
}

/*# sourceMappingURL=theme.css.map */
