/* WTT AirROI v3.3.10
   Address suggestion dropdown fix for the popup/modal.
   The dropdown must appear directly under Street Address / House Number, not as a scrollable ledger. */

html body .wtt-modal .wtt-main,
html body .wtt-modal .wtt-card,
html body .wtt-modal .wtt-grid,
html body .wtt-modal .wtt-field.wtt-address-field{
  overflow:visible!important;
}

html body .wtt-modal .wtt-field.wtt-address-field{
  position:relative!important;
  z-index:2147483000!important;
}

html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions[hidden]{
  display:none!important;
}

html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]),
html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions.wtt-address-suggestions--dropdown:not([hidden]){
  position:absolute!important;
  left:0!important;
  right:auto!important;
  top:calc(100% + 8px)!important;
  width:100%!important;
  min-width:100%!important;
  max-width:100%!important;
  max-height:none!important;
  overflow:visible!important;
  display:block!important;
  visibility:visible!important;
  opacity:1!important;
  z-index:2147483640!important;
  margin:0!important;
  padding:0!important;
  transform:none!important;
  border-radius:18px!important;
  border:2px solid rgba(0,194,255,.82)!important;
  background:#ffffff!important;
  box-shadow:0 24px 64px rgba(2,27,58,.30)!important;
  overscroll-behavior:auto!important;
  -webkit-overflow-scrolling:auto!important;
}

html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]) .wtt-suggestion,
html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]) .wtt-suggestion-empty,
html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]) .wtt-suggestion-attribution{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-height:46px!important;
  white-space:normal!important;
  overflow:visible!important;
  overflow-wrap:anywhere!important;
  text-align:left!important;
}

html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]) .wtt-suggestion{
  cursor:pointer!important;
  border-bottom:1px solid rgba(2,27,58,.10)!important;
}

html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]) .wtt-suggestion:hover,
html body .wtt-modal .wtt-field.wtt-address-field .wtt-address-suggestions:not([hidden]) .wtt-suggestion:focus{
  background:#eef7ff!important;
  color:#021b3a!important;
  outline:none!important;
}

/* Stop older portal classes from creating a body-level bottom/right ledger if a cached/minified script leaves them behind. */
html body .wtt-address-suggestions.wtt-address-suggestions--portal:not([hidden]){
  position:absolute!important;
  right:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
