
.mobileViewsQuick{
position:fixed;
left:18px;
bottom:96px;
z-index:10001;
width:54px;
height:54px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
background:linear-gradient(135deg,#0ea5e9,#7c3aed);
color:#fff;
box-shadow:0 14px 32px rgba(14,165,233,.32);
font-size:22px;
}
