.impersonation-banner {
  position: sticky;
  top: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.5rem 1rem;
  background-color: var(--color-warning, #f59e0b);
  color: #000;
  font-size: 0.875rem;
  font-weight: 500;
}

.impersonation-banner__stop {
  padding: 0.25rem 0.75rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
  color: #000;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
}

.impersonation-banner__stop:hover {
  background: rgba(255, 255, 255, 0.5);
}
