/* modified */
	.widget_recent_modified ul 				{ display: flex; flex-direction: column; gap: 0; margin: 0; padding-left: 0 !important; list-style: none; line-height: 1.5; }
	.widget_recent_modified li 				{ padding: .5rem 0; border-top: 1px solid #0001; }
	.widget_recent_modified li.type_post 	{ display: flex; justify-content: space-between; gap: 1rem; padding: .5rem 0; border-top: 1px solid #0001; }
	.widget_recent_modified li.type_event 	{ display: flex; flex-direction: column; }
	.widget_recent_modified time 			{ padding: .15rem; font-size: small; font-weight: 600; }