.page { padding: 1rem; }
.recommendations-list { margin-top: 1rem; }
.recommendation-item {
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  background: #fafafa;
}
.recommendation-item .date { font-size: 0.875rem; color: #666; margin-bottom: 0.25rem; }
.recommendation-item .summary { margin-top: 0.5rem; }
.severity-pill {
  display: inline-block;
  padding: 0.2rem 0.5rem;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.severity-pill.low { background: #e8f5e9; color: #2e7d32; }
.severity-pill.medium { background: #fff3e0; color: #e65100; }
.severity-pill.high { background: #ffebee; color: #c62828; }
