body {
    background: #f5f5f5;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 60px;
}
.notif-card {
    background: #fff;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 12px;
    border: 1px solid #e5e5e5;
}
.notif-header {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
.notif-time {
    font-size: 12px;
    color: #999;
}
.notif-img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
}
.notif-btn {
    background: transparent;
    border: 1px solid #ff5722;
    color: #ff5722;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 12px;
}
.notif-btn:hover {
    background: #ff5722;
    color: #fff;
}
.notif-desc {
    font-size: 14px;
    color: #555;
}
.timeline-line {
    width: 2px;
    background: #e0e0e0;
    position: absolute;
    left: 29px;
    top: 0;
    bottom: 0;
}
.timeline-dot {
    width: 12px;
    height: 12px;
    background: #ff5722;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid #fff;
    margin-left: 24px;
}