/* /modules/custom/ptah_entity_lookup_fields/css/ptah_entity_lookup_fields.css */
.apture-entity-popup {
  position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: white;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
  overflow: auto;
  padding: 1rem;
  border-radius: 6px;
  display: none;
}
