/*
 * Merchant personal information ID visibility patch V9.7.9
 * Scope: /personalInfo only
 * Purpose: hide the merchant ID shown at the far right of the Profile/基础资料 heading.
 * No form, route, API, controller, database, order or settlement behavior is changed.
 */
.personal-page .profile-card > .section-title > small {
  display: none !important;
}
