/* Entry analysis content styling */
.analysis-content h4 {
  font-family: 'Plus Jakarta Sans', system-ui, -apple-system, sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #9CA3AF; /* gray-400 */
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-top: 0.75rem;
  margin-bottom: 0.125rem;
}

.analysis-content h4:first-child {
  margin-top: 0;
}

.analysis-content p {
  font-size: 13px;
  line-height: 1.5;
  color: #111827; /* gray-900 */
}

.analysis-content strong {
  font-weight: 600;
  color: #5BA3A3; /* coastal-teal */
}
