/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

/* `turbo_stream_from` émet un <turbo-cable-stream-source> (abonnement WebSocket,
   purement fonctionnel). Sans display:none il reste un élément de flux : dans un
   grid/flex parent il occupe une cellule et décale la mise en page — c'est ce qui
   poussait la colonne chat hors de vue sur /live. On le sort du rendu partout. */
turbo-cable-stream-source { display: none !important; }
