/* v186: l'avviso automatico resta laterale e non copre il sito su computer. */
@media(min-width:801px){
  body.property-zone-alert-open{overflow:auto!important}
  .property-zone-alert-modal{
    place-items:center end!important;
    padding:24px 30px!important;
    pointer-events:none!important;
  }
  .property-zone-alert-modal .save-search-backdrop{
    background:transparent!important;
    pointer-events:none!important;
  }
  .property-zone-alert-modal .save-search-dialog{
    width:min(430px,calc(100vw - 60px))!important;
    height:min(650px,calc(100vh - 48px))!important;
    border:1px solid #c7d7df!important;
    box-shadow:0 20px 65px #071a274d!important;
    pointer-events:auto!important;
  }
}

@media(max-width:800px){
  .property-zone-alert-modal{padding:10px!important}
  .property-zone-alert-modal .save-search-dialog{
    box-sizing:border-box!important;
    width:calc(100vw - 20px)!important;
    max-width:390px!important;
    height:min(560px,calc(100dvh - 20px))!important;
    max-height:calc(100dvh - 20px)!important;
  }
}
