@layer base {
  .prose ul {
	list-style-type: disc !important;
	padding-left: 1.5rem !important;
	margin-top: 1rem;
	margin-bottom: 1rem;
  }
  
  .prose li {
	margin-bottom: 0.75rem !important;
  }
  
  .prose h2 {
	font-size: 1.5rem;
	line-height: 2rem;
  }
}

.text-lime {
    color: lime;
}
.cursor-pointer{
	cursor:pointer;
}
.article-image{
	margin-top:6px;
	margin-bottom:24px;
}