/* Wire h9284a · Persistent Chat */
:root{
 --wc-bg:#07131e;--wc-panel:#091925;--wc-line:#29485f;--wc-soft:#20394c;
 --wc-text:#edf6fa;--wc-muted:#7d95a6;--wc-accent:#ff3157
}
.wire-chat-launcher-303f1h9284a{
 position:fixed;right:18px;bottom:max(18px,env(safe-area-inset-bottom));z-index:12020;
 width:48px;height:48px;display:grid;place-items:center;border:1px solid rgba(255,49,87,.5);
 border-radius:50%;background:var(--wc-accent);color:#fff;box-shadow:0 14px 34px rgba(0,0,0,.36);
 cursor:pointer;font:inherit;font-size:20px
}
.wire-chat-launcher-303f1h9284a[hidden],.wire-chat-dock-303f1h9284a[hidden]{display:none!important}
.wire-chat-launcher-badge-303f1h9284a{
 position:absolute;right:-4px;top:-4px;min-width:19px;height:19px;display:grid;place-items:center;
 padding:0 5px;border:2px solid #07131e;border-radius:999px;background:#fff;color:#d91f43;font-size:8px;font-weight:950
}
.wire-chat-dock-303f1h9284a{
 position:fixed;right:18px;bottom:max(18px,env(safe-area-inset-bottom));z-index:12021;
 width:min(372px,calc(100vw - 28px));height:min(475px,calc(100dvh - 72px));
 display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden;border:1px solid #31546d;
 border-radius:16px;background:var(--wc-bg);box-shadow:0 22px 56px rgba(0,0,0,.46)
}
.wire-chat-dock-303f1h9284a.is-minimized{height:auto}
.wire-chat-dock-303f1h9284a.is-minimized .wire-chat-dock-body-303f1h9284a{display:none}
.wire-chat-dock-head-303f1h9284a{
 min-height:58px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;
 padding:8px 9px;border-bottom:1px solid var(--wc-soft);background:#081824
}
.wire-chat-head-copy-303f1h9284a{
 min-width:0;display:grid;grid-template-columns:37px minmax(0,1fr);gap:8px;align-items:center;
 padding:0;border:0;background:transparent;color:inherit;text-align:left;cursor:pointer
}
.wire-chat-head-copy-303f1h9284a>span:last-child{min-width:0;display:grid}
.wire-chat-head-copy-303f1h9284a strong{overflow:hidden;color:#eef6fa;font-size:11px;text-overflow:ellipsis;white-space:nowrap}
.wire-chat-head-copy-303f1h9284a small{overflow:hidden;color:#748d9e;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.wire-chat-avatar-303f1h9284a{
 width:37px;height:37px;min-width:37px;display:grid;place-items:center;overflow:hidden;border:1px solid #315069;
 border-radius:50%;background:#10283a;color:#ff607a;font-size:11px;font-weight:950
}
.wire-chat-avatar-303f1h9284a img{width:100%;height:100%;object-fit:cover}
.wire-chat-avatar-stack-303f1h9284a{position:relative;width:37px;height:37px}
.wire-chat-avatar-stack-303f1h9284a>*{
 position:absolute;width:25px;height:25px;display:grid;place-items:center;overflow:hidden;border:2px solid #081824;
 border-radius:50%;background:#10283a;object-fit:cover;font-size:7px;font-weight:950
}
.wire-chat-avatar-stack-303f1h9284a>*:nth-child(1){left:0;top:1px}
.wire-chat-avatar-stack-303f1h9284a>*:nth-child(2){right:0;top:1px}
.wire-chat-avatar-stack-303f1h9284a>*:nth-child(3){left:6px;bottom:0}
.wire-chat-head-actions-303f1h9284a{display:flex;align-items:center;gap:4px}
.wire-chat-head-actions-303f1h9284a button,.wire-chat-head-actions-303f1h9284a a{
 width:31px;height:31px;display:grid;place-items:center;padding:0;border:1px solid #315069;border-radius:50%;
 background:#0a1c29;color:#dce8ef;cursor:pointer;font:inherit;font-size:11px;font-weight:900;text-decoration:none
}
.wire-chat-dock-body-303f1h9284a{min-height:0;display:grid;grid-template-rows:minmax(0,1fr)}
.wire-chat-inbox-303f1h9284a{min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}
.wire-chat-inbox-tools-303f1h9284a{
 display:grid;grid-template-columns:minmax(0,1fr) auto;gap:7px;padding:9px;border-bottom:1px solid var(--wc-soft)
}
.wire-chat-inbox-tools-303f1h9284a input{
 min-width:0;min-height:34px;padding:0 9px;border:1px solid #315069;border-radius:9px;background:#06131d;color:#fff;outline:0
}
.wire-chat-inbox-tools-303f1h9284a button,.wire-message-new-group-button-303f1h9284a,.wire-message-popout-button-303f1h9284a{
 min-height:30px;padding:0 9px;border:1px solid #315069;border-radius:9px;background:#0a1c29;color:#dce8ef;
 cursor:pointer;font:inherit;font-size:9px;font-weight:850;text-decoration:none
}
.wire-chat-conversation-list-303f1h9284a{min-height:0;overflow:auto;display:grid;align-content:start}
.wire-chat-conversation-row-303f1h9284a{
 display:grid;grid-template-columns:40px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:62px;padding:8px 9px;
 border:0;border-bottom:1px solid #1f394c;background:transparent;color:inherit;text-align:left;cursor:pointer
}
.wire-chat-conversation-row-303f1h9284a:hover{background:#0a1d2b}
.wire-chat-conversation-copy-303f1h9284a{min-width:0;display:grid;gap:2px}
.wire-chat-conversation-copy-303f1h9284a strong{overflow:hidden;color:#eaf3f7;font-size:10px;text-overflow:ellipsis;white-space:nowrap}
.wire-chat-conversation-copy-303f1h9284a span{overflow:hidden;color:#71899a;font-size:8px;text-overflow:ellipsis;white-space:nowrap}
.wire-chat-conversation-meta-303f1h9284a{display:grid;justify-items:end;gap:4px;color:#657e90;font-size:7px}
.wire-chat-unread-303f1h9284a{
 min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;border-radius:999px;background:var(--wc-accent);
 color:#fff;font-size:7px;font-weight:950
}
.wire-chat-thread-303f1h9284a{min-height:0;height:100%;display:grid;grid-template-rows:minmax(0,1fr) auto}
.wire-chat-messages-303f1h9284a{min-height:0;overflow:auto;display:grid;align-content:start;gap:8px;padding:10px;overscroll-behavior:contain}
.wire-chat-message-303f1h9284a{display:grid;grid-template-columns:27px minmax(0,1fr);gap:6px;align-items:end}
.wire-chat-message-303f1h9284a.is-own{grid-template-columns:minmax(0,1fr);justify-items:end}
.wire-chat-message-avatar-303f1h9284a{width:27px;height:27px;overflow:hidden;border-radius:50%;background:#10283a}
.wire-chat-message-avatar-303f1h9284a img{width:100%;height:100%;object-fit:cover}
.wire-chat-message-main-303f1h9284a{min-width:0;display:grid;gap:3px;justify-items:start}
.wire-chat-message-303f1h9284a.is-own .wire-chat-message-main-303f1h9284a{justify-items:end}
.wire-chat-message-author-303f1h9284a{color:#71899a;font-size:7px;padding:0 5px}
.wire-chat-reply-preview-303f1h9284a{
 max-width:270px;display:grid;gap:1px;padding:5px 7px;border-left:2px solid #ff5471;border-radius:6px;
 background:#07141e;color:#748d9e;font-size:7px
}
.wire-chat-bubble-303f1h9284a{
 max-width:min(275px,78vw);padding:7px 9px;border:1px solid #2c4b60;border-radius:13px 13px 13px 4px;
 background:#0c2030;color:#edf6fa;font-size:10px;line-height:1.42;white-space:pre-wrap;overflow-wrap:anywhere
}
.wire-chat-message-303f1h9284a.is-own .wire-chat-bubble-303f1h9284a{
 border-color:rgba(255,49,87,.45);border-radius:13px 13px 4px 13px;background:rgba(255,49,87,.12)
}
.wire-chat-bubble-303f1h9284a a{color:#73b8ff}
.wire-chat-media-303f1h9284a{max-width:250px;overflow:hidden;border:1px solid #2d4d63;border-radius:10px;background:#04101a}
.wire-chat-media-303f1h9284a img{display:block;max-width:100%;max-height:260px;object-fit:contain}
.wire-chat-media-303f1h9284a audio{display:block;width:240px;max-width:100%}
.wire-chat-message-actions-303f1h9284a{display:flex;gap:3px;align-items:center;padding:0 3px}
.wire-chat-message-actions-303f1h9284a button{
 min-width:24px;height:22px;display:grid;place-items:center;padding:0 5px;border:0;border-radius:999px;background:transparent;
 color:#6f8797;cursor:pointer;font:inherit;font-size:8px
}
.wire-chat-message-actions-303f1h9284a button:hover{background:#10283a;color:#fff}
.wire-chat-reactions-303f1h9284a{display:flex;flex-wrap:wrap;gap:3px}
.wire-chat-reaction-pill-303f1h9284a{
 min-height:21px;display:inline-flex;align-items:center;gap:3px;padding:0 6px;border:1px solid #315069;border-radius:999px;
 background:#081a27;color:#a9bbc6;cursor:pointer;font:inherit;font-size:8px
}
.wire-chat-reaction-pill-303f1h9284a.is-viewer{border-color:rgba(255,49,87,.46);background:rgba(255,49,87,.08);color:#ff7088}
.wire-chat-time-303f1h9284a{color:#627b8d;font-size:7px;padding:0 5px}
.wire-chat-composer-wrap-303f1h9284a{display:grid;gap:5px;padding:7px;border-top:1px solid #223d50;background:#081824}
.wire-chat-reply-draft-303f1h9284a,.wire-chat-attachment-303f1h9284a{
 display:grid;grid-template-columns:minmax(0,1fr) auto;gap:6px;align-items:center;padding:5px 7px;border:1px solid #2c4b60;
 border-radius:8px;background:#06131d;color:#7f96a6;font-size:8px
}
.wire-chat-reply-draft-303f1h9284a[hidden],.wire-chat-attachment-303f1h9284a[hidden]{display:none!important}
.wire-chat-reply-draft-303f1h9284a button,.wire-chat-attachment-303f1h9284a button{
 width:23px;height:23px;border:0;border-radius:50%;background:#10283a;color:#c9d8e1;cursor:pointer
}
.wire-chat-composer-303f1h9284a{display:grid;grid-template-columns:auto auto minmax(0,1fr) auto;gap:5px;align-items:end}
.wire-chat-composer-303f1h9284a>button{
 width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid #315069;border-radius:50%;
 background:#0a1c29;color:#dce8ef;cursor:pointer;font:inherit;font-size:13px
}
.wire-chat-composer-303f1h9284a>button[type="submit"]{border-color:#e62e4f;background:var(--wc-accent);color:#fff}
.wire-chat-composer-303f1h9284a textarea{
 width:100%;min-height:34px;max-height:92px;resize:none;padding:8px 9px;border:1px solid #315069;border-radius:12px;
 background:#06131d;color:#fff;font:inherit;font-size:10px;line-height:1.35;outline:0
}
.wire-chat-file-input-303f1h9284a{display:none!important}
.wire-chat-status-303f1h9284a{min-height:12px;color:#738b9c;font-size:7px}
.wire-chat-status-303f1h9284a.is-error{color:#ff6f87}
.wire-chat-empty-303f1h9284a{display:grid;place-items:center;align-content:center;gap:4px;min-height:160px;padding:20px;color:#71899a;text-align:center;font-size:9px}
.wire-chat-empty-303f1h9284a strong{color:#dce8ef;font-size:11px}
.wire-message-group-section-303f1h9284a{display:grid;border-bottom:1px solid #20394c}
.wire-message-group-section-303f1h9284a>header{
 display:flex;justify-content:space-between;align-items:center;padding:8px 10px 5px;color:#ff5874;font-size:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase
}
.wire-message-group-row-303f1h9284a{
 display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:57px;padding:7px 9px;color:inherit;text-decoration:none
}
.wire-message-group-row-303f1h9284a:hover{background:#0a1d2b}
.wire-message-group-row-303f1h9284a>span:nth-child(2){min-width:0;display:grid}
.wire-message-group-row-303f1h9284a strong,.wire-message-group-row-303f1h9284a small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.wire-message-group-row-303f1h9284a strong{color:#eaf3f7;font-size:10px}
.wire-message-group-row-303f1h9284a small{color:#71899a;font-size:8px}
.wire-chat-modal-backdrop-303f1h9284a{
 position:fixed;inset:0;z-index:12040;background:rgba(0,0,0,.58);backdrop-filter:blur(3px)
}
.wire-chat-modal-backdrop-303f1h9284a[hidden],.wire-chat-modal-303f1h9284a[hidden]{display:none!important}
.wire-chat-modal-303f1h9284a{
 position:fixed;left:50%;top:50%;z-index:12041;width:min(520px,calc(100vw - 28px));max-height:min(690px,calc(100dvh - 34px));
 display:grid;grid-template-rows:auto minmax(0,1fr) auto;transform:translate(-50%,-50%);overflow:hidden;
 border:1px solid #31546d;border-radius:15px;background:#07131e;box-shadow:0 26px 70px rgba(0,0,0,.5)
}
.wire-chat-modal-303f1h9284a>header{
 display:flex;align-items:center;justify-content:space-between;gap:10px;padding:11px 13px;border-bottom:1px solid #223d50;background:#081824
}
.wire-chat-modal-303f1h9284a>header div{display:grid}
.wire-chat-modal-303f1h9284a>header small{color:#ff5874;font-size:8px;font-weight:900;letter-spacing:.09em}
.wire-chat-modal-303f1h9284a>header strong{color:#fff;font-size:14px}
.wire-chat-modal-303f1h9284a>header button{width:30px;height:30px;border:1px solid #315069;border-radius:50%;background:#0a1c29;color:#fff;cursor:pointer}
.wire-chat-modal-body-303f1h9284a{min-height:0;overflow:auto;display:grid;align-content:start;gap:10px;padding:12px}
.wire-chat-modal-body-303f1h9284a label{display:grid;gap:5px;color:#91a6b4;font-size:9px}
.wire-chat-modal-body-303f1h9284a input{width:100%;min-height:36px;padding:0 9px;border:1px solid #315069;border-radius:9px;background:#06131d;color:#fff;outline:0}
.wire-chat-profile-results-303f1h9284a,.wire-chat-selected-303f1h9284a,.wire-chat-group-members-303f1h9284a{display:grid;gap:6px}
.wire-chat-profile-result-303f1h9284a,.wire-chat-group-member-303f1h9284a{
 display:grid;grid-template-columns:35px minmax(0,1fr) auto;gap:8px;align-items:center;min-height:48px;padding:6px 7px;
 border:1px solid #29485f;border-radius:9px;background:#081824
}
.wire-chat-profile-result-303f1h9284a>span,.wire-chat-group-member-303f1h9284a>span{min-width:0;display:grid}
.wire-chat-profile-result-303f1h9284a strong,.wire-chat-group-member-303f1h9284a strong{overflow:hidden;color:#eaf3f7;font-size:9px;text-overflow:ellipsis;white-space:nowrap}
.wire-chat-profile-result-303f1h9284a small,.wire-chat-group-member-303f1h9284a small{color:#70899a;font-size:8px}
.wire-chat-profile-result-303f1h9284a button,.wire-chat-group-member-303f1h9284a button{
 min-height:29px;padding:0 8px;border:1px solid #315069;border-radius:8px;background:#0a1c29;color:#dce8ef;cursor:pointer;font:inherit;font-size:8px;font-weight:850
}
.wire-chat-selected-303f1h9284a{display:flex;flex-wrap:wrap}
.wire-chat-selected-303f1h9284a button{
 min-height:28px;padding:0 8px;border:1px solid rgba(255,49,87,.43);border-radius:999px;background:rgba(255,49,87,.08);color:#ff7188;cursor:pointer;font:inherit;font-size:8px
}
.wire-chat-modal-303f1h9284a>footer{display:flex;justify-content:flex-end;gap:7px;padding:10px 12px;border-top:1px solid #223d50;background:#081824}
.wire-chat-modal-303f1h9284a>footer button{
 min-height:34px;padding:0 11px;border:1px solid #315069;border-radius:9px;background:#0a1c29;color:#eaf3f7;cursor:pointer;font:inherit;font-size:9px;font-weight:850
}
.wire-chat-modal-303f1h9284a>footer button.primary{border-color:#e62e4f;background:var(--wc-accent);color:#fff}
.wire-group-chat-page-303f1h9284a{display:grid;gap:10px;padding-bottom:32px}
.wire-group-chat-page-head-303f1h9284a{
 display:flex;align-items:flex-start;justify-content:space-between;gap:16px;padding:14px;border:1px solid #315069;border-radius:14px;background:#081824
}
.wire-group-chat-page-head-303f1h9284a>div{display:grid;gap:2px}
.wire-group-chat-page-head-303f1h9284a small{color:#ff5874;font-size:8px;font-weight:900;letter-spacing:.09em}
.wire-group-chat-page-head-303f1h9284a h1{margin:0;color:#fff;font-size:21px}
.wire-group-chat-page-head-303f1h9284a p{margin:0;color:#71899a;font-size:9px}
.wire-group-chat-page-head-303f1h9284a nav{display:flex;flex-wrap:wrap;gap:6px}
.wire-group-chat-page-head-303f1h9284a nav a,.wire-group-chat-page-head-303f1h9284a nav button{
 min-height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 9px;border:1px solid #315069;border-radius:9px;
 background:#0a1c29;color:#eaf3f7;cursor:pointer;font:inherit;font-size:8px;font-weight:850;text-decoration:none
}
.wire-group-member-strip-303f1h9284a{display:flex;align-items:center;gap:4px;min-height:40px;padding:6px 9px;border:1px solid #29485f;border-radius:11px;background:#07131e}
.wire-group-member-strip-303f1h9284a a{width:30px;height:30px;overflow:hidden;border:2px solid #081824;border-radius:50%}
.wire-group-member-strip-303f1h9284a .avatar-sm,.wire-group-member-strip-303f1h9284a .wire-avatar{width:30px!important;height:30px!important;min-width:30px!important;border-radius:50%!important}
.wire-group-member-strip-303f1h9284a>span{color:#71899a;font-size:8px}
.wire-full-chat-surface-303f1h9284a{min-height:600px;height:min(690px,calc(100dvh - 220px));overflow:hidden;border:1px solid #315069;border-radius:14px;background:#07131e}
.wire-chat-loading-303f1h9284a{height:100%;display:grid;place-items:center;color:#71899a;font-size:10px}
html.wire-chat-media-offset-303f1h9284a .wire-chat-launcher-303f1h9284a,
html.wire-chat-media-offset-303f1h9284a .wire-chat-dock-303f1h9284a{bottom:max(112px,calc(env(safe-area-inset-bottom) + 112px))}
@media(max-width:760px){
 .wire-chat-launcher-303f1h9284a{right:13px;bottom:max(82px,calc(env(safe-area-inset-bottom) + 82px))}
 .wire-chat-dock-303f1h9284a{left:8px;right:8px;bottom:max(70px,calc(env(safe-area-inset-bottom) + 70px));width:auto;height:min(66dvh,560px);border-radius:15px}
 .wire-chat-dock-303f1h9284a.is-minimized{left:auto;width:min(340px,calc(100vw - 16px))}
 html.wire-chat-media-offset-303f1h9284a .wire-chat-launcher-303f1h9284a,
 html.wire-chat-media-offset-303f1h9284a .wire-chat-dock-303f1h9284a{bottom:max(132px,calc(env(safe-area-inset-bottom) + 132px))}
 .wire-full-chat-surface-303f1h9284a{min-height:520px;height:calc(100dvh - 205px)}
 .wire-group-chat-page-head-303f1h9284a{flex-direction:column}
}

/* wire-persistent-chat-height-owner-303f1h9284b */

/*
 * Give the message viewport a slightly tighter desktop proportion while
 * leaving the composer comfortably usable.
 */
@media(min-width:761px){
  .wire-chat-dock-303f1h9284a{
    max-height:475px!important;
  }
}


/* wire-persistent-chat-action-button-polish-303f1h9284c */

/* Header controls: smaller, lighter, less visually dominant. */
.wire-chat-head-actions-303f1h9284a{
  gap:3px!important;
}

.wire-chat-head-actions-303f1h9284a button,
.wire-chat-head-actions-303f1h9284a a{
  width:28px!important;
  height:28px!important;
  min-width:28px!important;
  min-height:28px!important;
  border-color:rgba(92,130,158,.42)!important;
  background:rgba(10,28,41,.76)!important;
  font-size:10px!important;
  box-shadow:none!important;
}

.wire-chat-head-actions-303f1h9284a button:hover,
.wire-chat-head-actions-303f1h9284a a:hover{
  border-color:rgba(115,157,188,.58)!important;
  background:#0d2232!important;
}

/* Composer row: slightly tighter without shrinking the text field. */
.wire-chat-composer-303f1h9284a{
  grid-template-columns:30px 30px minmax(0,1fr) 32px!important;
  gap:4px!important;
  align-items:center!important;
}

.wire-chat-composer-303f1h9284a>button{
  width:30px!important;
  height:30px!important;
  min-width:30px!important;
  min-height:30px!important;
  border-color:rgba(87,126,156,.4)!important;
  background:rgba(10,28,41,.68)!important;
  font-size:11px!important;
  box-shadow:none!important;
}

.wire-chat-composer-303f1h9284a>button:hover{
  border-color:rgba(112,153,184,.56)!important;
  background:#0d2232!important;
}

/* Send stays visually primary, but is no longer oversized. */
.wire-chat-composer-303f1h9284a>button[type="submit"]{
  width:32px!important;
  height:32px!important;
  min-width:32px!important;
  min-height:32px!important;
  border-color:#e52d4d!important;
  background:#ff3157!important;
  font-size:12px!important;
}

.wire-chat-composer-303f1h9284a>button[type="submit"]:hover{
  background:#ff4164!important;
}

/* Text field aligns cleanly with the smaller controls. */
.wire-chat-composer-303f1h9284a textarea{
  min-height:32px!important;
  padding:7px 9px!important;
  border-radius:11px!important;
}

/* Message action row: compact and subtle. */
.wire-chat-message-actions-303f1h9284a{
  gap:1px!important;
  padding:0 2px!important;
  min-height:20px!important;
}

.wire-chat-message-actions-303f1h9284a button{
  min-width:20px!important;
  width:20px!important;
  height:20px!important;
  padding:0!important;
  border:0!important;
  background:transparent!important;
  font-size:7px!important;
  opacity:.78!important;
}

.wire-chat-message-actions-303f1h9284a button:hover{
  background:rgba(16,40,58,.72)!important;
  opacity:1!important;
}

.wire-chat-time-303f1h9284a{
  padding:0 3px!important;
  font-size:6.5px!important;
}

/* Reaction pills remain tappable but less bulky. */
.wire-chat-reaction-pill-303f1h9284a{
  min-height:19px!important;
  padding:0 5px!important;
  border-color:rgba(78,115,143,.42)!important;
  font-size:7px!important;
}

/* Slightly reduce composer chrome itself. */
.wire-chat-composer-wrap-303f1h9284a{
  padding:6px!important;
  gap:4px!important;
}

@media(max-width:760px){
  .wire-chat-head-actions-303f1h9284a button,
  .wire-chat-head-actions-303f1h9284a a{
    width:27px!important;
    height:27px!important;
    min-width:27px!important;
    min-height:27px!important;
  }

  .wire-chat-composer-303f1h9284a{
    grid-template-columns:29px 29px minmax(0,1fr) 32px!important;
  }

  .wire-chat-composer-303f1h9284a>button:not([type="submit"]){
    width:29px!important;
    height:29px!important;
    min-width:29px!important;
    min-height:29px!important;
  }
}

/* wire-persistent-chat-reaction-row-spacing-303f1h9284d */

/*
 * Bring the reply/reaction/time controls closer to the message content.
 * Button dimensions remain exactly as established by h9284c.
 */
.wire-chat-message-actions-303f1h9284a{
  margin-top:-3px!important;
}

/*
 * If an actual reaction-count pill row exists, keep that row naturally close
 * to the bubble while keeping the action controls tucked directly beneath it.
 */
.wire-chat-reactions-303f1h9284a +
.wire-chat-message-actions-303f1h9284a{
  margin-top:-2px!important;
}

/* wire-message-popup-legibility-303f1h9300b
 * Slight readability lift for the inbox's last-message preview only.
 */
.wire-chat-conversation-copy-303f1h9284a > span{
  color:#8299aa!important;
  font-size:9px!important;
  line-height:1.25!important;
}
