.eb-social-toast{position:fixed;bottom:24px;right:24px;z-index:9990;max-width:340px;width:calc(100vw - 48px);background:#fff;border-radius:12px;box-shadow:0 8px 32px #0000001f,0 0 0 1px #0000000a;padding:14px 16px;display:flex;align-items:center;gap:12px;direction:rtl;font-family:var(--edublink-font-primary,"Cairo",sans-serif);transform:translate(calc(100% + 40px));opacity:0;transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .4s ease;pointer-events:none}.eb-social-toast--visible{transform:translate(0);opacity:1;pointer-events:auto}.eb-social-toast--hiding{transform:translate(calc(100% + 40px));opacity:0}.eb-social-toast__avatar{width:40px;height:40px;min-width:40px;border-radius:50%;background:linear-gradient(135deg,var(--edublink-color-primary,#095FD3),var(--edublink-color-primary-alt,#1E08C7));color:#fff;display:flex;align-items:center;justify-content:center;font-size:17px;font-weight:700;line-height:1}.eb-social-toast__content{flex:1;min-width:0}.eb-social-toast__text{font-size:13px;font-weight:600;color:#333;line-height:1.5;margin:0}.eb-social-toast__text strong{color:var(--edublink-color-primary,#095FD3);font-weight:700}.eb-social-toast__meta{display:flex;align-items:center;gap:6px;margin-top:2px}.eb-social-toast__time{font-size:11px;color:#999}.eb-social-toast__close{position:absolute;top:8px;left:8px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#0000000f;border:none;border-radius:50%;cursor:pointer;color:#999;font-size:12px;line-height:1;transition:all .2s;padding:0}.eb-social-toast__close:hover{background:#0000001a;color:#666}.eb-social-toast__close svg{width:12px;height:12px}.eb-social-toast__verified{color:#1ab69d;flex-shrink:0}.eb-social-toast__verified svg{width:16px;height:16px;display:block}body.edublink-dark .eb-social-toast{background:#1e2538;box-shadow:0 8px 32px #0000004d,0 0 0 1px #ffffff0f}body.edublink-dark .eb-social-toast__text{color:#e0e0e0}body.edublink-dark .eb-social-toast__time{color:#6b7280}body.edublink-dark .eb-social-toast__close{background:#ffffff0f;color:#888}body.edublink-dark .eb-social-toast__close:hover{background:#ffffff1a;color:#bbb}@media(max-width:576px){.eb-social-toast{bottom:16px;right:12px;left:12px;width:auto;max-width:none;padding:12px 14px;gap:10px}.eb-social-toast__avatar{width:36px;height:36px;min-width:36px;font-size:15px}.eb-social-toast__text{font-size:12px}}
