/* Shared client demo banner (Operation Guide + ALLO TAXI CRM) */
.og-demo-banner {
  z-index: 1030;
  border-bottom: 3px solid #f5b800 !important;
  background: linear-gradient(90deg, #1a1a1a 0%, #2d2d2d 100%) !important;
  color: #fff !important;
}

.og-demo-banner__inner {
  max-width: 100%;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.og-demo-banner__row {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem 0.75rem;
  min-height: 2rem;
  font-size: 0.875rem;
  line-height: 1.25;
}

.og-demo-banner__brand {
  flex: 0 1 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

.og-demo-banner__tag {
  opacity: 0.85;
  font-weight: 400;
}

.og-demo-banner__role {
  flex-shrink: 0;
  max-width: 14rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.75rem;
}

.og-demo-banner__logins {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0.95;
  font-size: 0.875rem;
}

.og-demo-banner__actions {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-left: auto;
}

.og-demo-banner__actions .btn {
  padding: 0.2rem 0.55rem;
  font-size: 0.75rem;
  line-height: 1.3;
  white-space: nowrap;
}

.og-demo-banner__actions .btn-outline-light {
  border-color: rgba(255, 255, 255, 0.45);
  color: #fff;
}

.og-demo-banner__actions .btn-outline-light:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
  color: #fff;
}

@media (max-width: 575.98px) {
  .og-demo-banner__role {
    display: none;
  }
  .og-demo-banner__brand .og-demo-banner__tag {
    display: none !important;
  }
}

.og-demo-banner strong {
  color: #fff;
}

.og-demo-banner code {
  color: #f5b800 !important;
  background: rgba(0, 0, 0, 0.35);
  padding: 0.12em 0.4em;
  border-radius: 0.25rem;
  font-weight: 600;
  font-size: 0.875rem;
}

.og-demo-banner .btn-dark {
  background-color: #f5b800 !important;
  border-color: #f5b800 !important;
  color: #1a1a1a !important;
  font-weight: 600;
}

.og-demo-banner .btn-outline-dark,
.og-demo-banner .btn-outline-light.og-demo-reset-btn {
  color: #f5b800 !important;
  border-color: #f5b800 !important;
  background: transparent !important;
  font-weight: 600;
}

.og-demo-banner .btn-outline-dark:hover,
.og-demo-banner .btn-outline-light.og-demo-reset-btn:hover {
  background-color: #f5b800 !important;
  border-color: #f5b800 !important;
  color: #1a1a1a !important;
}

.user-settings-page .og-demo-reset-card .demo-login-table code {
  font-size: 0.875rem;
}
