
/* INW TOP ICON FIX 2026-06-06
   Fixes the missing top/mobile enquiry icon and adds favicon/touch icon support. */
@media all and (max-width:980px){
  #main-header .header-elements{display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;width:calc(100% - 150px)!important;margin-top:12px!important;}
  #main-header .header-elements li{display:inline-flex!important;align-items:center!important;margin:0!important;vertical-align:middle!important;}
  #main-header .header-elements__quote-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;position:relative!important;top:auto!important;left:auto!important;width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;margin:0!important;padding:0!important;border:0!important;border-radius:8px!important;background:rgba(255,255,255,.10)!important;color:transparent!important;font-size:0!important;line-height:1!important;text-indent:-9999px!important;overflow:hidden!important;box-sizing:border-box!important;}
  #main-header .header-elements__quote-button:before{content:""!important;display:block!important;width:30px!important;height:22px!important;border:4px solid #053558!important;border-radius:5px!important;box-sizing:border-box!important;background:transparent!important;position:absolute!important;left:9px!important;top:13px!important;}
  #main-header .header-elements__quote-button:after{content:""!important;display:block!important;width:19px!important;height:19px!important;border-left:4px solid #053558!important;border-bottom:4px solid #053558!important;box-sizing:border-box!important;position:absolute!important;left:14px!important;top:8px!important;transform:rotate(-45deg)!important;background:transparent!important;}
  #main-header .header-elements__quote-button:hover,#main-header .header-elements__quote-button:focus{background:rgba(255,255,255,.18)!important;outline:2px solid rgba(255,255,255,.8)!important;outline-offset:2px!important;}
  #main-header .header-elements__phone{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:48px!important;height:48px!important;min-width:48px!important;padding:0!important;margin:0!important;}
  #main-header .header-elements__phone img{position:static!important;width:44px!important;height:44px!important;display:block!important;}
}
@media all and (max-width:420px){
  #main-header .header-elements{gap:10px!important;width:calc(100% - 135px)!important;}
  #main-header .header-elements__quote-button,#main-header .header-elements__phone{width:44px!important;height:44px!important;min-width:44px!important;}
  #main-header .header-elements__quote-button:before{left:8px!important;top:12px!important;width:28px!important;height:20px!important;border-width:4px!important;}
  #main-header .header-elements__quote-button:after{left:13px!important;top:8px!important;width:17px!important;height:17px!important;border-width:4px!important;}
}
