/* Shared treatment for the original logo: keep its artwork intact. */
.brand-surface {
  background: linear-gradient(180deg, #303747 0%, #2b3242 50%, #1d2635 100%);
  color: #fff;
}
.brand-image {
  -webkit-mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-composite: source-in;
  mask-image: linear-gradient(to right, transparent, #000 6%, #000 94%, transparent), linear-gradient(to bottom, transparent, #000 4%, #000 96%, transparent);
  mask-composite: intersect;
}
.footer.brand-surface, .footer.brand-surface p, .footer.brand-surface a, .footer.brand-surface b { color: #fff; }
.footer.brand-surface .footer-bottom { color: #e7edf5; }
.admin-logo-surface { text-align: center; padding: 12px; border-radius: 8px; margin-bottom: 24px; }
.admin-logo-surface .brand-image { width: 210px; height: auto; display: block; margin: auto; }
.admin-brand.brand-surface { display: flex; flex-direction: column; align-items: center; gap: 8px; padding: 12px; border-radius: 8px; color: #fff; }
.admin-brand.brand-surface img { width: 175px; height: auto; max-width: 100%; }
.admin-brand.brand-surface small { color: #fff; font-size: 10px; letter-spacing: .12em; }
@media(max-width: 720px) { .admin-brand.brand-surface img { width: 130px; } }
