.notification-bell {
    position: relative;
}

.notification-bell-toggle {
    background: transparent;
    border: none;
    color: rgba(255, 255, 255, 0.85);
    font-size: 1.15rem;
    padding: 0.35rem 0.5rem;
    position: relative;
    cursor: pointer;
}

.notification-bell-toggle:hover,
.notification-bell-toggle:focus {
    color: #fff;
}

.notification-bell-badge {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 1.1rem;
    height: 1.1rem;
    padding: 0 0.25rem;
    font-size: 0.65rem;
    line-height: 1.1rem;
    border-radius: 999px;
    background-color: #BC1F24;
    color: #fff;
    text-align: center;
    display: none;
}

.notification-bell-badge.visible {
    display: inline-block;
}

.notification-dropdown {
    width: min(22rem, 92vw);
    max-height: 24rem;
    overflow-y: auto;
    padding: 0;
}

.notification-dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 600;
}

.notification-dropdown-empty {
    padding: 1.5rem 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.65);
}

.notification-item {
    display: block;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.notification-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.notification-item-title {
    font-weight: 600;
    margin-bottom: 0.15rem;
}

.notification-item-message {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 0.25rem;
}

.notification-item-time {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
}

.notification-mark-all {
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.65);
    font-size: 0.8rem;
    padding: 0;
}

.notification-mark-all:hover {
    color: #fff;
}

.navbar-nav-desktop .notification-bell {
    display: flex;
    align-items: center;
}

.navbar-nav-desktop .notification-bell-toggle::after {
    display: none;
}
