.hwg-topic-question{display:block;margin:18px 0 20px;clear:both}
.hwg-topic-question>a{display:inline-flex;align-items:center;justify-content:center;min-height:44px;max-width:100%;box-sizing:border-box;padding:11px 18px;border:1px solid #146329;border-radius:8px;background:#17782c;color:#fff!important;-webkit-text-fill-color:#fff!important;font-family:inherit;font-size:14px;font-weight:600;line-height:1.4;text-decoration:none!important;letter-spacing:0;text-transform:none;text-align:center;box-shadow:none}
.hwg-topic-question>a:hover{background:#105b21}
.hwg-topic-question>a:focus-visible,.hwg-message-popout button:focus-visible,.hwg-message-actions-trigger:focus-visible{outline:3px solid #68b82b!important;outline-offset:3px}
.hwg-actions-enhanced .hwg-chat-actions-row,.hwg-actions-enhanced .hwg-chat-photo-like{display:none!important}
.hwg-actions-enhanced .hwg-message-action-summary{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:6px;min-height:32px}
.hwg-actions-enhanced .hwg-message-actions-trigger{margin-left:auto;border:1px solid #d3ded4;border-radius:8px;padding:3px 12px;min-width:44px;min-height:36px;background:transparent;color:#435548;line-height:1;font-size:16px;cursor:pointer}
.hwg-actions-enhanced .hwg-reaction-count{display:inline-flex;gap:3px;align-items:center;padding:2px 7px;border:1px solid #d3ded4;border-radius:20px;font-size:12px;line-height:20px;color:inherit}
.hwg-actions-enhanced .hwg-reaction-count img,.hwg-actions-enhanced .hwg-reaction-count .hwg-reaction-icon{width:16px!important;height:16px!important;display:inline-block;vertical-align:middle}
.site-wrapper.atbs-dark-mode .hwg-message-actions-trigger{color:#e6efe9;background:#202b24;border-color:#607567}
.site-wrapper.atbs-dark-mode .hwg-reaction-count{border-color:#607567}
.hwg-message-popout{position:fixed;inset:auto;margin:0;padding:16px;width:320px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px);box-sizing:border-box;overflow:auto;overscroll-behavior:contain;border:1px solid #bdcebf;border-radius:14px;background:#fff;color:#1b3021;box-shadow:0 12px 48px #0005;font:14px/1.4 Arial,sans-serif}
.hwg-message-popout::backdrop{background:#06160a45}
.hwg-message-popout .hwg-popout-header{display:flex;align-items:center;justify-content:space-between;gap:8px}
.hwg-message-popout .hwg-popout-header strong{font-size:17px;color:inherit}
.hwg-message-popout p{color:inherit;font-size:13px;margin:8px 0 12px}
.hwg-message-popout [role=status]:empty{display:none}
.hwg-message-popout button{display:inline-flex;align-items:center;justify-content:center;gap:6px;box-sizing:border-box;min-width:44px;min-height:44px;padding:9px;border:1px solid #bdcebf;border-radius:8px;margin:0;background:#f3f7f3;color:#1b3021!important;-webkit-text-fill-color:#1b3021!important;font:600 14px/1.3 Arial,sans-serif;text-transform:none;letter-spacing:0;cursor:pointer;opacity:1}
.hwg-message-popout button:hover{background:#e3f1df;border-color:#17782c}
.hwg-message-popout button:disabled{opacity:.5;cursor:not-allowed}
.hwg-message-popout button.is-active,.hwg-message-popout button.is-liked{background:#d6edcf;border-color:#17782c}
.hwg-message-popout .hwg-popout-reactions{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding-bottom:12px;border-bottom:1px solid #bdcebf}
.hwg-message-popout img,.hwg-message-popout .hwg-reaction-icon{width:20px!important;height:20px!important;object-fit:contain;display:inline-block;vertical-align:middle}
.hwg-message-popout .hwg-popout-actions{display:grid;gap:6px;padding-top:12px}
.hwg-message-popout .hwg-popout-actions>button{justify-content:flex-start;width:100%}
.hwg-message-popout .hwg-popout-submenu:not([hidden]){display:grid;gap:5px;padding:4px 0 8px 12px}
.hwg-message-popout [hidden]{display:none!important}
.hwg-message-popout.hwg-popout-dark{background:#18251d;color:#f2f7f3;border-color:#607567}
.hwg-message-popout.hwg-popout-dark button{background:#253b2d;color:#f2f7f3!important;-webkit-text-fill-color:#f2f7f3!important;border-color:#607567}
.hwg-message-popout.hwg-popout-dark button:hover,.hwg-message-popout.hwg-popout-dark button.is-active{background:#32523b;border-color:#a3d38e}
@media(max-width:600px){.hwg-message-popout{left:12px;bottom:max(12px,env(safe-area-inset-bottom));width:calc(100vw - 24px);max-height:75dvh}.hwg-actions-enhanced .hwg-chat-message-body>p{-webkit-touch-callout:none}.hwg-actions-enhanced .hwg-message-actions-trigger{min-height:44px}}

/* Touch-only devices: let the existing long hold open message actions, not text selection. */
@media (hover: none) and (pointer: coarse) {
  [data-hwg-community-chat].hwg-actions-enhanced [data-hwg-chat-stream] .hwg-chat-message,
  [data-hwg-community-chat].hwg-actions-enhanced [data-hwg-chat-stream] .hwg-chat-message * {
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
  }
  /* Preserve editing and selection in any current or future message editor. */
  [data-hwg-community-chat].hwg-actions-enhanced [data-hwg-chat-stream] .hwg-chat-message :is(input, textarea, [contenteditable]:not([contenteditable="false"])),
  [data-hwg-community-chat].hwg-actions-enhanced [data-hwg-chat-stream] .hwg-chat-message [contenteditable]:not([contenteditable="false"]) * {
    -webkit-user-select: text;
    user-select: text;
    -webkit-touch-callout: default;
  }
}
