/* ---------------------------------------------------------------------------
   Site overrides for the static Astro rebuild.
   Loaded AFTER the vendored theme CSS so these rules win.
   --------------------------------------------------------------------------- */

/* The theme centers `.col-sm-12.maincolumn` (it was only used for a few centered
   layouts on the old site). Our full-width content pages (slaaptest, over-ons,
   blogs, merken, sitemap, categorie-landings) use that column, so restore normal
   left-aligned reading text. Product/category tiles keep their own centered
   captions via the theme's `.Product.Detail` / `.Productgroup.Detail` rules. */
.col-sm-12.maincolumn {
  text-align: left;
}

/* Keep migrated content images responsive (some originals are very large). */
.maincolumn img,
.sidecolumn img,
.maincontainer .Content img,
.maincontainer figure img {
  max-width: 100%;
  height: auto;
}
