
.updates-section {
  background: var(--surface-color);
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.update-item {
  border-bottom: 1px solid var(--border-color);
  padding: 0.8rem 0;
}

.update-item:last-child {
  border-bottom: none;
}

.update-item h4 {
  margin: 0 0 0.5rem 0;
  color: var(--primary-color);
}

.update-item p {
  margin: 0 0 0.5rem 0;
}

.update-item small {
  color: var(--text-muted);
}
