	.status-badge {
					padding: 3px 8px;
					border-radius: 3px;
					font-size: 11px;
					font-weight: 600;
					text-transform: uppercase;
				}
				.status-unread {
					background-color: #dc3232;
					color: white;
				}
				.status-read {
					background-color: #46b450;
					color: white;
				}
				.entry-preview {
					max-width: 300px;
					font-size: 12px;
					line-height: 1.4;
				}
				.entry-preview > div {
					margin-bottom: 4px;
				}