.company-logo { display:block; width:240px; max-width:100%; height:auto; object-fit:contain; }
.brand .sidebar-logo { width:194px; max-height:88px; object-position:left center; }
.company-identity { display:flex; align-items:center; gap:28px; padding:24px; margin-bottom:24px; border:1px solid var(--line); border-radius:10px; background:#fff; }
.company-identity .company-logo { width:225px; flex-shrink:0; }
.company-identity p { color:#7c8f81; font-size:12px; line-height:1.7; margin-top:8px; }
.company-identity a { margin-left:auto; text-decoration:none; }
.invoice-heading .invoice-logo { width:205px; max-height:82px; margin:0 0 15px; object-position:left center; }
@media screen and (max-width:1000px) {
  .company-identity { flex-wrap:wrap; gap:20px; }
  .company-identity a { margin-left:0; }
}
@media screen and (max-width:760px) {
  .mobile-company { margin-bottom:22px; }
  .mobile-company .mobile-logo { width:214px; max-height:85px; object-position:left center; }
  .company-identity { padding:20px; flex-direction:column; align-items:flex-start; }
  .company-identity .company-logo { width:240px; }
  .company-identity h2 { font-size:16px; }
  .company-identity p { font-size:13px; }
  .invoice-heading .invoice-logo { width:175px; max-height:70px; }
}
