/* ==========================================================================
   PROVIDER-DETAILS-VISUAL-PARITY-1A — ACADP marketplace seller identity.

   Styles the small real avatar APT_Marketplace_Seller_Identity prepends to
   the existing "Posted ... by {name}" author text on ACADP listing cards
   (grid/list) and the single listing page. Purely visual — no markup beyond
   the avatar image + a name wrapper span exists to target; ACADP's own
   author link/text is untouched.
   ========================================================================== */

.acadp .apt-seller-avatar {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: middle;
  margin-right: 5px;
  display: inline-block;
  border: 1px solid #E5E7EB;
}

.acadp .apt-seller-name {
  font-weight: 600;
}
