/* ========================================================================== */
/* ETHNOS R547 — 1280×720 : portes centrales + Streaming                     */
/* Base physique : R546.                                                      */
/* Périmètre strict : accueil Découverte, viewport CSS exact 1280×720.       */
/* ========================================================================== */

@media (width:1280px) and (height:720px){
  /* Les trois portes centrales reprennent la proportion plate déjà validée  */
  /* sur les formats supérieurs. Mise à l'échelle depuis le 1366 :            */
  /* 115px × 1280/1366 ≈ 108px. Dimensions de rangée et images inchangées.   */
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars{
    height:auto !important;
    min-height:0 !important;
    align-items:stretch !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar{
    height:108px !important;
    min-height:108px !important;
    padding:11px 14px 22px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > span{
    margin-bottom:3px !important;
    font-size:5.6px !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > h3{
    font-size:14px !important;
    line-height:1.04 !important;
    white-space:nowrap !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > p{
    max-width:100% !important;
    margin-top:4px !important;
    font-size:8.3px !important;
    line-height:1.06 !important;
  }
  html.ethnosGuestDiscovery[data-ethnos-ui="discord-r111"] body.isEthnosHomeView .r180Pillars > .r180Pillar > b{
    left:14px !important;
    bottom:7px !important;
    font-size:6.6px !important;
  }

  /* Streaming : monter légèrement le groupe texte sans modifier la carte,   */
  /* son image, sa largeur ou l'écart interne entre les libellés.             */
  html.ethnosGuestDiscovery body.isEthnosHomeView .r537MetricRow > .r185MetricStreaming{
    box-sizing:border-box !important;
    padding-bottom:5px !important;
  }
}
