/* استایل‌های عمومی بخش کاربری */
.omntf-public-wrapper {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 9999;
    direction: rtl;
}

.omntf-bell-icon {
    width: 50px;
    height: 50px;
    background-color: var(--omntf-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    transition: transform 0.2s;
}

.omntf-bell-icon:hover { transform: scale(1.1); }
.omntf-bell-icon .dashicons { font-size: 24px; width: 24px; height: 24px; }

.omntf-badge-count {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--omntf-accent);
    color: #fff;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
}