/* ========================================================================== */
/* ETHNOS R196 — finition Streaming et typographie de l’onglet Tchat          */
/* Base stricte : R195.                                                       */
/* ========================================================================== */

/* 1. Streaming : la première phrase reste intégralement sur une seule ligne. */
/*    Le <br> existant conserve la seconde phrase sur la ligne suivante.      */
html body .r185MetricStreaming p{
  max-width:100% !important;
  white-space:nowrap !important;
  font-size:clamp(8px,.62vw,12px) !important;
  line-height:1.18 !important;
  letter-spacing:-.012em !important;
}

/* 2. Onglet Tchat : même famille typographique que le titre de l’onglet Maps.*/
html body .r185TchatToggle h2,
html body .r185TchatToggle.r188TchatTabFixed h2{
  font-family:var(--font-title,"Fraunces",Georgia,serif) !important;
  font-weight:400 !important;
  font-style:normal !important;
  letter-spacing:-.025em !important;
}

/* Formats compacts : préserver la ligne complète sans modifier la largeur   */
/* du volet ni celle de l’onglet.                                             */
@media (min-width:901px) and (max-width:1500px),
       (min-width:901px) and (max-height:820px){
  html body .r185MetricStreaming p{
    font-size:8px !important;
    letter-spacing:-.02em !important;
  }
}
