/* Notifications Panel Styles */

.notification-title:hover {
    opacity: 0.8;
}

.notifications-panel .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

/* KBD tag styling for keyboard shortcuts */
kbd {
    padding: 3px 8px;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    background-color: #ffffff;
    color: #212529;
    font-size: 0.875rem;
    font-family: 'Courier New', monospace;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    font-weight: 600;
}
