.visitor-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
  margin-left: auto;
  padding: 0 14px;
  border: 1px solid rgba(165,118,31,0.35);
  border-radius: 999px;
  background: rgba(255,253,248,0.66);
  color: #4a5a75;
  box-shadow: 0 8px 22px rgba(0,0,0,0.45);
  white-space: nowrap;
}

.visitor-badge[hidden] {
  display: none;
}

.visitor-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--blue, #a5761f);
  box-shadow: 0 0 0 5px rgba(165,118,31,0.25);
}

.visitor-copy {
  display: grid;
  gap: 1px;
  line-height: 1.1;
}

.visitor-copy strong {
  font-size: 15px;
  font-weight: 840;
}

.visitor-copy span {
  color: var(--muted, #66788f);
  font-size: 11px;
  font-weight: 720;
}

@media (max-width: 640px) {
  .visitor-badge {
    margin-left: 0;
    min-height: 38px;
    padding: 0 12px;
  }
}
