.notification-item { position: relative; padding-right: 48px; }
.notification-item[hidden] { display: none; }
.notification-dismiss { position: absolute; right: 10px; top: 50%; transform: translateY(-50%); width: 28px; height: 28px; border: 0; border-radius: 7px; background: #f2f4f5; color: #65737d; font-size: 20px; line-height: 1; cursor: pointer; }
.notification-dismiss:hover { background: #fde9e7; color: var(--danger); }
#notification-clear-all { margin-left: auto; margin-right: 8px; }
.notification-wrap:not(:has(#notification-list .notification-item:not([hidden]))) #notification-count{display:none!important}
