.topbar-fake-wrap {
  position: relative;
  display: inline-flex;
  z-index: 122;
}

.topbar-fake-panel {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: 132px;
  padding: 8px;
  border-radius: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.12);
  display: grid;
  gap: 6px;
  z-index: 210;
}

.topbar-fake-panel[hidden] {
  display: none !important;
}

.topbar-fake-item,
.topbar-fake-note {
  min-height: 38px;
  padding: 0 14px;
  border-radius: 12px;
  font: inherit;
  font-size: 13px;
  color: #1d1d1f;
}

.topbar-fake-item {
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
}

.topbar-fake-item:hover {
  background: rgba(15, 23, 42, 0.05);
}

.topbar-fake-item.is-current {
  background: rgba(52, 199, 89, 0.12);
  color: #1b5e2f;
  font-weight: 600;
}

.topbar-fake-panel--note {
  min-width: 176px;
}

.topbar-fake-note {
  display: flex;
  align-items: center;
  background: rgba(15, 23, 42, 0.04);
  line-height: 1.5;
}
