/* =========================================================
   DAMIAN PHILPOTT — BOOK TITLE ULTRALIGHT V1
   ---------------------------------------------------------
   Desktop typography-only override.

   Changes ONLY:
   - Makes “Book an appointment” thinner than v1.0.97.
   - SELECT STAFF remains exactly as v1.0.97.
   ========================================================= */

@media screen and (min-width: 1001px) {

    body:has(#booknetic_theme_8) .wp-block-booknetic-booking .booknetic_page_title,
    body:has(#booknetic_theme_8) .wp-block-booknetic-booking .booknetic_page_title h1,
    body:has(#booknetic_theme_8) .wp-block-booknetic-booking .page-title h1,
    body:has(#booknetic_theme_8) .wp-block-booknetic-booking h1.booknetic_page_title {
        font-weight: 100 !important;
        letter-spacing: -0.04em !important;
    }
}
