.xf-tag {
    color: #7c3aed;
    font-weight: 600;
}

.xf-attr {
    color: #b45309;
}

.xf-status {
    margin: 0.6rem 0 0;
    padding: 0.7rem 0.9rem;
    border: 1px solid var(--fmt-border);
    border-radius: var(--fmt-radius);
    background: var(--fmt-surface);
}

.xf-status-line {
    margin: 0;
    font-size: 0.86rem;
    line-height: 1.5;
    padding-left: 1.4rem;
    position: relative;
}

.xf-status-line + .xf-status-line {
    margin-top: 0.35rem;
}

.xf-status-line::before {
    position: absolute;
    left: 0;
    top: 0;
}

.xf-ok {
    color: var(--fmt-ok);
}

.xf-ok::before {
    content: "\2713";
}

.xf-err {
    color: var(--fmt-danger);
}

.xf-err::before {
    content: "\2715";
}

.xf-bos {
    color: var(--fmt-muted);
}

.xf-bos::before {
    content: "\2013";
}

.xf-sema {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.xf-sema-ad {
    font-size: 0.82rem;
    color: var(--fmt-muted);
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
