/* About-page logo presentation; preserve configured original artwork. */
body.public-about-os .tcv-nav[data-public-navigation] a.tcv-brand[href] img {
  width: 160px !important;
  height: 48px !important;
  max-width: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  padding: 4px 6px !important;
  background: #fff !important;
  border-radius: 9px;
  box-sizing: border-box;
}
body.public-about-os .ai-company-directory .ai-company-profile > .public-company-logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: start;
  width: 64px !important;
  height: 64px !important;
  padding: 0 !important;
  background: #fff !important;
  color: #175ca4 !important;
  border: 1px solid #dbe3ed;
  border-radius: 12px;
  overflow: hidden;
  box-sizing: border-box;
}
body.public-about-os .ai-company-directory .ai-company-profile .public-company-logo img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 6px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  body.public-about-os .tcv-nav[data-public-navigation] a.tcv-brand[href] img {
    width: clamp(100px, 32vw, 152px) !important;
    height: 44px !important;
    padding: 3px 4px !important;
  }
}
@media (max-width: 600px) {
  body.public-about-os .ai-company-directory .ai-company-profile > .public-company-logo {
    width: 52px !important;
    height: 52px !important;
  }
}
