.akb-aed-share-icons{
  display:flex;
  gap:10px;
  align-items:center;
  flex-wrap:wrap;
  margin:14px 0 0;
}
.akb-aed-share-icon{
  width:44px;
  height:44px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.15);
  box-shadow:0 10px 25px rgba(0,0,0,.18);
  cursor:pointer;
  text-decoration:none !important;
  transition:transform .15s ease, box-shadow .15s ease;
}
.akb-aed-share-icon:hover{ transform:translateY(-1px); box-shadow:0 12px 30px rgba(0,0,0,.22); }
.akb-aed-share-icon svg{
  width:22px;
  height:22px;
  fill:#fff;
}
.akb-aed-share-wa{ background:rgba(37,211,102,.14); border-color:rgba(37,211,102,.35); }
.akb-aed-share-email{ background:rgba(79,142,247,.14); border-color:rgba(79,142,247,.35); }
.akb-aed-share-more{ background:rgba(255,255,255,.10); }

/* Cart page spacing */
.akb-aed-share-icons--cart{ margin-top:18px; }

/* Mobile tweak */
@media (max-width:480px){
  .akb-aed-share-icon{ width:40px; height:40px; }
  .akb-aed-share-icon svg{ width:20px; height:20px; }
}
