/* Floor Pathway Component Styles */
.asc-node-path {
    height: 4px;
    border-radius: 2px;
    margin: 0 5px;
}

.asc-node-path--completed {
    background: var(--primary-blue);
    box-shadow: 0 0 8px var(--primary-blue-light);
}

.asc-node-path--incomplete {
    background: var(--text-muted);
    opacity: 0.5;
}