/* Remain Dermatology Clinics - hide un-hydrated slot-fb placeholder elements so their raw fallback text/CSS never flashes on screen | v1 | 2026-09-03 */
slot-fb,
slot-fb:not(:defined) {
  display: none !important;
}
slot-fb[hidden] {
  display: none !important;
}
}
}