/* UMWE v13 notification states */
.popover.notifications .notif{position:relative;transition:background .18s ease,opacity .18s ease}
.popover.notifications .notif.unread{background:color-mix(in srgb,#10c98b 10%,transparent)}
.popover.notifications .notif.unread b{font-weight:800}
.popover.notifications .notif.unread:before{content:"";width:7px;height:7px;border-radius:50%;background:#ff4664;position:absolute;left:10px;top:16px}
.popover.notifications .notif.umwe-read{background:transparent;opacity:.76}
.popover.notifications .notif.umwe-read b{font-weight:600}
[data-theme="light"] .popover.notifications .notif.unread{background:#eefbf6}
@media(max-width:760px){.popover.notifications .notif{min-height:64px}.popover.notifications .notif.unread:before{left:8px;top:14px}}
