.ai-runtime-link {
    display: inline-flex;
    align-items: center;
    gap: 0.28rem;
    max-width: 100%;
    margin: 0.12rem 0;
    padding: 0.22rem 0.45rem;
    color: #ffb800;
    font-weight: 760;
    line-height: 1.35;
    text-decoration: none;
    border: 1px solid rgba(255, 184, 0, 0.2);
    border-radius: 9px;
    background: rgba(255, 184, 0, 0.06);
    transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

.ai-runtime-link:hover {
    transform: translateY(-1px);
    border-color: rgba(255, 184, 0, 0.42);
    background: rgba(255, 184, 0, 0.11);
}

.ai-runtime-link span { overflow-wrap: anywhere; }
