.hmam-bar{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:none;gap:10px;background:#fff;border-top:1px solid #e5e7eb;padding:10px;align-items:center;justify-content:space-between;box-shadow:0 -6px 18px rgba(0,0,0,.05)}
.hmam-bar .hmam-btn{flex:1;display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:10px;align-items:center;text-decoration:none;background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:10px;color:#111827}
.hmam-bar .hmam-btn i{grid-column:1;grid-row:1 / span 2;font-size:20px;display:flex;align-items:center;justify-content:center}
.hmam-bar .hmam-btn span{grid-column:2;grid-row:1;font-weight:800;font-size:14px;line-height:1.1}
.hmam-bar .hmam-btn small{grid-column:2;grid-row:2;font-weight:600;opacity:.8;margin-top:2px}
@media (max-width: 768px){ body{padding-bottom:72px} .hmam-bar{display:flex} }