/* Keep the article itself, then replace its legacy continuation with the exact homepage experience. */
body.has-sbgf-article-workshop main#primary > .sb-related-guides {
  display: none !important;
  --sbgf-cutover-rule: related;
}

body.has-sbgf-article-workshop main#primary > .sb-related-guides ~ * {
  display: none !important;
  --sbgf-cutover-rule: tail;
}

body.has-sbgf-article-workshop main#primary > .sb-article-shell--comments {
  display: none !important;
  --sbgf-cutover-rule: comments;
}

body.has-sbgf-article-workshop > .sb-editorial-footer {
  display: none !important;
  --sbgf-cutover-rule: footer;
}

body.has-sbgf-article-workshop #sbgf-home {
  margin-block: 0;
}
