/* Academia Naval V124.9 - Organización integrada sin navegación duplicada.
   En Organización, la flecha superior vuelve al Chat. La barra interna se elimina.
   Alcance visual estricto: solo .detail-org. */

#socialPanel .social-section-view.detail-org{
  background:var(--bg)!important;
  padding-bottom:max(28px,env(safe-area-inset-bottom))!important;
}

/* No existe una segunda navegación dentro de Organización. */
#socialPanel .social-section-view.detail-org > .social-section-detail-tabs{
  display:none!important;
}

/* Buscar mensajes solo corresponde a la vista Chat. */
#socialPanel .social-section-view.detail-org #socialSectionSearchToggle{
  visibility:hidden!important;
  pointer-events:none!important;
}

/* El contenido empieza inmediatamente debajo del encabezado. */
#socialPanel .social-section-view.detail-org > #socialSectionVacancies,
#socialPanel .social-section-view.detail-org > #socialSectionEditCard,
#socialPanel .social-section-view.detail-org > #socialSectionInviteCard,
#socialPanel .social-section-view.detail-org > .social-command-card,
#socialPanel .social-section-view.detail-org > .social-squads-card,
#socialPanel .social-section-view.detail-org > #socialSectionUnassignedCard,
#socialPanel .social-section-view.detail-org > .social-section-footer-actions,
#socialPanel .social-section-view.detail-org > #socialSectionStatus{
  margin-left:12px!important;
  margin-right:12px!important;
}

#socialPanel .social-section-view.detail-org > #socialSectionEditCard,
#socialPanel .social-section-view.detail-org > #socialSectionInviteCard,
#socialPanel .social-section-view.detail-org > .social-command-card,
#socialPanel .social-section-view.detail-org > .social-squads-card,
#socialPanel .social-section-view.detail-org > #socialSectionUnassignedCard{
  margin-top:10px!important;
}

#socialPanel .social-section-view.detail-org > #socialSectionVacancies{
  margin-top:10px!important;
  margin-bottom:0!important;
}

/* Evita una separación doble entre bloques consecutivos. */
#socialPanel .social-section-view.detail-org > #socialSectionVacancies:empty{
  display:none!important;
}

@media(max-width:640px){
  #socialPanel .social-section-view.detail-org > #socialSectionVacancies,
  #socialPanel .social-section-view.detail-org > #socialSectionEditCard,
  #socialPanel .social-section-view.detail-org > #socialSectionInviteCard,
  #socialPanel .social-section-view.detail-org > .social-command-card,
  #socialPanel .social-section-view.detail-org > .social-squads-card,
  #socialPanel .social-section-view.detail-org > #socialSectionUnassignedCard,
  #socialPanel .social-section-view.detail-org > .social-section-footer-actions,
  #socialPanel .social-section-view.detail-org > #socialSectionStatus{
    margin-left:10px!important;
    margin-right:10px!important;
  }
}
