/*
 * Dpay console logo alignment.
 *
 * The bundled admin and merchant frontends render the square Dpay mark inside
 * a wide image box. Keep this override outside the minified bundles so the
 * brand layout remains readable and reviewable without pretending the
 * compiled frontend is maintainable source code.
 */
#app .logo_head .logo_box {
  box-sizing: border-box;
  column-gap: 12px;
  padding-inline: 18px;
}

#app .logo_head .logo_box .logo_image {
  display: block;
  width: 32px;
  height: 32px;
  object-fit: contain;
}

#app .logo_head .logo_box .logo_title {
  max-width: 166px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.2px;
}

#app .logo_head .logo_box.logo-collapsed {
  justify-content: center;
  padding: 0;
}

#app .logo_head .logo_box.logo-collapsed .logo_image {
  width: 28px;
  height: 28px;
}
