@media (max-width: 767px) {
  /* Mobile Punishments: remove the oversized folder-cover/upload column entirely. */
  #case-files > div.relative.scroll-mt-24 > div.relative.grid > div.space-y-2 {
    display: none !important;
  }

  /* Let the actual archive records become the first visible content under the tabs. */
  #case-files > div.relative.scroll-mt-24 > div.relative.grid {
    display: block !important;
  }

  #case-files > div.relative.scroll-mt-24 {
    padding-top: 0.75rem !important;
  }
}
