/* Hide the entire header (logo, company name, step indicators) in iframe embeds */
#book-appointment-wizard #header {
    display: none !important;
}

/* Also hide the footer for cleaner iframe look */
#book-appointment-wizard #footer {
    display: none !important;
}
