/* ELC Frontend Notification Styles */
.elc-notification-container {
	margin: 20px 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.elc-notif-table th, .elc-notif-table td {
	border-bottom: 1px solid #e5e7eb;
}
.elc-notif-row:hover {
	background-color: #f9fafb;
}
@media (max-width: 480px) {
	.elc-print-label {
		display: none;
	}
}
