.navbar-brand img {
  display: block;
  height: 30px;
  width: auto;
}

.dropdown-menu {
  min-width: 15rem;
}

.app-dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.42rem;
  vertical-align: 0.12rem;
  border-top: 0.28rem solid currentColor;
  border-right: 0.24rem solid transparent;
  border-left: 0.24rem solid transparent;
  opacity: 0.75;
}

.nav-menu-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.nav-status,
.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.nav-status {
  padding: 0.25rem 0.45rem;
}

.nav-status-muted,
.status-pill-muted {
  background: #eef0f3;
  color: #5d6673;
}

.nav-status-warn,
.status-pill-warn {
  background: #fff3cd;
  color: #8a5a00;
}

.nav-status-ok,
.status-pill-ok {
  background: #e7f6ee;
  color: #197047;
}

.status-pill {
  padding: 0.32rem 0.55rem;
}

.app-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #222;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.app-icon-dark {
  background: #20242a;
}

.app-icon-muted {
  background: #4d5560;
}

.app-icon-sheet {
  background: #1f6f52;
}

.section-dot {
  width: 0.58rem;
  height: 0.58rem;
  display: inline-block;
  border-radius: 999px;
  margin-right: 0.4rem;
  vertical-align: 0.06rem;
}

.section-dot-info {
  background: #17a2b8;
}

.section-dot-success {
  background: #28a745;
}

.section-dot-warning {
  background: #ffc107;
}

.section-dot-primary {
  background: #007bff;
}

.portal-hero-card .card-body {
  min-height: 220px;
  display: flex;
  align-items: center;
}

.portal-visual-card {
  overflow: hidden;
  min-height: 220px;
}

.portal-visual-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  background: #f6f7f9;
  padding: 1rem;
}

.portal-visual-caption {
  padding: 0.65rem 1rem;
  font-size: 0.88rem;
  font-weight: 700;
  color: #344767;
  border-top: 1px solid #eef0f3;
}

.conversion-card {
  min-height: 230px;
}

.conversion-card .text-sm {
  line-height: 1.5;
}

.app-footer-wrap {
  margin-top: 1rem;
}

.footer {
  background: transparent;
}

body {
  padding-bottom: 0;
}

@media (max-width: 991.98px) {
  .portal-hero-card .card-body,
  .portal-visual-card {
    min-height: 180px;
  }

  .portal-visual-img {
    height: 180px;
  }
}
