.impersonation-banner {
  background-color: #ffc107;
  color: #000;
  padding: 0.5rem 1rem;
  text-align: center;
  font-size: var(--bulma-size-normal);
  z-index: 100;
  position: relative;
}

.impersonation-banner a:not(.button) {
  color: #000;
  text-decoration: underline;
}

[data-theme="dark"] .impersonation-banner,
[data-theme="dark"] .impersonation-banner strong,
[data-theme="dark"] .impersonation-banner a:not(.button) {
  color: #000;
}

.impersonation-banner-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  flex-wrap: wrap;
}

.impersonation-banner .button {
  vertical-align: middle;
}
