/* TG Vault v179 — remove unexplained Japanese decorative labels from public pages. */
.tgv-easter-name{
  display:none!important;
}
body.premium-theme:not(.home-page)::before,
body.premium-theme:not(.home-page)::after,
body.premium-theme:not(.home-page) main::before,
body.premium-theme:not(.home-page) main::after{
  content:""!important;
}
