.acw-share{position:relative;width:100%;padding:18px;border:1px solid #e7edf6;border-radius:14px;background:#fff;direction:rtl}
.acw-share *{box-sizing:border-box}
.acw-share__title{margin-bottom:13px;color:#172033;font-size:16px;font-weight:800;line-height:1.5;text-align:center}
.acw-share__networks{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:center;gap:10px}
.acw-share__button{display:inline-flex;align-items:center;justify-content:center;gap:7px;width:40px;height:40px;border-radius:50%;background:#edf4ff;color:#1769e0;text-decoration:none;transition:transform .2s ease,background .2s ease,color .2s ease}
.acw-share__button:hover{transform:translateY(-2px);background:#1769e0;color:#fff}
.acw-share__icon{display:inline-flex;align-items:center;justify-content:center;font-size:18px}
.acw-share__icon svg{display:block;width:18px;height:18px;fill:currentColor}
.acw-share__label{white-space:nowrap;font-size:12px;font-weight:700}
.acw-share--labels .acw-share__button{width:auto;padding-inline:12px;border-radius:999px}
.acw-share__button--whatsapp{background:#e9fbf0;color:#17b85a}
.acw-share__button--facebook{background:#edf3ff;color:#1877f2}
.acw-share__button--x{background:#eef0f3;color:#111827}
.acw-share__button--linkedin{background:#eaf5fb;color:#0a66c2}
.acw-share__button--telegram{background:#eaf7fd;color:#229ed9}
.acw-share__toast{position:absolute;left:50%;bottom:calc(100% + 8px);z-index:5;max-width:90%;padding:7px 11px;border-radius:8px;background:#172033;color:#fff;font-size:11px;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,6px);transition:.2s ease}
.acw-share__toast.is-visible{opacity:1;transform:translate(-50%,0)}
@media(max-width:1024px){.acw-share{max-width:100%;margin-inline:auto}.acw-share__networks{row-gap:10px}}
@media(max-width:480px){.acw-share{padding:16px 12px}.acw-share__networks{gap:8px}.acw-share__button{width:38px;height:38px}}
