/* Locally restored thumbnails for the cached homepage. */
.latestPost .featured-thumbnail img {
  display: block;
  object-fit: cover;
}

/* These archived posts have no usable local thumbnail. */
.latestPost:nth-of-type(6) .post-image,
.latestPost:nth-of-type(8) .post-image,
.latestPost:nth-of-type(9) .post-image,
.latestPost:nth-of-type(10) .post-image {
  display: none !important;
}

/* Defunct Smaato ad widget: it reserves a large empty sidebar area. */
#sidebar .widget:has([id^="smt-"]),
.sidebar .widget:has([id^="smt-"]) {
  display: none !important;
}

/* Defunct Google ad slots in sidebars also reserve an empty 300×600 area. */
#sidebar .widget:has(ins.adsbygoogle),
.sidebar .widget:has(ins.adsbygoogle) {
  display: none !important;
}
