.tm-impersonation-banner {
  background: #1e3a5f;
  color: #fff;
  font-size: 0.875rem;
  line-height: 1.4;
}

.tm-impersonation-banner__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem 1.25rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.625rem 1.25rem;
}

.tm-impersonation-banner__text {
  margin: 0;
  text-align: center;
}

.tm-impersonation-banner__exit {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  background: #fff;
  color: #1e3a5f;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.tm-impersonation-banner__exit:hover {
  background: #e8f0fa;
  color: #152a45;
}
