/* Guided tour helpers (Driver.js) */

/* Keep product left-rail section button readable while right workspace is staged */
.product-section-nav__row.rh-tour-nav-spotlight {
    position: relative;
    z-index: 10000002 !important;
    background: #fff;
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.95),
        0 0 0 5px rgba(25, 135, 84, 0.55);
    border-radius: 0.35rem;
}

/*
 * Hide Driver chrome while we switch sections / scroll the right panel.
 * Prevents ghost stage + top-left→snap when Nästa is clicked.
 */
html.rh-tour-transitioning .driver-popover,
html.rh-tour-transitioning .driver-overlay,
html.rh-tour-transitioning .driver-active-element,
html.rh-tour-transitioning #driver-popover-content,
html.rh-tour-transitioning .driver-stage {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transition: none !important;
}
