/* A completed work-order card owns the media player. Hide only the stale
 * duplicate emitted in the response header when both renderers coexist. */
.qadeem-message-bubble
  .not-prose:has(> .rounded-xl video)
  > .flex:first-child
  > .min-w-0.flex-1
  > .mt-3:has(video) {
  display: none !important;
}
