/* Page-specific overrides for the doctor profile template only -
   loaded in addition to components.css, kept small so it can be
   inlined as critical CSS per the Phase 3 performance requirement. */

.profile-header__stats span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.profile-section:first-of-type {
  border-top: none;
  padding-top: 0;
  margin-top: var(--space-4);
}
