
/* =========================================================
   SELLER NOTIFICATION BADGES — SUITE PATCH
========================================================= */

.seller-notification-link {
    text-decoration: none;
}


.header-icon::after {
    display: none !important;
}


.seller-notification-count {
    position: absolute;
    top: -4px;
    right: -5px;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
    line-height: 1;
}


.floating-btn {
    text-decoration: none;
}


.seller-floating-count {
    position: absolute;
    top: -4px;
    right: -4px;
    min-width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 4px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #ef4444;
    color: #fff;
    font-size: 8px;
    font-weight: 800;
}
