@media (max-width: 767px) {
  /* Mobile punishment archive: the folder-cover glyphs are desktop decoration only. */
  #case-files div[class*="aspect-[3/4]"] svg {
    display: none !important;
  }

  /* Keep the compact archive tabs text-first on phones as well. */
  #case-files .overflow-x-auto button > svg {
    display: none !important;
  }
}
