/* ZimBuyer checkout runtime fixes, revision B.
 * A unique filename prevents stale edge-cached CSS from being reused. */

#wk-one-page-checkout .wk-checkout-step.is-collapsed {
    display: none !important;
}

/* Remove the clipped native blue button outline from stage headings. Keep a
 * deliberate, brand-coloured inset ring for keyboard-only navigation. */
#wk-one-page-checkout .wk-step-heading:focus {
    box-shadow: none !important;
    outline: 0 !important;
}

#wk-one-page-checkout .wk-step-heading:focus-visible {
    box-shadow: inset 0 0 0 2px rgba(23, 111, 79, .45) !important;
    outline: 0 !important;
}

@media (max-width: 767px) {
    #wk-one-page-checkout #wk-existing-delivery-address {
        box-sizing: border-box;
        height: 52px !important;
        line-height: normal !important;
        min-height: 52px !important;
        padding: 0 44px 0 16px !important;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}
