.guest .topbar {
  align-items: center;
  justify-content: space-between;
}

.guest-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}

.guest .topbar .brand img {
  max-width: 150px;
  height: auto;
}
