.notification-list{background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 5px 20px rgba(16,24,40,.035)}
.notification-item{display:flex;align-items:center;gap:16px;padding:18px 20px;border-bottom:1px solid var(--line);transition:.18s}
.notification-item:last-child{border-bottom:0}.notification-item:hover{background:#fafaff}.notification-item.is-unread{background:#f7f5ff}
.notification-avatar{position:relative;flex:0 0 auto}.notification-avatar>img{width:50px;height:50px;border-radius:50%;object-fit:cover;background:#edf0f5}
.notification-type{position:absolute;right:-4px;bottom:-3px;width:23px;height:23px;border:2px solid #fff;border-radius:50%;display:grid;place-items:center;background:var(--brand);color:#fff;font-size:12px;font-weight:800}
.notification-heart{background:#e5484d}.notification-person{background:#079455}.notification-comment{background:#1570ef}
.notification-content{min-width:0;flex:1}.notification-content small{color:var(--muted)}.notification-subject{color:var(--brand-dark);font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.unread-dot{width:9px;height:9px;border-radius:50%;background:var(--brand);flex:0 0 auto}.notification-empty-icon{width:58px;height:58px;margin:0 auto 15px;border-radius:18px;display:grid;place-items:center;background:#ecfdf3;color:#027a48;font-size:24px;font-weight:800}
.notification-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:20px;color:var(--muted)}
@media(max-width:600px){.notification-item{padding:15px 14px;gap:12px}.notification-avatar>img{width:44px;height:44px}.notifications-page .section-head{align-items:flex-start}.notifications-page .section-head form{margin-top:7px}}
