body { background: #f7f7fb; }
.card { border-radius: 1rem; }
.navbar-brand { letter-spacing: 0.2px; }
.desc-cell {
  max-width: 520px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 576px) {
  .desc-cell { max-width: 260px; }
}
textarea.form-control { resize: vertical; }
