﻿.notification-container {
    position: relative;
}

.notification-icon {
    font-size: 20px;
}

.notification-badge {
    position: absolute;
    top: 19px;
    right: 1px;
    background: #ff3b30;
    color: white;
    border-radius: 10px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.notification-title {
    font-weight: 200;
}

.notification-time {
    font-size: 12px;
    color: #888;
}