/* FaceCard horizontal logo — portals + admin */

.fc-brand-logo-wrap {
  background: transparent !important;
  line-height: 0;
}

.fc-brand-logo {
  max-height: 48px;
  width: auto;
  height: auto;
  object-fit: contain;
  object-position: left center;
  display: block;
  background: transparent !important;
  border: none;
  box-shadow: none;
}

html[data-fc-theme="light"] .fc-brand-logo-wrap,
html[data-fc-admin-theme="light"] .fc-brand-logo-wrap {
  background: transparent !important;
}

html[data-fc-admin-theme="midnight"] .fc-brand-logo,
html[data-fc-theme="dark"] .fc-brand-logo {
  filter: none;
}

.fc-brand-logo--sidebar {
  max-height: 44px;
  margin: 0 auto 0 0;
}

.fc-brand-logo--admin-sidebar {
  max-height: 48px;
  margin: 0 auto;
}

.fc-brand-logo--auth {
  max-height: 52px;
  margin: 0 auto;
}

.fc-admin-sidebar-brand {
  padding: 1.15rem 1rem 1.35rem;
  margin-bottom: 0.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  text-align: center;
}

/* Single admin logo: sidebar brand only (header logo removed). */
body.fc-admin-premium #page-topbar .navbar-brand-box {
  display: none !important;
}

body.fc-admin-premium.vertical-collpsed .fc-admin-sidebar-brand {
  padding: 0.85rem 0.35rem 1rem;
}

body.fc-admin-premium .fc-admin-sidebar-brand .fc-brand-logo {
  margin-left: auto;
  margin-right: auto;
}

.fc-portal-sidebar-brand {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 2.5rem;
  padding-bottom: 0;
}

.fc-portal-sidebar-brand__subtitle {
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: var(--fc-portal-muted, rgba(238, 242, 248, 0.62));
  margin: 0;
  line-height: 1.3;
}

body.host-portal .hp-brand.fc-portal-sidebar-brand {
  margin-bottom: 2.5rem;
}

body.host-portal .hp-brand.fc-portal-sidebar-brand .hp-brand-sub {
  margin-top: 0.15rem;
}

body.fc-photographer-portal .fc-nav-drawer-brand .fc-portal-sidebar-brand {
  margin-bottom: 0;
  padding-right: 2rem;
}

body.fc-photographer-portal .fc-portal-nav-list {
  margin-top: 0;
}

body.fc-photographer-portal .fc-portal-nav-list > .nav-h:first-child {
  margin-top: 0;
}

.fc-portal-auth-brand {
  text-align: center;
  margin-bottom: 1.25rem;
}

.fc-portal-auth-brand .fc-portal-sidebar-brand__subtitle {
  margin-top: 0.45rem;
}

.fc-admin-login-brand {
  text-align: center;
  margin-bottom: 1rem;
}

.fc-admin-login-brand p {
  margin: 0.65rem 0 0;
  font-size: 0.88rem;
  color: rgba(248, 250, 252, 0.78);
}

html[data-fc-theme="light"] .fc-portal-sidebar-brand__subtitle {
  color: rgba(15, 23, 42, 0.55);
}

@media (max-width: 900px) {
  .fc-brand-logo--sidebar {
    max-height: 40px;
  }
}
