.notification-bell-wrapper {
    width: 40px;
    height: 40px;
    background-color: #FFF0E6;
    color: #FF6B2C;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.15s ease;
}

.notification-bell-wrapper:hover {
    background-color: #ffe2cc;
    color: #FF6B2C;
    transform: translateY(-1px);
    box-shadow: 0 4px 10px rgba(255, 107, 44, 0.25);
}

.notification-bell-wrapper .badge {
    font-size: 0.65rem;
}
