body.single-post :where(.entry-content,.lc-prose,.post-content)>h2::before{
  content:"🍺";
  display:inline-block;
  margin-right:.42em;
  font-size:.56em;
  line-height:1;
  opacity:.48;
  transform:translateY(-.08em);
}
@media print{body.single-post :where(.entry-content,.lc-prose,.post-content)>h2::before{content:none!important}}
