/* Login header version; scoped to the logo row in the signed-out screen. */
#root header > div:first-child:has(> img[src="/logo.png"][alt="BitcoinPay"]) {
  display: grid;
  grid-template-columns: 28px auto;
  column-gap: 8px;
  row-gap: 2px;
  align-items: center;
}

#root header > div:first-child:has(> img[src="/logo.png"][alt="BitcoinPay"])::after {
  content: "version 2026.09.13";
  grid-column: 1 / -1;
  justify-self: start;
  color: #666666;
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
