/* === ISAV V8 TECH MOBILE ENTRY CSS START === */
.isav-tech-mobile-fab{display:none!important;}
@media (max-width: 900px){
  .isav-tech-mobile-fab{
    position:fixed;
    right:14px;
    bottom:calc(14px + env(safe-area-inset-bottom));
    z-index:10050;
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:44px;
    padding:11px 15px;
    border-radius:999px;
    background:linear-gradient(135deg,#0f172a,#1e3a8a);
    color:#fff!important;
    text-decoration:none!important;
    font-weight:900;
    font-size:13px;
    letter-spacing:.01em;
    border:1px solid rgba(255,255,255,.24);
    box-shadow:0 18px 40px rgba(15,23,42,.30);
    -webkit-tap-highlight-color:transparent;
  }
  .isav-tech-mobile-fab:active{transform:translateY(1px);}
  .isav-tech-mobile-fab .tm-fab-icon{font-size:17px;line-height:1;}
  .isav-tech-mobile-fab .tm-fab-label{line-height:1;white-space:nowrap;}
}
@media (max-width: 420px){
  .isav-tech-mobile-fab{
    left:14px;
    right:14px;
    width:auto;
  }
}
@media print{
  .isav-tech-mobile-fab{display:none!important;}
}
/* === ISAV V8 TECH MOBILE ENTRY CSS END === */
