/* Logo grande, sin deformarse */
aside img[src*="/brand/logo-thumbnail.png"]{
  width: 64px !important;
  height: 64px !important;
  min-width: 64px !important;
  min-height: 64px !important;
  flex: 0 0 auto !important;
  border-radius: 16px !important;
  display: block !important;
  margin: 0 auto !important;
}

/* Solo los contenedores directos del logo se centran */
aside div:has(> img[src*="/brand/logo-thumbnail.png"]),
aside div:has(> div > img[src*="/brand/logo-thumbnail.png"]){
  width: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  overflow: visible !important;
}

/* La sección crece, pero sin volverse fila */
aside section:has(img[src*="/brand/logo-thumbnail.png"]){
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  padding-bottom: 12px !important;
}

/* Ocultar separador y nombre de cuenta */
aside div:has(> div > img[src*="/brand/logo-thumbnail.png"]) > *:not(:first-child){
  display: none !important;
}
