.sticky-actions{

display:none;

}

@media(max-width:768px){

.sticky-actions{

display:grid;

grid-template-columns:repeat(4,1fr);

position:fixed;

left:0;

right:0;

bottom:70px;          /* Bottom Navigation height */

z-index:9999;

background:#fff;

box-shadow:0 -5px 20px rgba(0,0,0,.12);

padding:8px;

border-radius:16px 16px 0 0;

}

.sticky-actions a,

.sticky-actions button{

background:none;

border:none;

text-decoration:none;

display:flex;

flex-direction:column;

justify-content:center;

align-items:center;

font-size:13px;

font-weight:700;

color:#0f172a;

padding:8px;

cursor:pointer;

}

.sticky-call{

color:#16a34a !important;

}

.sticky-chat{

color:#2563eb !important;

}

.sticky-save{

color:#ef4444;

}

.sticky-share{

color:#7c3aed;

}

body{

padding-bottom:160px;

}

}