/* Restore the original, shared logo coordinate system from the supplied backup. */
.appLogoImage { transform: none !important; }
.logoThemeMask {
  inset: 0 !important;
  width: auto !important;
  height: auto !important;
  transform: none !important;
  -webkit-mask-image: url("images/logo-theme-mask.svg") !important;
  mask-image: url("images/logo-theme-mask.svg") !important;
  -webkit-mask-size: 100% 100% !important;
  mask-size: 100% 100% !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
}
/* A glare rule changed this element to relative positioning; restore the working overlay geometry. */
#logoDisplayCost.logoPriceOverlay {
  position: absolute !important;
  display: flex !important;
  overflow: hidden !important;
  isolation: isolate;
}
.logoPriceOverlay {
  left: 58.4% !important;
  top: 43.1% !important;
  width: 26.6% !important;
  height: 8.2% !important;
  transform: none !important;
}
.inventoryTableActions > div:first-child { display:flex; flex-wrap:wrap; align-items:baseline; column-gap:8px; }
.inventoryTableActions > div:first-child > span:not(.inventoryTableEntryCount) { flex-basis:100%; }
.inventoryTableEntryCount { color:var(--accent2); font-size:.82rem; font-weight:750; }
@media (max-width:620px) {
  .logoPriceOverlay { left:60.9% !important; top:43.2% !important; width:26.8% !important; height:8.1% !important; }
}