/* Full user-supplied address, visible without changing the viewport height. */
.ca-chip { grid-template-columns: 1fr; white-space: nowrap; color: #ff963e; }
.ca-address { user-select: all; }
@media (max-width: 1000px) {
  .topbar { grid-template-columns: 1fr auto; grid-template-rows: 34px 28px; column-gap: 8px; row-gap: 0; }
  .topbar__descriptor, .topbar__nav { display: none; }
  .topbar__status { height: 34px; }
  .ca-chip { display: grid; grid-column: 1 / -1; grid-row: 2; height: 28px; padding: 0; border: 0; font-size: 8px; align-content: start; }
}
@media (max-width: 720px) {
  .topbar { grid-template-rows: 30px 24px; }
  .topbar__status { height: 30px; }
  .ca-chip { height: 24px; font-size: 8px; align-content: center; }
}
