/* Target only Winga's existing custom article format, without a preceding
   thumbnail/ad. Ordinary articles keep their original title and spacing.
   Browsers without :has() simply keep ASAP's spacing; author removal is PHP. */
body.winga-compact-entry .content-single .asap-content-box:has(> .the-content:first-child > .winga-odds:first-child) {
  margin-top: 0;
}
body.winga-compact-entry .content-single .asap-content-box > .the-content:first-child:has(> .winga-odds:first-child) {
  padding-top: 0;
}
