.helpbox{background:#fff;border:1px solid rgb(0 0 0 / .08);border-radius:16px;padding:18px 16px;box-shadow:0 8px 24px rgb(0 0 0 / .08);max-width:100%}.helpbox__title{font-size:20px;font-weight:700;margin-bottom:14px}.helpbox__row{display:flex;align-items:center;gap:14px}.helpbox__avatars{display:flex;align-items:center;flex-shrink:0}.helpbox__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;border:2px solid #fff;box-shadow:0 2px 6px rgb(0 0 0 / .12);margin-left:-10px}.helpbox__avatar:first-child{margin-left:0}.helpbox__meta{display:flex;align-items:center;gap:8px}.helpbox__status{display:flex;align-items:center;gap:6px;font-size:14px;opacity:.85}.helpbox__dot{width:8px;height:8px;border-radius:50%;background:#16a34a}.helpbox__status.offline .helpbox__dot{background:#9ca3af}.helpbox__wa{margin-left:auto;padding:12px 22px;border-radius:999px;font-weight:700;text-decoration:none;border:1px solid rgb(0 0 0 / .15);background:#fff;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;position:relative}.helpbox .helpbox__wa::before,.helpbox .helpbox__wa::after{content:none!important;display:none!important}@media (max-width:767px){.helpbox__row{flex-direction:column;align-items:flex-start}.helpbox__meta{margin-top:8px}.helpbox__wa{width:100%;margin:16px 0 0 0;text-align:center}}