.cl-email-actions { display:flex;flex-direction:column;align-items:flex-start;gap:4px; }
.cl-email-actions .footer-email { max-width:100%;overflow-wrap:anywhere; }
.cl-copy-email { display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:44px;padding:8px 0;border:0;border-radius:0;background:transparent;color:inherit;font:inherit;font-size:13px;line-height:1.3;cursor:pointer; }
.cl-copy-email svg { width:16px;height:16px;flex-shrink:0; }
.cl-copy-email:hover { text-decoration:underline;text-underline-offset:4px; }
.cl-copy-email:focus-visible { outline:2px solid #145ce6;outline-offset:3px; }
.cl-copy-email:disabled { cursor:wait;opacity:.6; }
.cl-copy-status { font-size:13px;line-height:1.5; }
.cl-copy-status:empty { display:none; }
