
/* V573 FIX2 - SINGLE MOBILE CUSTOMER QUOTE ONLY */
@media screen and (max-width:1100px){
  .v573m-customer-quote.v573m-fix2{
    display:block!important;
    position:relative!important;
    z-index:1!important;
    width:100vw!important;
    max-width:100vw!important;
    min-width:0!important;
    min-height:100dvh!important;
    margin:0!important;
    padding-bottom:90px!important;
    overflow-x:hidden!important;
    background:#f2f5f3!important;
  }
  body:has(.v573m-customer-quote.v573m-fix2){
    margin:0!important;
    padding:0!important;
    width:100%!important;
    overflow-x:hidden!important;
    background:#f2f5f3!important;
  }
  body:has(.v573m-customer-quote.v573m-fix2) .v373-public-page,
  body:has(.v573m-customer-quote.v573m-fix2) .v372-preview-page,
  body:has(.v573m-customer-quote.v573m-fix2) .v372-paper,
  body:has(.v573m-customer-quote.v573m-fix2) .v379-a4-paper{
    display:none!important;
  }
}
