.ai-guidance-strip {
    border-radius: 0.375rem;
}

.ai-guidance-host .btn-close {
    flex-shrink: 0;
}

.metro-assist-fab--has-guidance {
    position: relative;
}

.metro-assist-fab--has-guidance::after {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--bs-primary);
    border: 2px solid var(--bs-body-bg);
}

@media (max-width: 768px) {
    .mobile-shell .metro-fab-stack {
        bottom: calc(var(--mobile-bottom-h, 64px) + var(--mobile-safe-bottom, 0px) + 0.85rem);
    }

    .mobile-shell .metro-assist-sheet {
        max-width: min(20rem, calc(100vw - 2rem));
    }

    .ai-guidance-host .alert {
        margin-bottom: 0.5rem;
    }
}
