/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Mar 03 2026 | 03:16:15 */
.franchisee-alias:empty {
  display: none;
}

/* Hide the fallback span by default */
.franchisee-full-name {
  display: none;
}

/* Show the fallback span only if the primary one is empty */
.franchisee-alias:empty + .franchisee-full-name {
  display: inline;
}