/* 8207: Online notification center.  Counts deliberately remain separate. */
.cmd-bell-task-badge-8207 {
  position: absolute;
  left: -7px;
  bottom: -7px;
  display: grid;
  place-items: center;
  min-width: 20px;
  height: 20px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #175cd3;
  color: #fff;
  font-size: .68rem;
  font-weight: 900;
}

.cmd-bell-task-badge-8207.hidden { display: none; }

.cmd-center-counts-8207 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 14px 0 8px;
}

.cmd-center-count-8207 {
  display: flex;
  align-items: center;
  gap: 9px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid #d0d5dd;
  border-radius: 11px;
  background: #f9fafb;
  color: #344054;
  font-weight: 750;
}

.cmd-center-count-8207 strong {
  display: grid;
  place-items: center;
  min-width: 28px;
  height: 28px;
  padding: 0 6px;
  border-radius: 999px;
  color: #fff;
  font-size: .82rem;
}

.cmd-center-count-8207.tasks strong { background: #175cd3; }
.cmd-center-count-8207.unread strong { background: #d92d20; }

.cmd-center-toolbar-8207,
.cmd-center-toolbar-actions-8207 {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.cmd-center-error-8207 { margin: 10px 0; }
.cmd-center-error-8207 .btn { margin-left: 8px; }

.cmd-history-head-8207 {
  display: grid;
  gap: 4px;
  margin: 14px 0 10px;
}

.cmd-history-unavailable-8207 {
  display: grid;
  gap: 7px;
  margin-top: 12px;
}

.cmd-history-unavailable-8207 .btn { justify-self: start; }

.cmd-history-more-8207 {
  display: flex;
  justify-content: center;
  padding: 12px 0 2px;
}

@media (max-width: 620px) {
  .cmd-center-counts-8207 { grid-template-columns: 1fr; }
  .cmd-center-toolbar-8207 { align-items: stretch; }
  .cmd-center-toolbar-actions-8207 { width: 100%; }
  .cmd-center-toolbar-actions-8207 .btn { flex: 1 1 150px; }
  .cmd-center-error-8207 .btn { display: block; margin: 8px 0 0; }
}
