/* ========================================================================== */
/* ETHNOS R145 — finitions centrage, Tchat et Annuaire                       */
/* Base : R144. Corrections ciblées du 3 août 2026.                          */
/* ========================================================================== */

/* 1 — Recherche Messages : centrage réel dans la colonne, tous formats. */
html body .memberMessagesDrawer .memberMessageSearch{
  box-sizing:border-box !important;
  justify-self:center !important;
  align-self:center !important;
  width:calc(100% - 51px) !important;
  max-width:calc(100% - 51px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  inset-inline:auto !important;
  transform:none !important;
}

/* 1366 × 768 et 1536 × 864 : réduction renforcée conservée et centrée. */
@media (max-width:1600px) and (max-height:920px){
  html body .memberMessagesDrawer .memberMessageSearch{
    width:calc(100% - 78px) !important;
    max-width:calc(100% - 78px) !important;
    margin-left:auto !important;
    margin-right:auto !important;
    justify-self:center !important;
  }
}

/* 2 — Suppression du volume bleu parasite au-dessus de la barre légale. */
html body .memberFooter{
  height:var(--footer-legal) !important;
  min-height:var(--footer-legal) !important;
  max-height:var(--footer-legal) !important;
}
html body .memberFooterLegal{
  height:100% !important;
  min-height:0 !important;
}

/* 3 — Grands formats : boutons continents plus compacts verticalement. */
@media (min-width:1800px) and (min-height:950px){
  html body .salonContinentShortcuts{
    gap:6px !important;
  }
  html body .salonContinentShortcuts button{
    min-height:34px !important;
    height:34px !important;
    padding:3px 12px !important;
  }
}

/* 4 — Annuaire : Pays et Ville empilés, puis action pleine largeur. */
html body .memberDirectoryLocationForm{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) !important;
  gap:9px !important;
}
html body .memberDirectoryLocationForm > select,
html body .memberDirectoryLocationForm > label,
html body .memberDirectoryLocationForm > button{
  grid-column:1 !important;
  width:100% !important;
  min-width:0 !important;
}
html body .memberDirectoryLocationForm > button{
  margin-top:4px !important;
}

/* Bouton Fermer Annuaire : standard Profil / Messages. */
html body .memberDirectoryShell > .memberDrawerCloseButton{
  box-sizing:border-box !important;
  width:calc(100% - 28px) !important;
  min-width:0 !important;
  min-height:44px !important;
  margin:10px 14px 14px !important;
  padding:0 14px !important;
  border:1px solid #071a39 !important;
  border-radius:10px !important;
  background:#071a39 !important;
  color:#fffaf3 !important;
  font-family:var(--ethnos-official-title) !important;
  font-size:clamp(13px,.84vw,16px) !important;
  font-weight:800 !important;
  line-height:1 !important;
  box-shadow:0 8px 18px rgba(7,26,57,.12) !important;
}
html body .memberDirectoryShell > .memberDrawerCloseButton:hover,
html body .memberDirectoryShell > .memberDrawerCloseButton:focus-visible{
  filter:brightness(1.08) !important;
  transform:translateY(-1px) !important;
}
