/* TOOLS / xml_formatter — module-local styles only. */

.xf-indent-wrap {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.xf-indent-wrap label {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-secondary);
}

/* overrides the global full-width select so it sits inline in the action row */
.xf-indent-wrap select {
    width: auto;
}

[data-xf-status].is-error {
    color: var(--color-danger);
}

[data-xf-output] {
    white-space: pre;
    overflow-x: auto;
}
