/* Doctors page only: keep female-doctor availability as simple supporting text. */
#choi-eunjung .doctor-badge {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--muted);
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

#choi-eunjung .doctor-badge::before {
  content: none;
}
