.brand-logo {
  display: block;
  width: 72px;
  height: 40px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-logo-auth {
  width: 96px;
  height: 54px;
}

.invoice-option {
  align-self: end;
  min-height: 43px;
  padding: 10px 12px;
  border: 1px solid #dedbd4;
  border-radius: 9px;
  background: #fffaf0;
}

@media (max-width: 1050px) {
  .sidebar .brand-logo { width: 50px; height: 32px; }
  .sidebar .brand > span:last-child { display: none; }
}

@media (max-width: 760px) {
  .sidebar .brand-logo { width: 72px; height: 40px; }
  .sidebar .brand > span:last-child { display: block; }
}
