/*
 * EntoHub 0.5.0: Discover, map and operators.
 *
 * The visual design of every EntoHub view lives in the EntoHub theme
 * (themes/entohub/style.css), which is the only theme the demo runs on.
 * This file keeps the few rules the plugin's own behaviour depends on, so the
 * views still work, unstyled but usable, under any other theme.
 */
.ento-visually-hidden { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.ento-pop[hidden], .ento-popover[hidden], .ento-map-panel-ops-list[hidden] { display: none; }
#ento-results-container.ento-loading { opacity: .45; pointer-events: none; }
#ento-map { min-height: 420px; }
.ento-card { position: relative; }
.ento-card-img { width: 100%; height: auto; }
