.brand {
  flex: 0 0 auto;
  min-width: max-content;
}
.brand > span:first-child {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #2563eb, #7c3aed);
  box-shadow: 0 7px 16px #4f46e533;
  font-size: 14px;
  font-weight: 900;
}
.brand-name,
.brand > span:last-child:not(:first-child) {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
  color: #172033;
  font-size: 20px;
  font-weight: 850;
  line-height: 1;
}
.brand small {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .075em;
  line-height: 1.1;
  text-transform: uppercase;
  white-space: nowrap;
}
.assignee-picker { border: 1px solid #dbe3ef; border-radius: 10px; padding: 10px 12px; margin: 12px 0; }
.assignee-picker legend { font-size: 12px; font-weight: 800; color: #475569; padding: 0 5px; }
.assignee-option { display: flex !important; align-items: center; gap: 9px; padding: 7px 4px; margin: 0 !important; }
.assignee-option input { width: auto !important; margin: 0; }
.assignee-option span { display: grid; font-size: 13px; font-weight: 700; }
.assignee-option small { font-weight: 400; color: #64748b; }
.card-assignees { display: flex; justify-content: flex-end; margin-top: 10px; }
.card-assignees span { display: grid; place-items: center; width: 26px; height: 26px; margin-left: -5px; border: 2px solid #fff; border-radius: 50%; background: #dbeafe; color: #1d4ed8; font-size: 9px; font-weight: 800; }
@media (max-width: 1050px) {
  header .brand small { display: none; }
}
@media (max-width: 900px) {
  header .brand > span:last-child { display: none; }
}
.pending-label{display:inline-block!important;margin-top:4px;color:#b45309!important;font-size:12px!important;font-weight:700}.member .secondary{white-space:nowrap;padding:8px 10px;font-size:12px}
