.profile-name-inputs {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.profile-name-inputs .form-control {
  width: auto;
  min-width: 80px;
  flex: 1 1 80px;
}

.follow-stats {
  height: 3.75rem;
  padding: 0.5rem 0.75rem;

  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--dl-ink);
  text-decoration: none;
}

.team-popover {
  max-width: 360px;
}

.team-popover-body {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: var(--dl-font-size);
}

.team-popover-card ul {
  margin-bottom: 0;
}

.team-popover-card li + li {
  margin-top: 0.35rem;
}

.dl-feed {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.dl-feed-item {
  display: flex;
  align-items: flex-start;
  gap: 0.875rem;
  padding: 0.25rem 0;
}

.dl-feed-icon {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: #deebff;
  color: #0c66e4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dl-feed-icon .dl-icon {
  font-size: 1rem;
  line-height: 1;
}

.dl-feed-content {
  min-width: 0;
  flex: 1 1 auto;
}

.dl-feed-title-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.15rem;
}

.dl-feed-title {
  font-family: 'Funnel Sans', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: var(--dl-font-size);
  font-weight: 600;
  color: #172b4d;
  text-decoration: none;
  line-height: 1.35;
}

.dl-feed-title:hover {
  color: #0c66e4;
  text-decoration: underline;
}

.dl-feed-body {
  font-family: 'Hanken Grotesk', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: var(--dl-font-size);
  color: #44546f;
  line-height: 1.5;
  margin-bottom: 0.2rem;
  white-space: normal;
}

.dl-feed-meta {
  font-size: var(--dl-font-size);
  color: #6b778c;
}
