.buyer-heading {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.returning-customer-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 22px;
    height: 20px;
    padding: 0 6px;
    border: 1px solid #2d8a59;
    border-radius: 999px;
    background: #173a29;
    color: #6ee7a7;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.returning-customer-count:hover {
    background: #215239;
    color: #91f4bc;
}
