/* Denizen Blu: remove LibreChat's default circular icon-frame
   (background fill + inset ring) around endpoint/model logos —
   our logo already reads fine on its own without a badge frame. */
.shadow-stroke {
  background-color: transparent !important;
}
.shadow-stroke::after {
  box-shadow: none !important;
}
