/* حاوية زر الإشعارات في الهيدر (Blocksy header text element) */
.istnc-header-notifications {
    display: inline-flex;
    align-items: center;
    position: relative;
    margin-inline-start: 10px;
}

/* الزر نفسه */
.istnc-bell-button {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* أيقونة الجرس – نفس ستايل أيقونات Blocksy */
.istnc-bell-button .ct-icon,
.istnc-bell-icon {
    width: 20px;
    height: 20px;
    stroke-width: 1.5;
    fill: none;
    stroke: currentColor;
    color: inherit;
    display: inline-block;
}

/* البادج الحمراء للعدد */
.istnc-notifications-count {
    background: #e63922;
    color: #ffffff;
    font-size: 10px;
    padding: 0 6px;
    border-radius: 50px;
    position: absolute;
    top: -5px;
    right: -8px;
    min-width: 16px;
    height: 16px;
    display: none; /* افتراضيًا مخفية حتى يكون في إشعارات */
    align-items: center;
    justify-content: center;
    font-weight: 600;
    border: 1px solid #ffffff;
    box-sizing: border-box;
}
