/* Retter-Portal v1.3.88 · globale Smart-Suche
   Trefferlisten werden als Body-Popover gerendert. Diese Regeln liegen bewusst ganz
   am Ende der CSS-Kaskade, damit ältere Formular-/Kartenregeln die Position nicht
   mehr überschreiben können. */
html body .smart-select-results.smart-select-popover{
  position:fixed!important;
  left:var(--smart-popover-left)!important;
  top:var(--smart-popover-top)!important;
  right:auto!important;
  bottom:auto!important;
  width:var(--smart-popover-width)!important;
  min-width:0!important;
  max-width:calc(100vw - 20px)!important;
  max-height:var(--smart-popover-max-height)!important;
  margin:0!important;
  transform:none!important;
  z-index:2147483646!important;
  box-sizing:border-box!important;
}
html body .smart-select-results.smart-select-popover[data-placement="bottom"],
html body .smart-select-results.smart-select-popover[data-placement="top"]{
  margin:0!important;
  translate:none!important;
}
