.mmg-notifications-list {
    list-style-type: none;
    padding: 0;
}

.mmg-notification {
    border-radius: 5px;
    border: 1px solid red;
    padding: 10px;
    margin-bottom: 10px;
    background-color: none;
}

.mmg-notification-title {
    font-weight: bold;
	color: black;
    font-size: 13px;
	font-family: Poppins;
    margin-bottom: 10px;
}

.mmg-notification-message {
    font-size: 12px;
	font-family: Poppins;
	color: black;
    margin-bottom: 10px;
}

.mmg-notification-date {
    font-size: 10px;
	font-family: Poppins;
    color: #999;
    margin-bottom: 10px;
}

.mmg-notification-actions {
    display: flex;
	align-items: center;
    justify-content: space-between;
    border-radius: none;
    border: none;
    font-size: 13px;
}

.mmg-notification-link, .mmg-mark-as-read {
    display: flex;
	font-family: Poppins;
	align-items: center;
    padding: 5px 10px;
	color: white;
    background-color: #D30000;
    border-radius: 5px !important;
	border: none;
    font-size: 12px;
