/* Profile Tabs — shared 360° side-panel tab styles */

.pt-activity-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.pt-activity-item {
  display: flex;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
  transition: background 0.15s ease;
}

.pt-activity-item:hover {
  background: #f8fafc;
}

.pt-activity-icon {
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eff6ff;
  color: #1e3a8a;
  border-radius: 50%;
}

.pt-activity-icon .material-icons {
  font-size: 18px;
}

.pt-activity-body {
  flex: 1 1 auto;
  min-width: 0;
}

.pt-activity-summary {
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  line-height: 1.4;
  margin-bottom: 2px;
  overflow-wrap: anywhere;
}

.pt-activity-meta {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
  color: #64748b;
}

.pt-activity-type {
  margin-left: auto;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #475569;
  background: #f1f5f9;
  padding: 2px 8px;
  border-radius: 999px;
}

.panel-body-padded {
  padding: 18px 20px;
}
