/* Official AIWEYOU brand artwork across public and operations surfaces. */
.site-logo img,
.global-logo img,
.top-logo img,
.wordmark img,
.modal-brand img,
.report-brand,
.about-brand img,
.pricing-page .brand img,
.admin-login-brand img,
.login-logo,
.admin-brand img {
  display: block;
  width: auto;
  object-fit: contain;
}

.site-logo img,
.global-logo img,
.top-logo img { height: 38px; }
.wordmark img { height: 58px; }
.modal-brand img { height: 38px; }
.report-brand { position: absolute; top: 28px; right: 68px; height: 42px; }
.about-brand img,
.pricing-page .brand img { height: 42px; }
.admin-login-brand { flex-wrap: wrap; }
.admin-login-brand img { height: 48px; }
.admin-login-brand small { flex-basis: 100%; margin-top: 7px; }
.login-logo { height: 54px; margin-bottom: 30px; }
.admin-brand { flex-wrap: wrap; }
.admin-brand img { width: 155px; height: auto; background: #fff; }
.admin-brand small { flex-basis: 100%; margin-top: 1px; }

@media (max-width: 900px) {
  .admin-brand { width: 38px; height: 38px; overflow: hidden; border-radius: 9px; }
  .admin-brand img { width: 99px; max-width: none; height: 38px; object-fit: cover; object-position: left center; }
  .admin-brand small { display: none; }
}

@media (max-width: 760px) {
  .site-logo img,
  .global-logo img,
  .top-logo img { height: 32px; }
  .wordmark img { height: 47px; }
  .report-brand { top: 23px; right: 55px; height: 34px; }
  .about-brand img,
  .pricing-page .brand img { height: 35px; }
}
