/* Shared Group post styling outside Group pages */
.post-group-line{
    margin-top:3px;
    color:var(--muted,#667085);
    display:flex;
    align-items:center;
    gap:5px;
    min-width:0;
    font-size:10px;
}
.post-group-line a{
    min-width:0;
    color:var(--blue,#176bff);
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-weight:800;
}
.post-group-line svg{
    width:12px;
    height:12px;
    flex:none;
}
.post-actions button:disabled,
.comment-action:disabled{
    opacity:.5;
    cursor:not-allowed;
    pointer-events:auto;
}
