/* Driver Toolbox — shared styles across all tools */

.dtb-breadcrumb {
    display: block;
    text-align: left;
    font-family: var(--font-body, 'Inter', sans-serif);
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
    margin-bottom: 1rem;
    transition: color 0.2s;
}

.dtb-breadcrumb:hover {
    color: var(--raw-cyan, #47C7FC);
}
