/* BOC 2026-07-27 — /dk/ deltas vs the merged ROOT theme modules.
   Merged /cc/ pages render with the root modules, so rules that existed only in the pre-merge
   /dk/ module are lost. Loaded on /dk/ pages only by ig-includes/ig-boc-locale-css-overrides.php. */

/* redesign/_paym-icon.css: the merged ROOT module carries the generic 160x60 paylogo Apple Pay
   (correct for root/UK, and what OLD /ro/ used too), but this locale`s pre-merge module used the
   small 86x26 new-images variant. Restore it, plus the @2x visa art. */
._paym-icon.apple-pay { background-image: url(/style/new-images/apple-pay@2x.png); width: 86px; height: 26px; }
._paym-icon.visa { background-image: url(/style/new-images/visa@2x.png); }

/* Author photo in the .pagemeta byline. The footer template now emits the author slug class
   (footer/redesign/footer-dk.php), but the merged root only ships .pagemeta .last-update
   .author.<slug>:before rules for its own authors, so Mads Clausen still fell through to the
   generic /style/new-images/author-1.jpg. */
.pagemeta .last-update .author.mads-clausen:before { background-image: url(/dk/files/mads-clausen-profil.png); }
