/* Externalise de la modification #56 le 23/08/2026 (G6M_EXTERNALISATION_V1016).
   Ce bloc etait inline dans PAGE_CONTAINER : il repartait donc dans le HTML de
   CHAQUE page, sans jamais etre mis en cache. En fichier, il est recupere une
   fois puis servi depuis le cache.
   Le <link> occupe la position EXACTE de l ancien <style> : l ordre de cascade
   est donc rigoureusement identique. */


/* G6M_SHOP_HIDE_PSEUDO_V523 — remove owner username under price */
html body[data-template*="dbtech_shop"] .itemList-item a.username,
html body[data-template*="dbtech_shop"] .itemList-item .username,
html body[data-template*="dbtech_shop"] .itemList-item .listInline--bullet > li:has(> a.username),
html body[data-template*="dbtech_shop"] .itemList-item .listInline--bullet > li:has(> .username),
html body[data-template*="dbtech_shop"] .itemList-item .structItem-parts > li:has(> a.username),
html body[data-template*="dbtech_shop"] .itemList-item .structItem-parts--item > li:has(> a.username),
html body[data-template*="dbtech_shop"] .itemList-item .contentRow-minor a.username,
html body[data-template*="dbtech_shop"] .itemList-item-grid .listInline--bullet > li:has(a.username),
html body[data-template*="dbtech_shop"] .node-extra .username,
html body[data-template*="dbtech_shop"] .itemList-item [data-author] > .username {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  font-size: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* END G6M_SHOP_HIDE_PSEUDO_V523 */

