﻿.tour-highlight {
    position: fixed;
    z-index: 1501;
    border-radius: 10px;
    border: 2px solid var(--mud-palette-primary);
    pointer-events: none;
}

.tour-tooltip {
    position: fixed;
    z-index: 1502;
    pointer-events: auto;
}

.tour-target {
    outline: 3px solid #d4af37;
    outline-offset: 3px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(212,175,55,.55);
}
