.row-main { min-width: 0; overflow: hidden; }
.proj-row {
  display: grid !important;
  grid-template-columns: 36px minmax(0, 1fr) 36px !important;
  gap: 12px !important;
  align-items: center;
  padding: 14px 12px;
  min-width: 0;
  width: 100%;
}
.proj-row .avatar {
  width: 36px;
  height: 36px;
  font-size: 12px;
}
.proj-row .row-title {
  display: block;
  min-width: 0;
}
.proj-row .row-title strong {
  display: block;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  word-break: break-word;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 500;
}
.proj-row .subline {
  display: block;
  margin-top: 2px;
}
.proj-row .row-del {
  opacity: 1;
  width: 36px;
  height: 36px;
  font-size: 18px;
}
#btn-add-proj { display: none !important; }
.toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.toolbar-actions {
  display: flex;
  gap: 8px;
  flex: 0 0 auto;
}
.toolbar-actions .ink {
  white-space: nowrap;
  min-height: 2.5rem;
  padding: 8px 14px;
}
@media (max-width: 1023px) {
  .proj-row {
    grid-template-columns: 40px minmax(0, 1fr) 40px !important;
    padding: 14px 12px;
  }
  .proj-row .avatar {
    width: 40px;
    height: 40px;
    font-size: 13px;
  }
  .proj-row .row-title strong {
    font-size: 1.05rem;
  }
  .toolbar {
    padding: 8px 12px 4px;
    flex-wrap: nowrap;
  }
  .toolbar-actions {
    width: 100%;
    flex: 1 1 100%;
  }
  .toolbar-actions .ink {
    flex: 1 1 0;
    min-width: 0;
    min-height: 2.75rem;
    font-size: 14px;
  }
}
