.mmg-notifications-list {
    list-style-type: none;
    padding: 0;
}

.mmg-notification {
    border-radius: 10px;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    background-color: #f9f9f9;
}

.mmg-notification-title {
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 10px;
}

.mmg-notification-message {
    font-size: 14px;
    margin-bottom: 10px;
}

.mmg-notification-date {
    font-size: 10px;
    color: #999;
    margin-bottom: 10px;
}

.mmg-notification-actions {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
}

.mmg-notification-link, .mmg-mark-as-read {
    display: inline-block;
    padding: 5px 10px;
    background-color: red
    border-radius: 10px;
    border: 1px solid #ddd;
    font-size: 13px;
