/* =========================================================
   DAMIAN PHILPOTT — STEP 1 YELLOW SELECTED BUTTON V7
   ---------------------------------------------------------
   Desktop Step 1 only.

   Changes only the selected/ready state:
   - removes muted gold completely
   - selected state now stays Damian yellow
   - keeps the soft inset/glass treatment
   - keeps hover/focus yellow
   - keeps arrow movement and active press
   ========================================================= */

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

    /* SELECTED / READY — Damian yellow, no gold */
    body:has(#booknetic_theme_8)
    .wp-block-booknetic-booking
    #booknetic_theme_8.booknetic_appointment:has(
        .booknetic_appointment_step_element.booknetic_active_step[data-step-id="staff"]
    ):has([data-step-id="staff"] .booknetic_card.booknetic_card_selected)
    .booknetic_appointment_container_footer
    button.booknetic_btn_primary.booknetic_next_step.booknetic_next_step_btn:not(:hover):not(:focus-visible) {
        background-color: #FFD700 !important;
        background-image:
            linear-gradient(
                to bottom,
                rgba(255,255,255,.26) 0%,
                rgba(255,255,255,.08) 28%,
                rgba(155,118,0,.05) 68%,
                rgba(98,75,0,.12) 100%
            ) !important;

        border-color: rgba(255,215,0,.94) !important;
        color: #080808 !important;

        box-shadow:
            0 1px 0 rgba(255,239,158,.36),
            0 3px 8px rgba(0,0,0,.13),
            inset 0 1px 2px rgba(255,255,255,.28),
            inset 0 -2px 4px rgba(104,78,0,.18),
            inset 2px 0 3px rgba(255,255,255,.05),
            inset -2px 0 3px rgba(117,89,0,.08) !important;
    }
}
