.topbar a.topbar-nav-btn {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid transparent;
  border-radius: 6px;
  background: transparent;
  color: var(--ink-3);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  touch-action: manipulation;
  transition: background-color .16s ease, border-color .16s ease, color .16s ease, transform .16s ease;
}

.topbar a.topbar-nav-btn:hover {
  border-color: var(--line);
  background: #f7f9fa;
  transform: translateY(-1px);
}

.topbar a.topbar-nav-btn.active {
  border-color: #e6ca8d !important;
  background: #fff7e7 !important;
  color: #6f4e0e !important;
}

.topbar a#nav-daily-processing {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.topbar a#nav-daily-processing:hover { background: var(--ink-2); }

a.page-button-link {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

a.page-button-link:not(.action-btn) { color: inherit; }

.design-crm-workflow-link {
  align-self: end;
  margin: 0;
  text-align: center;
}

.job-record-summary-group.selected {
  border-color: #c59b3d;
  box-shadow: 0 0 0 2px rgba(197, 155, 61, .16);
}

.job-record-summary-card.has-summary-actions {
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 14px;
}

.job-record-summary-card .job-record-summary-actions {
  display: grid;
  grid-template-columns: minmax(125px, .85fr) minmax(0, 1.35fr);
  gap: 8px;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding-top: 13px;
  border-top: 1px solid #dbe2e7;
}

.job-record-summary-card .job-record-summary-actions .action-btn {
  width: 100%;
  min-width: 0;
  min-height: 54px;
  margin: 0;
  white-space: normal;
}

.job-card-workflow-link {
  display: flex;
  flex-direction: column;
  gap: 2px;
  text-align: center;
}

.job-card-workflow-link small {
  color: inherit;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.2;
  opacity: .78;
}

@media (max-width: 520px) {
  .job-record-summary-card .job-record-summary-actions {
    grid-template-columns: 1fr;
  }
}

[hidden] { display: none !important; }

body[data-page]:not([data-page="design"]) .topbar-command-group { display: none; }

body[data-page] #pageContent {
  min-height: calc(100vh - 84px);
}
.crm-suburb-suggestions {
  position: relative;
  z-index: 10;
  max-height: 18rem;
  margin-top: .35rem;
  overflow-y: auto;
  border: 1px solid #b8c3cc;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 37, 50, .16);
}

.crm-suburb-suggestion {
  display: block;
  width: 100%;
  padding: .65rem .75rem;
  border: 0;
  border-bottom: 1px solid #e3e8ec;
  background: #fff;
  color: #172532;
  text-align: left;
  cursor: pointer;
}

.crm-suburb-suggestion:hover,
.crm-suburb-suggestion:focus {
  background: #eef5f8;
}
