/* 20260707 UI test module: inline node rename UI only. */
.node-title.is-renaming {
    flex: 1 1 auto;
    min-width: 96px;
    letter-spacing: 0;
    text-transform: none;
}

.node-title-input {
    width: 100%;
    height: 28px;
    padding: 0 8px;
    border: 1px solid rgba(96, 165, 250, .45);
    border-radius: 7px;
    outline: none;
    background: rgba(15, 23, 42, .92);
    color: #fff;
    font-size: 12px;
    font-weight: 850;
    letter-spacing: 0;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .14);
}

.node-title-input::placeholder {
    color: rgba(226, 232, 240, .62);
}

.node-title-input.is-invalid {
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, .18);
}
